> ConduitFolks,
>
> I'm trying to write a VC++ 5.0 conduit that will popup a dialog during the
> hotsync process. Can someone tell me if this is possible and if so how to
> do it.
>
> Many thanks in advance.
>
just
AfxMessageBox("yer msg");
if you're using mfcor
::MessageBox(NULL, "hrmmp", "msg box", MB_OK);
with WinAPI
I have another question for you guys :
how can I programmaticaly install a new version of a program.
say I have to update the version of my program at next hotsync
many thanks in advance,
Luci