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!

Recent content by bigbiceps

  1. bigbiceps

    Use vb 6 to login to a web page

    i tried the userid:password@ but it does not work on the site.. i'll look at the source for the id's...i was also trying sendkeys which does work but as the username textbox is not automatically selected i was trying to tab to it..however if the page does not display quickly then i end up...
  2. bigbiceps

    Text string to variables

    Hello I have something like this and it works but i am sure that this can be coded better..i have put a sapce between name and date and segment lines Dim intFileNumber As Integer Dim strLine As String Dim myName As String Dim myDate As String Dim mySegment Dim myStartTime Dim myStopTime...
  3. bigbiceps

    Text string to variables

    thanks for the info the file will be the same at the top but will have 1 or 2 or 3 entries for the time eg name bob 'this would be assigned as myname date 29/09/2005 'this would be assigned as mydate segments = 2 details segment 1 start time 10:00:00 stop time 10:15:00 details segment 2 start...
  4. bigbiceps

    Use vb 6 to login to a web page

    There are text fields to write the username and password
  5. bigbiceps

    Text string to variables

    I have not had much practice with manipulating text files... i can read in a line with line input or a string with mid but what i want is to assign parts of the text file to variables. File might look like this Name bob date 29/09/2005 time 10:00:00 i would like to assign bob to a vaiable...
  6. bigbiceps

    Use vb 6 to login to a web page

    Using a vb program i used to download some files from a web site which is no longer available. The new web site requires usernam and password..how can i automatically supply these to get to the files? Any help on links etc most appreciated

Part and Inventory Search

Back
Top