|
-
Jan 1st, 2000, 02:40 AM
#1
Thread Starter
Junior Member
Hello
Frist : i need help with DUN(dial-Up-Network)
I what to know how could i use it with VB
Seconde : how do i drage and Drop a text form a text box in to Exeplorer, For exemple you have a Text1
text1.text="Hello"
How Do drag Hello in to the Desktop o what ever the location the User drag's to and it make a Hi.txt inside with a the Word Hello form text1
Thank's :-)
and Happy - NewYears
-
Jan 2nd, 2000, 02:00 PM
#2
Lively Member
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
- Dj4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|