Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Call dial-up networking

0 views
Skip to first unread message

Jarrod Boxall

unread,
Aug 4, 2000, 3:00:00 AM8/4/00
to
Does anyone know how to call up dial-up networking in NT 4.0.
For Win95/98 its:
lv_result = Shell("Rundll32.exe rnaui.dll, RnaDial <dial-up name>",
vbNormalFocus)

But this doesnt work with NT.

Any help would be appreciated
***********************************************8
Jarrod Boxall
Systems Developer
Monash University National Centre for Coronial Information
Victorian Institute of Forensic Medicine

Jani Kurtti

unread,
Aug 4, 2000, 3:00:00 AM8/4/00
to

Jarrod Boxall wrote in message <398A07C2...@vifp.monash.edu.au>...

>Does anyone know how to call up dial-up networking in NT 4.0.
>For Win95/98 its:
>lv_result = Shell("Rundll32.exe rnaui.dll, RnaDial <dial-up name>",
>vbNormalFocus)


Try this:

Public Sub ModemCallWin95_98()

Dim WIN
WIN = Shell("rundll32.exe rnaui.dll,RnaDial " & "Connect Name", 1)

End Sub

Public Sub ModemCallWinNT()

Dim NT
NT = Shell("rasphone.exe [-d Connect Name]", 1)

End Sub

- Jani

Edz

unread,
Sep 9, 2000, 11:00:10 PM9/9/00
to
What's the easiest way to close the DUN in VB 5 under Win95/98?

Thanks,
Ed


On Fri, 4 Aug 2000 09:29:02 +0300, "Jani Kurtti" <Jani....@mloy.fi>
wrote:

Bill McCarthy

unread,
Sep 11, 2000, 5:00:31 AM9/11/00
to

Hi Edz,

You can use RasHangUp. See www.TotalEnviro.com/PlatformVB for details.


"Edz" <n...@home.con> wrote in message
news:i3ulrs4nria33u6kb...@4ax.com...

Edz

unread,
Sep 12, 2000, 12:21:27 AM9/12/00
to
Thanks Bill, I'll give it a try.

Ed

0 new messages