Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Hala73
  • Content: Threads
  • Order by date
  1. Hala73

    inputs on a webpage

    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)
  2. Hala73

    using net send command to control msn with vb

    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...
  3. Hala73

    usisng msn messeger via vb

    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...
  4. Hala73

    the "getpath" command

    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...
  5. Hala73

    macro on vb

    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...

Part and Inventory Search

Back
Top