537 Posted Topics
Re: Did you try the .exe that is found under the bin/debug directory of your project? Oh and any pc you wish the exe to run on will need the .net framework I am afraid. One of the downsides of using .net. | |
Re: Yes, if you are using visual studio you can select the control, view properties and under the 'colour' property (I think its called that - don't have VS in front of me) choose Alpha - I believe it is under the 'web' tab. Hope this helps! | |
Re: Same as you, Dude : [QUOTE] You are compassionate, caring, and soothing. You like other people to depend on you... In fact, you don't feel right unless you are helping someone out. Underneath it all, you feel the burden of everyone's problems. Without your guidance, you fear that many people's … | |
Re: It may depend on the router, but generally turning off a wireless router should give you no problems with settings! | |
Re: hi there have you tried this: [CODE]<%session.setAttribute("[I]varname[/I]", request.getParameter([I]Textboxname[/I]));%> [/CODE] | |
Re: Ill give you a game at some point Dude, not played for a looooong time though.Used to be quite good actually, its a good game chess! | |
Re: try to remove the "" around "<data>". Tell us what you see then... | |
Re: Hi there, I think you will need to write your own reset method: public void reset(){ //reset code //in here write code to reset applet to its orginal form } | |
Re: Hi there emilio, could you post your code so we can try to help you a little easier? | |
Re: Hi there cmills803, try navigating to : [QUOTE]C:\Recycled[/QUOTE] (the folder may be hidden - go to TOOLS-FOLDER OPTIONS-VIEW-SHOW HIDDEN FILES AND FOLDERS to see hidden files). Once in there, delete all files in there (not the Recycled folder mind-although I dont think it will cause a problem if you do). … | |
Re: Head first C#. [QUOTE][url]http://www.oreilly.com/catalog/9780596514822/[/url][/QUOTE] | |
Re: It makes your code easier for us all to read if you wrap it in code tags and not on an attachment. | |
Re: Yeah I have to agree with Vmanes there, it looks great but also a hindrance. Too much going on.... | |
Re: Hi there, are you using any peer 2 peer (file sharing) software, as these programs can really clog up a connection. Maybe your ISP is performing maintenance on the line - how long has the connection been slow? Try running a virus scan (Use AVG Free) and a spyware scan … | |
Re: I would recommend choosing a language (I personally found c# easiest to learn of the languages I know) and purchasing a good book on that language. For C# I bought "head first C#" and learnt a great deal from it, so I would recomend the Head First series to anybody. … | |
Re: is an infraction 10 points and your out or am I confused with something else? | |
Re: are you using a checked list box? if so this might help you a lot: [QUOTE][url]http://www.java2s.com/Tutorial/CSharp/0460__GUI-Windows-Forms/0560__CheckedListBox.htm[/url][/QUOTE] | |
Re: I agree with Narue there, Python is a great place to start. Jx_man I think C or C++ have a steep learning curve (especially C++) so I am not sure I would recommend them as starting languages. Although they are both very valuable languages to have under ones belt! | |
Re: Hi there, I have found a site which you may find useful: [QUOTE][url]http://www.gamedev.net/reference/start_here/#1[/url][/QUOTE] May I recommend you read the section "What Language Do I Use? " - it will help you decide which path to take and thats a good starting point. This is a great site with lots of … | |
| |
Re: that is odd. sounds like ( i am guessing here ) you might need to include something that states when the Session has expired, reset the string to whatever you need it to be. I hope this helps steer you in the right direction... | |
Re: try redownloading the pdf file, sounds corrupt to me. | |
Re: I believe this statement allows the table to be sorted by clicking on a title: [CODE][I]tableName[/I].setAutoCreateRowSorter(true);[/CODE] | |
Re: A faulty monitor? try to get a replacement if you have tried 3 different cards | |
Re: Hi there and welcome!I have some bad news I am afraid, tried googling your printer and found this thread: [QUOTE][url]http://www.vistaheads.com/forums/microsoft-public-windows-vista-print-fax-scan/16444-printer-problem-panasonic-kx-p7100.html[/url][/QUOTE] The upshot is that panasonic do not intend to release drivers for vista, although towards the bottom of the thread (the last post) there may be a solution - try … | |
Re: hi there, you might find this helpful: [QUOTE][url]http://www.w3schools.com/aspnet/default.asp[/url][/QUOTE] I would recommend this book: [QUOTE][url]http://www.amazon.co.uk/Sams-Teach-Yourself-ASP-NET-Hours/dp/0672325438[/url][/QUOTE] Hope that helps! | |
Re: I wish I had your brain SheSaidImaPreggy lol! was wanting this answer too! | |
Re: I think you can use the session state variable, this link might help you a lot: [URL="http://msdn2.microsoft.com/en-us/library/87069683.aspx"]http://msdn2.microsoft.com/en-us/library/87069683.aspx[/URL] | |
Re: Was trying to figure that out for debee too Ezzaral! You are great! | |
Re: Hi there, welcome to the site! I would recommend you follow these tutorials to start with : [QUOTE][url]http://msdn2.microsoft.com/en-us/library/aa288436.aspx[/url][/QUOTE] | |
Re: Hi there atrusmre, I take it you or not getting any compilation error/warnings? How about trying this (just a quick idea I am not sure if it will work) [CODE]while (!(m_szdata.Contains("OK\r\n")) && !(m_szdata.Contains("error")) && !(m_szdata.Contains("ERROR"))) ; btnLogin.Enabled = true; OnUpdateServerStats();[/CODE] | |
Re: Hmm that is odd, perhaps a hard drive failure? Judging by the fact that it reports a missing System folder and that this happened after a reformat also. I will do some googling for you for similar events. | |
Re: hi there, here is a major difference between Visual Basic 5, 6 etc and visual basic.net. Visual basic.net.... [QUOTE]is Microsoft's designated successor to Visual Basic 6.0, and is part of Microsoft's .NET platform. Visual Basic.Net compiles and runs using the .NET Framework. It is not backwards compatible with VB6. An … | |
Hi all was browsing the web just now and stumbled across this: [URL="http://learnsomethingnewtoday.us/2008/03/14/10-logical-events-that-will-occur-if-aliens-ever-make-contact"]http://learnsomethingnewtoday.us/2008/03/14/10-logical-events-that-will-occur-if-aliens-ever-make-contact[/URL] What if Aliens made contact with the Earth? | |
Re: for a static method: [I]Classname.Method()[/I] for an instance method, then call it like this: [I]ReferenceToInstanceOfClass.Method()[/I] hope that helps ! | |
(Sorry thread title should read BUG not BUT lol )Hi all, I am not sure if this is the right forum for this (so please move if not) but I was tinkering with a Toshiba notebook earlier that has a power up (user) password. Without this password it is not … | |
Re: Hi there, this link might be useful to you: [QUOTE][url]http://www.codeproject.com/KB/miscctrl/CountDownTimer.aspx[/url][/QUOTE] hope that helps! | |
Re: hi Steve, just found a forum that has a link to some benchmarking info you may find interesting: [URL="http://www.tomshardware.co.uk/forum/248042-10-phenom-intel-rendering-gaming-benchmarks"]http://www.tomshardware.co.uk/forum/248042-10-phenom-intel-rendering-gaming-benchmarks[/URL] | |
Re: a good find, but like you I dont have the patience lol | |
Re: Well if you want this program installed on a server and accessed over the internet I would recommend you take a look at ASP.NET, which enables and aids construction of websites/services. [URL="http://www.w3schools.com/aspnet/default.asp"]http://www.w3schools.com/aspnet/default.asp[/URL] Now I am not sure if you are comfortable with OOP (Object Oriented Programming) but I would recommend … |
The End.