592 Posted Topics

Member Avatar for oluscoa

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

Member Avatar for kristain
0
68
Member Avatar for loveforfire33

Umm, where is your code? How are we supposed to help see what you did wrong if there is no code?

Member Avatar for loveforfire33
0
117
Member Avatar for clausont

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 …

Member Avatar for finito
0
101
Member Avatar for shithindas

[url]http://www.pixel2life.com/publish/tutorials/527/windows_xp_change_the_system_time_from_24_hour_to_12_hour/[/url]

Member Avatar for finito
0
68
Member Avatar for shithindas

[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.

Member Avatar for shithindas
0
93
Member Avatar for Netcode

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 …

Member Avatar for finito
-1
1K
Member Avatar for Dr Beta

[QUOTE]load noise; as if it was on way to long and is overheated. [/QUOTE] A siren? Please unmount and Remount the heatsink.

Member Avatar for alexanderclaus
0
154
Member Avatar for Jubal Slick
Member Avatar for fyezool

welcome to the forums. ntmu fyezool as in non-essential-extra?

Member Avatar for maceman
0
70
Member Avatar for MoosePaste

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.

Member Avatar for maceman
0
176
Member Avatar for abs_happy
Member Avatar for maceman
0
25
Member Avatar for Redhaze46

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 …

Member Avatar for Ezzaral
0
70
Member Avatar for sdhawan

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 = …

Member Avatar for finito
0
136
Member Avatar for bghodsi

Welcome to the forums. Please use code taggings. Can you please tell me where the error happens?

Member Avatar for finito
0
110
Member Avatar for Terminator_Null

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?

Member Avatar for finito
0
361
Member Avatar for Anpippin
Member Avatar for kristain
0
145
Member Avatar for jephthah
Member Avatar for cygnus2112

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.

Member Avatar for cygnus2112
0
181
Member Avatar for mistyfy_t
Member Avatar for Terminator_Null

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]

Member Avatar for finito
0
86
Member Avatar for prathamesh_pita

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]

Member Avatar for finito
0
81
Member Avatar for Loony064

[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]

Member Avatar for finito
0
199
Member Avatar for Sila_BiH
Member Avatar for warne

[url]http://www.java2s.com/Code/VB/Database-ADO.net/UseOleDbDataAdaptertoinsertarowintoAccessdatabase.htm[/url] please ask specific question about what you don't understand. Enjoy

Member Avatar for finito
0
69
Member Avatar for louthebug
Member Avatar for woodrobot

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 …

Member Avatar for finito
0
153
Member Avatar for sdhawan
Member Avatar for sdhawan
0
155
Member Avatar for Phunkizm

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 …

Member Avatar for Phunkizm
0
548
Member Avatar for Anpippin

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?

Member Avatar for finito
0
92
Member Avatar for Dtrin

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.

Member Avatar for finito
0
121
Member Avatar for judithSampathwa

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.

Member Avatar for finito
0
102
Member Avatar for Harishwar
Member Avatar for finito
0
26
Member Avatar for ola87

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.

Member Avatar for finito
0
70
Member Avatar for abc123def456

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 …

Member Avatar for finito
0
232
Member Avatar for ThaiDollInTokyo

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,

Member Avatar for Dani
0
200
Member Avatar for hazara
Member Avatar for finito
0
104
Member Avatar for MrBlack

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.

Member Avatar for MrBlack
0
141
Member Avatar for Xinnie

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.

Member Avatar for finito
0
78
Member Avatar for anant.mgm

[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.

Member Avatar for finito
0
100
Member Avatar for lsy

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.

Member Avatar for finito
0
153
Member Avatar for programming2010

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]

Member Avatar for programming2010
0
89
Member Avatar for laghaterohan

[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.

Member Avatar for finito
0
293
Member Avatar for kibr987

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 …

Member Avatar for finito
1
79
Member Avatar for jovypinoy

After long term usage windows gets buggy. Just Defrag and run an anitvirus. and Clean your registry [url]http://sourceforge.net/projects/littlecleaner/[/url]

Member Avatar for finito
0
83
Member Avatar for m.naveen

you can't go wrong with Java. C++ is also a good strong language to learn.

Member Avatar for jwenting
0
123
Member Avatar for mateen121

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.

Member Avatar for jwenting
-2
52
Member Avatar for sreejithbabu

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.

Member Avatar for griswolf
1
602
Member Avatar for momill06

Line 39: [CODE]else if (stockPrice > min)[B];[/B] double max = 0.0; double newMax;[/CODE] ; and no {}

Member Avatar for finito
0
98
Member Avatar for Galaxian63
Member Avatar for icarium

The End.