
How to launch a VB program off the back of a non VB program
It isn't actually what you asked for, but for me it looks easier to let your
VB program launch the Windows Dial Up Networking before it closes itself...
(API calls CreateProcess, CreateProcessByNum eg.)
- max
Quote:
> Hi,,
> This isnt strictly a VB question but..
> I have written a small vb app that just appends the time and date to a log
> file when its run, This program then closes as soon as its written the log
> file.
> What i need to be able to do is trigger this vb app when Windows Dial Up
> Networking is run.
> Now is there a way of doing this?? possibly a registry adjustment etc.
> Any help would be appreciated.
> Thanks
> Scot Jones