Custom Menus
-
I was just wandering how to use some custom Menus and or Forms. I was just wandering was were somethings that would allow me to customize. I was also wandering about incorporating flash. How much of a task is this?
-
I was just wandering how to use some custom Menus and or Forms. I was just wandering was were somethings that would allow me to customize. I was also wandering about incorporating flash. How much of a task is this?
Custom menus are quite easy. You only set the OwnerDraw property to "true", specify the size of the menu item in the "MesureItem" event method, and draw the menu item in the "DrawItem" event method. To customize a form, you can set "FormBorderStyle" to "None", change the "Region" property to whatever you like and draw the borders on the form's canvas. For Flash you have to use the web browser control.