|
-
Apr 8th, 2002, 06:51 PM
#1
Thread Starter
Member
internet connection
I use dial-up and so need to click the connection icon to connect. Is there any way i can get vb to start that icon as such?
cheers
-
Apr 8th, 2002, 06:58 PM
#2
Hyperactive Member
-
Apr 8th, 2002, 07:11 PM
#3
Hyperactive Member
Yeah, use the shell command to run the application that the icon points to. syntax is:
shell(Your connection app name, Window style)
window style is minimised, maximised, etc.
Hope this helps
-
Apr 8th, 2002, 07:15 PM
#4
Thread Starter
Member
cheers
-
Apr 9th, 2002, 08:26 PM
#5
Hyperactive Member
You can't use the Shell command as a connection is not an executable file. In addition, you never know what the connection is called on the end-user's computer. Only Internet Explorer does, and the link I gave you does everything you want to do, using IE.
P.S. Some advice: don't worry about IE not being installed.
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
|