How to call ShowDW Method of deskband from other program -
05-18-2007
, 02:20 AM
Hi,
I developed a deskband that sits in windows taskbar.
when I restart the system its not showing up in taskbar, once again I need
to add it from the the list of toolbars.
I found that windows calls a method in my deskband object to show/hide the
deskband. the method name is "ShowDW(bool flag)"
How can I call this method from other exe?
any Ideas?
Thanks |