Hi Anyone
I need to develop a control panel application in VB.
Its possible in VC by using CPlApplet Callback function.
I need to know wheather we can use the above function in VB ? And it belongs to which DLL ?
Please Help me
Thanks in Advance
Printable View
Hi Anyone
I need to develop a control panel application in VB.
Its possible in VC by using CPlApplet Callback function.
I need to know wheather we can use the above function in VB ? And it belongs to which DLL ?
Please Help me
Thanks in Advance
IMHO you cannot write CP applets in VB.
From the docs:
"Every Control Panel application must export the standard entry-point function, CPlApplet. "
with VB 6 you cannot write "normal" DLLs, only ActiveX DLLs.
Thank you very much for your quick response
Thank you very much for your quick response
Hi there
Re your problem with Control Panel Apps in VB-
Hehehe... Got the same problem but there is a way to get aroung with a little help of C ! You can use a little CPL stub whitch shows up in the control panel
and whitch looks in the registry for an exefiles name to launch when activated.
Hmmm... interested? Drop me a note then OK?