mustafi
Nov 7th, 2001, 09:54 AM
hi
do anyone know how to change vb menu so the dropdown appears flat like web menu's
dankie
Mustafi *
PsychoMark
Nov 8th, 2001, 03:07 AM
You need to do some ownerdrawing of the menus, which means subclassing :)
There's some code at http://www.vbaccelerator.com/ which draws menus, you could try to replace it with your own drawing routines, although you should have quite some knowledge of the API functions....
There are some examples of custom menus at http://www.planetsourcecode.com/vb/ too, search around a little...
mustafi
Nov 11th, 2001, 11:10 PM
Thanks PsychoMark
Mustafi *