-
How do I give the user a drop to menu (similar to the apperance, 3d or flat?) property for my own usercontrol. Ie when a user is using it at design time I want to present them with a drop to box of options to select in the properties box. Any ideas?
Cheers
-
I think you need property get/let,
look here: http://www.vb-world.net/articles/controls4/index2.html for more info
-
Thank Jop, I realise how to use get and let, but this does`nt show the user what settings are available at design time. E.G If my control have borders I want to give them 3 opions 0- None, 1 - 2d Flat, 3- 3D. I want these appear in the "properties" window in Vb. Any ideas?
Cheers
-
I'm sorry but I think you can make those things with the property let and get too, not sure tho...