hi all. the title says it all. i have created an OCX control that contains many common functions available with API, allowing a novice to do advanced things in VB. can i have a few ppl test it for me? thanks in advance TheSarlacc.
Download here
Printable View
hi all. the title says it all. i have created an OCX control that contains many common functions available with API, allowing a novice to do advanced things in VB. can i have a few ppl test it for me? thanks in advance TheSarlacc.
Download here
I havnt tested it yet. But one of the things i would like is the ability to easily add an icon to the tray (and remove it again), just so its so much easier than writing all that code. :)
ill get to work on it as soon as i can. thanks
Seems rather pointless to create on OCX for that, its just an extra file, that you might have to register etc etc(depending on how you compile your project), just recode it into a module, just as easy!
-toto
the whole point of it is to help people who dont know how to use API, but would rather use an OCX for their personal use. i personally try to avoid using OCX's when distributing programs, but programs just for my machine i dont really care :D its just for convenience rather than practicallity.