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: spydermonkey
  • Content: Threads
  • Order by date
  1. spydermonkey

    Connect to a website

    Can someone lead me to a tutorial on how to parse a website? Virtually take a URL and print back the source code? I'm rather knew to VB6. Thanks.
  2. spydermonkey

    Small regex to parse HTML

    Hey everyone. I am having a little trouble parsing a website with a small regex. I believe it has something to do with the greediness of .* but I don't know of another way around it. #!/usr/bin/perl use warnings; use strict; use LWP::Simple; ############################## # Configuration...
  3. spydermonkey

    CD rom no longer likes bootables

    I need to format my system ASAP and I've had many problems lately. The CD rom doesn't let cd's boot in DOS making it impossible to use the Win XP cd to format/reinstall. I can get the installation to begin WHILE Windows is up and running but I can't do a format that way. I ended up having to...
  4. spydermonkey

    Anyone ever heard of system32WindowsHash.exe?

    system32WindowsHash.exe A few weeks ago this popped into my process during CTRL+ALT+DEL. I keep killing it but every time I logout or reboot the dang thing comes back. I have no idea what it is and I searched this on Google, AskJeeves and Altavista and ZERO results. Today I got sick of it...
  5. spydermonkey

    Perl TK question

    I have a CMD script I'm rebuilding to work into Perl TK. One problem I am having is printing back to the UI itself. I know it has to be done within a label but I can't seem to get variables to print inside of one.<p> Can someone show me how to make scalars (and other variables) work within a...
  6. spydermonkey

    tricky substituions

    This will be a lengthy post and I appologize, the question is lengthy but the problem shouldn't be. I have a config txt file where I have something like: bdroom || bedroom clst || closet this string || --- bowl of || plate of apple || pear php || --- love || hate I am building an array to...
  7. spydermonkey

    Rearranging of a textfile

    I've been working on this for three days and I'm getting so lost and frustrated and was wodnering if anyone could offer solutions or advice on how this could be accomplished. There is a text file that looks like this Other Mahoning County $154,900 Columbiana, Lake Arrowhead Unique, condo...
  8. spydermonkey

    Editing the registry

    I found out I have this pesky little AdWare search bar I want to get rid of. So I did a google and came up with the following information. PerfectNav Removal Instructions Please follow the instructions below if you would like to remove PerfectNav manually. Please notice that you must follow...
  9. spydermonkey

    Editing the registry

    I found out today I had some really stupid AdWare called PerfectNav or something like that. So I searched google and found out this is how you remove it: Start the registry editor. This is done by clicking Start then Run. (The Run dialog will appear.) Type regedit and click OK. (The registry...
  10. spydermonkey

    file menus

    I don't know the real term for this but I searched google and couldn't find anything. What would I search for to find snippets of creating the file/edit/view things on top of the VB6 program? Also, does anyone know how to open a file tree so the user can browse and select any file they want...
  11. spydermonkey

    A few more newbie questions

    I've been using VB for a few days now and I've come up to a few new questions if anyone has the time. 1) How do you open a file so you can write to it when a button is pushed? I created a meta tag generator which I'd like them to have the ability to save them to their .html files. 2) Is there...
  12. spydermonkey

    Newbie questions

    I just installed VB6 today and have never done anything in it before. I have been programming Perl/CGI for four years so I'm not new to programming/scripting. 1) Can you make skins for the workspace? Do you just make an image and somehow import it? 2) Can VB do live things? For example, a...
  13. spydermonkey

    parsing a page

    This is a repost of the CGI question, but no one's answered in a few days so I'm here to see if anyone here can help. This IS reinventing the wheel but it's a learning process as this is my first attempted module. It mimics LWP in the way you use meta_gather($url) to extract the source code...
  14. spydermonkey

    Meta tag parsing (first try at a designing a mod)

    This IS reinventing the wheel but it's a learning process as this is my first attempted module. It mimics LWP in the way you use meta_gather($url) to extract the source code, but specifically just the meta tags. This worked FINE before I added all the IF tests when I used $count like...

Part and Inventory Search

Back
Top