592 Posted Topics
Re: I am guessing you are talking about the Windows Upgrade. Just goto Control panel Add/Remove Software you will see the Upgrade there just click Uninstall. If you tell me which Os it might help | |
Re: Umm, where is your code? How are we supposed to help see what you did wrong if there is no code? | |
Re: Try [CODE] Dim MySQL As String = "UPDATE problemdefinition SET client = " & txtname.Text & ", memberage = " & txtage.Text[/CODE] Ofcourse you replace that with your actual data. If client takes a string which it looks like it does you need ' ' like so [CODE] Dim MySQL … | |
Re: [url]http://www.pixel2life.com/publish/tutorials/527/windows_xp_change_the_system_time_from_24_hour_to_12_hour/[/url] | |
Re: [url]http://en.wikipedia.org/wiki/CPU_cache[/url] Next time you ask a question it would be helpful to the person answering if the question isn't marked as solved. | |
Re: it should follow the same concept. you make Connection to the DB and send it String commands [CODE]MyConnetion.Open() Dim SqlDataReader Sdr1 = new SqlCommand("Select A, B, C, D FROM XYZ",MyConnetion).ExecuteReader() While(Sdr1.Read()) { Console.WriteLine(Sdr1.GetInt32(0)) 'Assuming A is of type int in the table Console.WriteLine(Sdr1.GetString(1)) 'Assuming B is of type String in … | |
Re: [QUOTE]load noise; as if it was on way to long and is overheated. [/QUOTE] A siren? Please unmount and Remount the heatsink. | |
Re: lol, Welcome to the forums, I am confused I started by assuming you are a guy but after seeing unicorns and the softcore-ness of the jokes, I assume you are a girl. | |
Re: Welcome to the forums redhaze, You do realize this is the wrong zone. well I will help you as you are new here. I presume you are talking about [url]http://www.gemtree.com/peter.htm[/url] There is a Lite Version which you may use. Just to clarify are you looking for a programming language? or … | |
Re: If you want to cut the word up. You can use Substring. [CODE] string varTest = "horse"; string fisrtHalf, secondHalf; firstHalf = varTest.SubString(0,3); secondHalf = varTest.SubString(3,2); [/CODE] Of if its always Half; [CODE] string varTest = "horse"; string fisrtHalf, secondHalf; int HalfMark = (int)(varTest.Length/2); firstHalf = varTest.SubString(0, HalfMark); secondHalf = … | |
Re: Welcome to the forums. Please use code taggings. Can you please tell me where the error happens? | |
Re: From what I understand you want to loop for the following results [QUOTE]i.e. original input, start, increment and end and the converted unit, start, increment etc.[/QUOTE] Just clarify to me you want 4 lines per operations correct? | |
Re: Run an online virus scanner [url]http://housecall.trendmicro.com/[/url] | |
Re: Hello, and welcome to the forums. Please introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url], if you have some free time. Can I ask you which form Factor your external Drive is. If your drive is the 2.5 Form Factor I would bet on the USB port please try another Port. | |
Re: What does it look like now. Post your code/query. | |
Re: Please don't Hijack threads. and please use code tagging. You problem is you are giving an int to a string value add ""+ Like this [CODE]lstTableResult.Text ="" + (FormatNumber(CStr(lcInputValue), CInt(lcResult) + CInt(ControlChars.CrLf)))[/CODE] | |
Re: HMM I recommend you work from scratch, but here. [url]http://msdn.microsoft.com/en-gb/vstudio/aa718346.aspx[/url] [url]http://msdn.microsoft.com/en-us/aa336522.aspx[/url] | |
Re: [CODE]MyConnection.Open() ComboType.Items.Clear(); SqlDataReader dr = new SqlCommand("SELECT STATEMENT", MyConnection).ExecuteReader(); while(dr.Read()) { ComboType.Items.Add(dr.GetInt32(0)); // Use CorrectCast and replace 0 with correct placement zero means first. } MyConnection.Close();[/CODE] | |
Re: [url]http://www.technize.com/folder-options-missing-in-windows-xp/[/url] | |
Re: [url]http://www.java2s.com/Code/VB/Database-ADO.net/UseOleDbDataAdaptertoinsertarowintoAccessdatabase.htm[/url] please ask specific question about what you don't understand. Enjoy | |
| |
Re: woodrobot, Bill Gates doesn't work at Microsoft anymore. Just Like Sony was Playstation of its time, and now its 360 (Very debatable) Noone has seen the future, and Microsoft follows a very different Philosophy, They prefer to make the software and let the Hardware vendors do what they do. Microsoft … | |
Re: [CODE]DateTime.Now.ToString("yyyyMMdd hh:mm:ss:fff")[/CODE] | |
Re: Hmm, to test the mobo take out the Ram DIMMS. You should hear a pattern of beeps. When you turn it on do you or did you hear a Siren? If you don't hear the pattern then there is a fault with your motherboard or Processor. P.S. it would be … | |
Re: Maybe you unhooked something. Revisit the space, look for unhooked wires. Maybe you unhooked the Ethernet cable or USB modem and the Audio Jack cable. Maybe they became loose. What services are you talking about? | |
Re: Run a register Cleaner and Defrag your computer. I assume you are talking about shutdown, Start -> Shutdown. Unless it's a CPU, VGA, or NorthCore Fan. they don't matter. A temp fix for the fans is some WD-40, but best way is to replace them. | |
Re: Change it in the Properties. Right click -> Properties. [QUOTE]change the EditMode propety on the datagrid to EditOnEnter[/QUOTE] Assuming it works, I don't really know if that solves it. | |
Re: Open your Computer, take all non-essentials out. Leave only CPU, Mobo, Ram, VGA. Take out all USB components, PCI, ISA, even the mouse and Keyboard. Try to boot. IF it works, put everything back in one by one and booting. | |
Re: I assume the one that you couldn't plug in was a 4 pin slim cable. If so don't worry about it. Well from what I have seen leaving a Drive over a period of time makes it useless. You can try to Clean the inside by Blowing in it with … | |
Re: Welcome to the forums, Nice to meet you have a nice time. Maybe too much details to give up to complete strangers. This must feel like home already, | |
Re: Try taking out the battery and powering it on with just the Charger. | |
Re: This is a very good example [url]http://www.willamette.edu/~gorr/classes/cs231/lectures/chapter9/arrays2d.htm[/url] [CODE]for (int i=0; i < 8; i++) for (int j=0; j < 8; j++) board[i][j] = BLANK;[/CODE] It is in Java but the concept is the same. | |
Re: Welcome to the forum Xinnie, Please introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url]. Please read the rules, don't resurrect old threads. [QUOTE]how do i make it pop again on doubleclick? because it does not open anything as soon as i close the popped window [/QUOTE] Please clarify what you mean, show some code. | |
Re: [url]http://www.youtube.com/watch?v=gIjrSuMx8Tg[/url] [url]http://www.redfivelabs.com[/url] The link is down, but there are other sources you can find it. | |
Re: Yes this happens sometimes. The only way I found to fix this is Copy paste everything to another new project. Even the Items you can't see just press Ctrl+A If someone has a better solution please post it. | |
Re: What do you mean? Do you want to connect the Access DB? [url]http://www.connectionstrings.com/access-2007[/url] Or Maybe you want to open the .mdb File? [CODE] using System.Diagnostics; Process myProc = Process.Start("filename"); myProc.CloseMainWindow();[/CODE] | |
Re: [CODE]DateTime DbDate = new DateTime() DbDate.Day; DbDate.Month; DabDate.Year; [/CODE] Once you declare DbDate just use .Day, .Month, or .Year to get what you want. | |
Re: Welcome to the Forums kibr987, Please take some time to introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url] As for your solution: Hover your mouse over the variable cmd, and expand the following as in the image to get the String being passed on please post this string. Also post what Data type fsname … | |
Re: After long term usage windows gets buggy. Just Defrag and run an anitvirus. and Clean your registry [url]http://sourceforge.net/projects/littlecleaner/[/url] | |
Re: you can't go wrong with Java. C++ is also a good strong language to learn. | |
Re: Welcome to the forums, please take some of your valuable time and introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url] Please show your work for help. | |
Re: Computer Science is the software Aspect of the Computer to sum it up in one line. CS involves studying the structure, mechanization and expression of algorithms. Its like Geometry on steroids. | |
Re: Line 39: [CODE]else if (stockPrice > min)[B];[/B] double max = 0.0; double newMax;[/CODE] ; and no {} | |
Re: Try removing the battery and booting with just A/C power. | |
The End.