-
ActiveX Questions ...
Hi
I've some questions about an ActiveX Control, which should be implemented into a HTML Script!
1. Is it possible to add a MenuBar into such a Control? If yes, plz tell me how! ;)
2. Is it possible to add a TreeView into such a Control? If yes, plz also tell me how! :D
I've tried to add both into a StandardEXE VB Application. It works fine. Then i tried the same at my Control and everything corrupted! :(
The MenuBar wasn't visible to me (yes i set it to visible at the properties ;) ) and all that appears from the TreeView was the white box, but the content seemed to be in nirvana! :eek:
Thx for any suggestions!
-
I think you should be able to add a tree view, I don't think you can add a menu bar though (pop ups are probably fine though). Sometimes VB's display becomes corrupt when you're editting controls, it's just a bug I think. Try closing the control and opening it again and it should be fine.
-
After another two hours of searching I finally found an example of a TreeView that works fine! ;)
Now I have another question:
How can I start an UserControl from a simple Form ?
-
Ok guys forget my last question ! :D
It's been solved ! ;)