592 Posted Topics
Re: Well, I am glad to teach you about it. First please read up on Databases. If you know what a database is please make on with all your tables and Columns. Once you are done designing it I will tell you what to do next. | |
Re: Change this part SQLEXPRESS | |
Re: Well, Intel has a 3years warranty nowadays. I want you to strip the PC bare only Mother board and processor and try to boot it. No USB, Cds, Ram, Graphics card, etc. You want to listen for 3 or 4 consecutive beeps. If you hear them then your motherboard and … | |
Re: Why don't you do Line 27-29 [QUOTE][CODE]add_office_rows() add_business_rows() add_software_rows()[/CODE][/QUOTE] with ifs or in Button press why do you do them all? | |
Re: That looks fine, look at your code for errors. Maybe you are passing the Day out of index like 30 on a February. Please post the error and if possible the code where you set day. | |
Re: you can use Datetime.ParseExact Show me your work to get more. | |
Re: Take them both out and boot, you should hear a succession of beeps. If you do then your board is fine. Most Likely you have a Battery problem try and boot without the battery with only the A/C charger on. | |
Re: Code it in TextChanged event. String length is your friend. | |
Re: If you look closely the ports are labeled Sata0, Sata1, Sata2 Try and make sure you don't skip any. Then check in your BIOS if the drives are being detected. Then Post your results. | |
Re: Hmm, I see your predicament. I am sure you can send it to UK instead. But lets try to figure out what is wrong with your computer first. Do you have a recovery Disk? if not then May I recommend Linux Open source? Either way we need to make sure … | |
Re: ROFL, wake up. It's like when in school some kid keeps bugging you, when you get annoyed he/she will have an incentive to annoy you more. If you let someone press your button then they will press it. | |
Re: Interesting, but I like Ubuntu and it's work, I don't understand what the problem is. Can someone else elaborate why FOSS is so concerned about Ubuntu, how can it be a threat to Open Source. I mean there might be a way but can someone explain it? | |
| |
Re: Look up the Math Class. [url]http://msdn.microsoft.com/en-us/library/system.math.aspx[/url] Math.cos(number), Math.sqrt(number), etc. | |
Re: Dear scion, if you don't know how to Overclock, don't do it. Thats the simplest answer. This is not the place to ask either. | |
Re: 1. Please show code 2. You mean the Insert Statement? INSERT INTO tableName (Column1, Column2, Column3) VALUES (Data1, Data2, Data3) or [url]http://social.msdn.microsoft.com/forums/en-US/winformsdatacontrols/thread/d402f6f4-52c6-48e3-88a6-4d6fbececf8a/[/url] | |
Re: Hmm, Is it not the same method for the non-compact? [CODE]// SELECT FName, LName, ID FROM Employee int row = dataGrid.CurrentRowIndex; dataGrid.Select(row); string FName = ds.Tables["Employee"].Rows[row].ItemArray.GetValue(0); string LName = ds.Tables["Employee"].Rows[row].ItemArray.GetValue(1); string ID = ds.Tables["Employee"].Rows[row].ItemArray.GetValue(2); [/CODE] Forgive syntax errors code not tested. | |
Re: HMmm, Click sound is usually the sign of a bad hard drive. Try Removing the battery and boot with only the charger? I would also suggest back your things up as soon as you can your drive may be failing if it hasn't failed already. | |
Re: What? Can you show some code? or is currency manager another software? Not clear please elaborate. | |
Re: First of all I recommend you not to use C#. try C++. read this [url]http://answers.yahoo.com/question/index?qid=20080707012531AAeYzfK[/url] | |
Re: C# are the network are not realted in that sense. All you need is a shared Network and access to it, and specify that shared connection in the ConnectionString. | |
Re: Hello please don't rise the dead. Please describe your problem start with when you turn on the device also mention what device you have. | |
Re: On form Properties enable KeyPreview. Set it to True. It's a little puzzling that you joined in 2007 but this your first post. Please introduce yourself :) [url]http://www.daniweb.com/forums/forum165.html[/url] | |
Re: This happens sometimes. I have never figured out why. The only fix I know is copy everything onto a new Project. | |
Re: Well, I need more, what laptop do you have. What is the problem, is it not booting? I mean does it spin up do you hear it starting? Please describe what happens exactly all the beeps lights hiss error messages. Thanks. And Please take some of your valuable time and … | |
Re: Try taking out the Ram, Mouse Keyboard and Graphics card. Boot with only the Processor and heatsink/fan on. You should hear a succession of beeps 3 or4 evenly paced. If you don't hear this than there may be an issue with the processor or motherboard. In your case it may … | |
Re: Go to the workshop and try again? unless you are willing to take your laptop apart willing to experiment on your own. If you have a spare monitor you may want to try and see if it is detected when you plug it in. | |
Re: You don't need to do Execute reader just use scaler. [CODE] file = (byte[])cmd.ExecuteScaler();[/CODE] As for Null there are two ways I handle it. 1st Method Try Catch 2nd Method [CODE]"SELECT CASE WHEN Image IS NULL THEN DefaultImage ELSE Image END WHERE CarID = @CarID"[/CODE] You can define DefaultImage as … | |
Re: And you don't see the problem? Share the drive over the network and put the network path instead of e:\new\xyz.mdf | |
Re: I think you should rename the Headline to Price of technology. This is not Just Apple. (No I don't use any apple products) This is the Chinese Industry in whole, what do you suggest we do? It is nice to point out that there is a problem, I am happy … | |
Re: Hmm I might be wrong but inst it chmod 775 ? | |
Re: I am sure there are better ways but here is my method. [CODE] bool red = true; MyCon.Open(); SqlDataReader search = search = new SqlCommand("SELECT something FROM somewhere WHERE condition", MyCon).ExecuteReader(); ListViewItem temp;// = new ListViewItem(); while (search.Read()) { temp = new ListViewItem(); temp.Text = search.GetString(0); temp.SubItems.Add(search.GetString(1)); //etc. if (red) … | |
Re: Where did you define RedSlide and BlueSlide? | |
Re: Not sure what you mean? Are you locked out of your windows System? Although the rules don't mention it, I am sure the solution will get deleted. Why don't you try Administrator Account. in Username type Administrator leave password blank. | |
Re: Need more info. Is that an internal or external Drive or is it a USB drive. What OS are you using? | |
Re: For the buttons you may wish to use a combination of if statements and button.enabled. Show me your logic for prime numbers | |
Re: I haven't done this in a very long time. but I think it was like this after you get 1 To setup Windows XP now, press enter. 2 To repair a Windows XP installation using Recovery Console, press R. 3 To quit Setup without installing Windows XP, press F3. Press … | |
Re: Well if you bought it recently then it should have warranty, go and get it replaced. | |
Re: Take out battery boot with only AC adapter? | |
Re: First you need to get a copy of Bootable windows. Second boot from CD and install windows and Format the Drive. If you want to back up data Try Ubuntu Live CD. When it asks you click Try only and it will let you back up whatever you want and … | |
Re: Your battery is haywire, I have a similar Problem, I will be going to buy a new battery today for it, I will let you know how it went. I assume that it wasn't always 3 seconds It has been going down slowly. Fortunately you can repair your battery, you … | |
Re: Your drive is dead, It doesn't matter how old it is, it's about usage. You can try and Run a live CD linux OS I have had limited success in getting it read in Linux with similar situation. Try Ubuntu.com download the ISO burn and Run it from CD. | |
Re: Sure, glad to help. What exactly are you having trouble with? Here this is to get you started ask specific questions. [url]http://www.daniweb.com/code/snippet216920.html[/url] | |
Re: Make a MaskedTextBox not the normal one and then in properties you will see a property for Passwordchar just type * there | |
Re: PXE is just to set the boot to Lan in the bios. You need a machine which has Windows server Edition installed. You can do this. [url]http://unattended.sourceforge.net/step-by-step.php[/url] | |
Re: [QUOTE]how connect to SQL server in vb.net using c#[/QUOTE] WHAT? You want to connect to SQL server in VB.Net using C#? I am sure you are confused. C# is programming language so is VB.NET. I think you mean you want to connect to SQL via VB.net here [url]http://www.daniweb.com/code/snippet216920.html[/url] if you … | |
Re: Stupid question but do you have the Arabic Language installed? |
The End.