|
-
Jul 15th, 2000, 09:55 PM
#1
Thread Starter
Addicted Member
QUESTION 1
How Can I say open a like open a text file in vb,not into a text window or anything realted to the program, but in the text editor, but not using the shell command.
Question 2
How does the error command work all i have is
Private Sub Command1_Click()
On Error GoTo IEERROR
Shell "C:\Program Files\Internet Explorer\IEXPLORE.EXE " + "http://www.yahoo.com", vbNormalFocus
End Sub
Sub IEERROR()
MsgBox "IE NOT FOUND PLEASE COPY PROVIDED LINK.", vbExclamation, "UPDATE ERROR"
End Sub
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
|