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 strongm 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: *

  1. Calypso06

    Error Handling

    write something like this: on error goto errhandler [your code] [end code] errhandler: if err.number <> 0 then 'execute only if no error select case err.number 'function relies on err.# case is = 13 msgbox err.number & vbnewline & err.discription err.clear...
  2. Calypso06

    HTML link extractor

    what can i say, i pick up things fast
  3. Calypso06

    HTML link extractor

    i used regexp with the pattern "http://[^>""]*
  4. Calypso06

    HTML link extractor

    yeah yeah im a dummy dum dum
  5. Calypso06

    HTML link extractor

    Hello. I've been trying to extract all the links out of a html document. I need help. I do not know where to begin. :( the link format that is to be extracted is http://*.com is there a code to get the string between some a delimiter? like "http://*.com" the delimiter being...
  6. Calypso06

    List All Files On Hardrive

    I would like to create a program that gets all the files on a hardrive, or a path selected via a dir control and put it into a listbox. I can only get as far as to get all the dirs on "C:\" and one sub dir below that. Im having trouble looping after that. Thanks million for help.
  7. Calypso06

    Finding local Ip

    one way would to be make a winsock control and then link this to command button msgbox winsock1.LocalIP that tells your your local ip
  8. Calypso06

    Easter Egg

    just kidding
  9. Calypso06

    Easter Egg

    yeah. i already hacked it. no more easter egg!
  10. Calypso06

    Print Screen Script

    Is there a way to code the screen shot funtion into vb? this is very interesting.
  11. Calypso06

    Easter Egg

    WOw that was amazing. *star*
  12. Calypso06

    Text Input Question

    Genuises. thank god for tek-tips! It was the simple stuff that got me
  13. Calypso06

    Text Input Question

    Hello, I am trying to input a text file into 3 list boxes. But before I do this I must remove "|" and put the the string before it into its respective listbox. example Text file: 7|12 Pack Pepsi|4.99 'the lists should look like list1: 7 list2: 12 Pack Pepsi list 3: 4.99 Thank you in...
  14. Calypso06

    Easter Egg

    oooooooooooh you got pwn1000d

Part and Inventory Search

Back
Top