1 Attachment(s)
how can create user control like these properties(no need property page)
hi,i want create my user control and then design like these properties :
Attachment 155341
if i can create property page and then i can call it so how ?
important is can show direct my properties on properties bar.
Re: how can create user control like these properties(no need property page)
Something like that would likely involve some serious subclassing. But you need to ask yourself is it even worth the trouble. In this project, you can see how complex it is just to build your custom listing, and that doesn't include drawing the combobox dropdown.
The reason why I said "worth the trouble" is because, the only time someone is even going to see the fancy effects is during design time.
Re: how can create user control like these properties(no need property page)
do u have any sample code with graphics like my image atached in 1? for example listview or combobox themed or color box like as combbo box or ... ?
and your sample code compiled (ocx) did work on other ui like vb.net or any other prgramming used ocx?
Re: how can create user control like these properties(no need property page)
Any usercontrol I create is not guaranteed to work in .Net
As for sample code for other controls, suggest google, using the key word: ownerdrawn.
For example, google: ownerdrawn combobox site:vbforums.com