burningodzilla
12-06-2001, 08:34 AM
hmmm...my question about redirecting the browser was too deep huh? well what about this: could anyone point me in the direction of how to create a dial-up connection? ie one that windows would recognize as one of it's own? and how to execute it?
burningodzilla
12-06-2001, 09:00 AM
well i got somewhere anyway. thanks to the Scarms i'm messing with rundll32. here's what i've got so far:
lngPID = Shell("Rundll32.exe rnaui.dll,RnaDial", vbNormalFocus)
this opens my dialup...any pointers on how to use rundll32 to make a new dial up?
Thinker
12-06-2001, 09:13 AM
It is complex, but you might want to take a look at
It dial async but I was also able to strip the subclassing out and make it a
straight sync dialup too. It really shows a lot about using and controlling
dialup networking.
burningodzilla
12-06-2001, 09:22 AM
whoa....i'll look for something skinnier