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...
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...
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...
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.
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.
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...
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.
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.