592 Posted Topics
Re: Sorry, I am not sure what you want? Are you saying you don't want it to go Blue when the selection is made, or do you want it to stay blue when the selection is made? | |
Re: Please use code Tagging next time. And please complete the Introduction, most likely this post will be moved here is the code [CODE=C#] System.Console.WriteLine("Enter Number"); int size = int.Parse(System.Console.ReadLine()); for (int row = 0; row < size; row++) { for (int col = 0; col < size; col++) { if … | |
Re: What laptop model do you have? | |
Re: @srky, Please mention what your database. And please read about [URL="http://www.codeproject.com/KB/grid/usingdatagrid.aspx"]Datagrids[/URL] and [URL="http://msdn.microsoft.com/en-us/library/aa288452%28VS.71%29.aspx"]OleDB Class[/URL]. | |
Re: Which Fifa are you talking about? [URL="http://www.game-debate.com/games/index.php?g_id=582&game=FIFA%202010"]Fifa 2010[/URL]? This system won't do if so, but if the fifa is older maybe. | |
Re: First of welcome to the forums. Second You are probably in the wrong section. You should first Read this: [url]http://www.daniweb.com/forums/thread134865.html[/url] Then Should post it here: [url]http://www.daniweb.com/forums/forum64.html[/url] Or you could reformat. You will probably be doing this in Safe Mode. | |
Re: why don't you take the connection string from the other form? I assume that you have the connection up and running somewhere else in those forms. If you can't find it. Just do [CODE]MessageBox.Show(Conn.ConnectionString);[/CODE] Replace Conn with you connection. | |
Re: [QUOTE]Object reference not set to an instance of an object.[/QUOTE] That usually refers to No Data being retrieved from The DB. There are no such entries in the DB. Since you know your code best, you should look to all the places where you are trying to Retrieve data, or … | |
Re: OK, lets try and see if your system is operational. Please go to Ubuntu.com. Download and Burn the ISO to Disc. Once it boots it will ask you if you wish to try or install. Just choose the first option which is to try. Once fully loaded try to Use … | |
Re: There are few ways to tackle this. I will tell you the most legal one. Download a Linux distro (I recommend[URL="http://www.linuxmint.com"] LinuxMint[/URL]) Burn it on a CD and you can boot into a Live Linux OS, On the boot options choose the first option, which is to try The OS … | |
Re: Are you saying that when you try to Boot you get to Grub and it just restarts? Or are you saying you don't want the motherboard logo to appear? if it's the earlier, which I presume it is, can you say what error you get, maybe what was the last … | |
Re: Please read this [url]http://www.c-sharpcorner.com/uploadfile/mahesh/crystalreportsintroduction11082005014959am/crystalreportsintroduction.aspx[/url] Ask questions if you are stuck Enjoy :) | |
Re: Try Linux. Goto Ubuntu.com download and Burn the Iso. Boot from it, it will ask you if you wihs to try or install, choose the first option on the list which will be Try. Once inside try and use the system, check your files, try and surf. This is to … | |
Re: 7 years old machine? Would you be open to using Linux distro that is lighter in load and will probably give your old machine a new Life. I suggest Xubuntu or Puupy Linux Your hard drive may be failing due to normal wear and tear, it may be a good … | |
Re: please have a look at this [url]http://www.eggheadcafe.com/articles/pfc/selfupdater.asp[/url] | |
Re: If you have already run recovery Programs you have slimmed your chance of finding those pictures yourself, your only chance left is to get it down professionally. | |
Re: Welcome to the forums, Please leave a better introduction. | |
Re: Welcome to the forums, I see a lot of your work, keep up the good work. | |
Re: Welcome to the forums, you are in the wrong section: Please read this: [url]http://www.daniweb.com/forums/thread134865.html[/url] Then Please post here: [url]http://www.daniweb.com/forums/forum64.html[/url] Enjoy. | |
Re: please read: [url]http://msdn.microsoft.com/en-us/library/ms181765.aspx[/url] [QUOTE]SELECT FirstName, LastName, TelephoneNumber, IIf(IsNull(TelephoneInstructions),"Any time", TelephoneInstructions) AS [When to Contact] FROM db1.ContactInfo; [/QUOTE] | |
Re: Show me some effort. Where is your code, what have you done so far. Show me some pseudo code. | |
Re: [url]http://www.winvistaclub.com/t59.html[/url] Enjoy Mark as solved if solved. | |
Re: Show me what you have done so far? if you have not done anything, show me your pseudo code. | |
Re: [QUOTE]matter[/QUOTE] That is incorrect usage, usually I don't care about syntax but the the fact that you Thread title resembles string theory, and then you use the word matter. Anyway, the data can be accessed by the child by using the following [CODE]Form1 form1 = new Form1(); form1.label1.Text;[/CODE] Make sure … | |
Re: use SQL String commands in using System.Data.SqlClient; Then do something like [CODE]YourConn.Open(); SQLDataReader Sdr = new SQLCommand("SELECT * FROM table WHERE id=001",YourConn).ExecuteReader(); if(Sdr.Read()) { array[0] = sdr.GetInt32(0); array[1] = sdr.GetString(1); array[2] = //etc.... } YourConn.Close();[/CODE] | |
Re: Interesting, I am not sure what [CODE]pos dell that is a 2002 modal[/CODE] means. Point Of Sale? can you give a model number of the dell machine? [CODE]Can I use Ram Cards from this crashed PC?[/CODE] Depends for what? if the machine was made in 2002 then it would have … | |
Re: It can be one of two things: 1) the FAN is jammed, so there is no airflow and the processor is heating up 2) The Battery has malfunctioned and is over volting the CPU making it RUN hotter then it's supposed to. I suggest if your warranty hasn't expired you … | |
Re: What happens when you try to Switch your laptop on? Please be as descriptive as possible include beeps, lights, sounds, errors. | |
Re: well, There is no one master book, you should read as much as you can, Every author adds something valuable from their experience. | |
Re: Hmm Do you use IE7? it could be this: [url]http://www.askmehelpdesk.com/internet-web/request-lookup-key-not-found-any-active-activation-context-61188.html[/url] "It was because of IE7 the solution is to uninstall IE7 using the following command on the START -> RUN %windir%\ie7\spuninst\spuninst .exe This uninstalled IE7 and makes it so that you can reinstall it later." | |
Re: Wow, bravo not many people who take their time on their introduction. You even linked all your interests, very nice. What is Kale? I see the picture but what is it? I am not familiar with the term nyb please elaborate. Is that you in the Soccer Pic? if so … | |
Re: Where is MVC2? (Marvel vs. Capcom 2) I will read your code after it has been tagged and try and offer a solution. :) | |
Re: Try [URL="http://www.hotspotshield.com"]HotSpotShield[/URL] | |
Re: Welcome to the forums, Nice to meet you. My Basic is pretty much extinct itself, but here you go [url]http://www.techiwarehouse.com/cms/engine.php?page_id=914f9c44[/url] Enjoy :) | |
Re: Welcome to the Forums, can you smell your computer for melting resistors? Ok first things first, Remove all the components in the PC, Mouse, Keyboard, camera, Scanner, Printer, Graphics Card, Ram, Modem, Hardrive, CD-Rom, w/e TAKE IT OUT. Leave only the Processor and motherboard, with the power cables ofc. Boot … | |
Re: [url]http://support.microsoft.com/kb/307353[/url] Have fun. Please mark as solved if solved. | |
Re: try [CODE]int.Parse(Data.Value.toString()); //for int double.Parse(Data.Value.toString()); //for double decimal.Parse(Data.Value.toString()); // for decimal DateTime.ParseExact(Data.Value.ToString(), "yyyyMMdd", new System.Globalization.CultureInfo("en-US")); //for DateTime Data.Value.toString(); /for String[/CODE] | |
Re: If you are hearing the beeps, then your motherboard is fine, I would try the graphics card in another PC. | |
Re: Hmm, try formatting a different Disc, Blocks are on Discs not on Drives, but this could also mean the drive it self has malfunctioned and is not reading/writing properly.p | |
Re: [url]http://www.connectionstrings.com/postgre-sql[/url] | |
Re: What are you talking about. Dell makes Alienware. To be honest it doesn't matter which one you get all you need to see is if the machine has the graphics card you want. If you buy a Desktop You will be able to make a Better gaming RIG for the … | |
Re: [QUOTE=lionaneesh;1259750]Change the very first line to:- [CODE]// This program creates many Processes and ultimately the system results in hang[/CODE][/QUOTE] lol leave the ethics he has a grammar mistake. | |
Re: Hmm, Not my area of expertise, but I wish to add Nasties to my arsenal. Could the problem be [URL="http://www.file.net/process/conime.exe.html"]conime.exe[/URL]? the possibility is low but it is a possibility. | |
Re: Can you get into safe mode at all? If you can then please Read this: [url]http://www.daniweb.com/forums/thread134865.html[/url] and post it here: [url]http://www.daniweb.com/forums/forum64.html[/url] if you can't get into Safe mode or Normal Windows, your PC maybe overheating. This can happen with two things. The Battery has gone bad and is sending more … | |
Re: Welcome to Daniweb, and Congratulations on the Laptop. You are asking in the wrong section. Please ask in this section: [url]http://www.daniweb.com/forums/forum64.html[/url] | |
Re: It is possible that the Hardrdive is bad, but it could also be the CD, can you test if the CD works on another Machine. As for installing Windows on the USB does your BIOS let you boot to USB? Google says yes, but if it doesn't let you try … | |
Re: What exactly do you want to do? This will really help me answer that question. Also please tell me if your TV has HDMI support if that is relevant to what you want to do, |
The End.