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 gfender

  1. gfender

    Error on Automatic Build with Nant

    Hi everyone, I'm trying to use nant to automate a VB.NET project. Let me first give some background on the project. It was developed on my local machine where I have office 2003 installed. I need to run it from a server where office is not installed. When I try to run nant I get the...
  2. gfender

    Stop Execution Within Class Library

    Thanks for your suggestions! I tried using Application.Exit but since it is a library, visual studio gave me a syntax error. I like earthandfire's approach and understand it a lot better now, thanks for the explanation. As a quick fix, I am using Environment.Exit(0) but will most likely...
  3. gfender

    Stop Execution Within Class Library

    earthandfire, I'm not sure I understand your suggestion. Can you clarify?
  4. gfender

    Stop Execution Within Class Library

    Hi all, I'm trying to stop my program in my class library. If I put an 'End' statement the compiler gives me an error that "the statement cannot be used within a class library." I could do System.Threading.Thread.CurrentThread.Abort() but it throws an exception so my program doesn't end...
  5. gfender

    New PC Doesn't Power Up

    I just went and aquired an Antec 400w PS but the damn thing still didn't work. I bought it from an online merchant, bzboyz, so I guess my next move is calling them unless there are any more suggestions. Thanks to those who replied.
  6. gfender

    New PC Doesn't Power Up

    My initial thought was that I didn't have a big enough power supply but with everything unplugged I think it should work. I'm tempted to go buy a bigger PS but I just don't think that will fix the problem.
  7. gfender

    New PC Doesn't Power Up

    I checked the fan heading and it is the CPU Fan like the manual said. I've removed the memory completely for now.
  8. gfender

    New PC Doesn't Power Up

    I've been troubleshooting and searching google for a soltion for quite some time and cannot figure anything out. I just bought a new Athlon 3000 CPU and Asus K8N motherboard with 512mb DDR 3200 RAM. I am using a 300 watt power supply that I've been using with a temp computer so I know it works...
  9. gfender

    Styling Checkboxes and Radio Buttons

    I found this interesting tidbit while browsing around this morning. It allows you to style different form elements by using Javascript and CSS. Check it out. ttp://www.gamingheadlines.co.uk/wod/formstyle/index.html. The author claims its an original idea but I feel like I've seen this done before.
  10. gfender

    focus() in Firefox

    That is kind of quirky. I went to your page and if I minimized the page and then came back to it the focus was on the input field. This won't solve your exact problem because you are passing a an object into your ValidatePhone function but just test using ID's to get your object. Try the...
  11. gfender

    Using # and ? in a URL

    Thank you, I guess it was as simple as just reversing what I had in the beginning.
  12. gfender

    SELECT ..WHERE date >= curdate()

    This is very helpful!! I was doing it the long way before which was 30 lines of code but this does it in 1. Thanks!
  13. gfender

    Using # and ? in a URL

    I am attemping to read the 'action' variable using $_GET['action'] while still keeping the anchor tag in tact. So the page will go to the anchor yet still be able to access the 'id' variable in the url.
  14. gfender

    Using # and ? in a URL

    Oh sorry, I forgot to mention that I did in fact want an anchor for the id so I do need to have a #. Thanks for responding so quickly.
  15. gfender

    Using # and ? in a URL

    I wasn't quite sure how to put this because I don't know the technical names for these two things otherwise I could find them on google. Basically I am trying to access a variable from the url using. The link is like the following: http://www.mydomain.com/mypage.php#id=35?action=go I tried...

Part and Inventory Search

Back
Top