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 Rhinorhino 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 mpnut

  1. mpnut

    Cannot assign because it is a method group

    Thank you so much. This has been driving me crazy for the last couple days. I am very greatful to you. And thank you for explaining why it happens and not just a fix. Teaching a man to fish. Brilliant!
  2. mpnut

    Cannot assign because it is a method group

    I am very very new to C# (and programming in general) so forgive me if I stumble a little. Here is my code: int ticket_locked_by() { int lockedby; int mine; string sqlock = @"SELECT ti_locked_by FROM tickets WHERE ti_id = $id"; sqlock =...
  3. mpnut

    IE nor firefox connecting

    I run Spybot and Adaware on a regular basis. I ran both but didn't find anything significant. Everything they found were deleted and didn't show up the next time I ran them. When this started happening I also ran a full system scan with McAfee and it didn't find anything. I just finished running...
  4. mpnut

    IE nor firefox connecting

    Sorry to say that didn't acutally do it. It seemed to work fine, but when I shutdown and started back up later, the same thing started happening again. I am at a loss... again.
  5. mpnut

    IE nor firefox connecting

    smah.. that did it. Thank you very much. I reset everything and the same thing happened the first time I tried to open IE and OE, but after that they seem to be working fine. I'm sure there's some sort of reason this happened, but at this point, I don't really care. It's working and that's the...
  6. mpnut

    IE nor firefox connecting

    Ok. Made another discovery that is just as confusing but will hopefully help get a little closer to a fix. Outlook express is doing the EXACT same thing. I won't open, then if I click restart in process explorer (not ever time, sometime have to do it a couple of times) it will work. What might...
  7. mpnut

    IE nor firefox connecting

    Thank you very much for your suggestions. I have run everything you've got listed there but still get the same thing. I did, however, find that if I right-click on iexplorer.exe in Process explorer and choose restart, every so often Internet explorer will connect to the internet and I can browse...
  8. mpnut

    IE nor firefox connecting

    Ok. Just made another discovery. I can't even open an html page that is saved on my local PC. I created a simple html page in notepad and even it won't open. Now I'm really confused.
  9. mpnut

    IE nor firefox connecting

    Also wanted to add that when I log in to safe mode with networking, I AM able to get to the internet. So I'm guessing that it must be something running in the background not allowing me access out. I just can't figure out what it is.
  10. mpnut

    IE nor firefox connecting

    yes, I can ping the other computers on my network as well as the gateway. And, I can ping the linksys router that serves as my gateway, but I can't log into it.
  11. mpnut

    IE nor firefox connecting

    I'm not sure what happened but I have tried everything I can think of to fix it. All of a sudden IE7 will not connect to the internet. I know my internet connection is working because I can ping www.google.com fine in command prompt. I start IE and it just says "connecting" but never does. I...
  12. mpnut

    Folder shortcut listed with folders not files

    When putting a shortcut to another folder in a directory with a lot of files and folders, the shortcut is listed alphabetically with the files. Any way to have it list with the folders?
  13. mpnut

    If statement in Loop not working

    Thank you. Yes now that makes perfect sense. tsuji, I didn't understand how using "cInt(good)" didn't work, but how "good=good+0" did. Please keep in mind that what may be clear to you is not clear to everyone. You have a lot more experience than I do, so a little more explanation was needed.
  14. mpnut

    If statement in Loop not working

    Ok. I'm not sure what this means, but I'm guessing it means that "good" was NOT being seen as an integer. I added a line directly after "good=Request.Form("nmbr")" that reads "good=good+0" and it seems to work fine now. If someone can explain it to me I'd appreciate it.
  15. mpnut

    If statement in Loop not working

    tsuji Thanks for the response. I accidently left that in there. I had been trying it with single quotes, double quotes and no quotes. I just happen to copy and paste when i had the double quotes in there. None of which made a lick of difference.

Part and Inventory Search

Back
Top