hi,
once vb opens a webpage (with the code below) is there a vb code that allows to type things in the text boxes?
thanks
Hala
Dim strURL
strURL = Shell("C:\Program Files\Internet Explorer\" _
& "Iexplore.exe https://www.optionsxpress.com/login.asp?SessionID=0", 1)
hi,
I wrote (with lots of help) a small vb 6.0 program that finds msnmsgr.exe and opens it. I now need help with the syntax of the vb command to sign out, sign in as a different user, and send a message to a specific recipient.
Can the net send command be used to do that? and what is the...
hi,
After managing to write a small code that opens msn messenger, I am looking for the syntax to have to send messages to specific recipients.
I found the code for typing an entry in a text file;
[Open "C:\Documents and Settings\chaoui.1\Desktop\sample.txt" For Output As #1
Print #1...
hi,
I am trying to make my vb program find the path of the msn messenger application (I want this to be done automatically on which ever computer it is downloaded).
The code I use is returning the wrong path: that of the vb executable itself.
Here's my code:
Dim fso
Dim newpath As String
Set...
hi,
here's the code I used to make vb 6.0 open a file at 'keypress'. When I run it I get an error message saying 'Invalid procedure call or argument', with the Shell command highlighted.
here's the code:
Option Explicit
Private sAppPath As String
Private Sub Command1_KeyPress(KeyAscii As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.