592 Posted Topics
Re: [CODE]com.Parameters.AddWithValue("@DELEVERYDATE", dateTimePicker2.Value.ToString("yyyyMMdd hh:mm:ss:fff"));[/CODE] | |
Re: [CODE]OleDBReader excell = new OleDbCommand("Your Query",Connection).ExecuteReader(); while(excell.Read()) { }[/CODE] | |
Re: Please post your insert statement or your code. | |
Re: Welcome to the forums madhurita, Please take your time to introduce yourself in [url]http://www.daniweb.com/forums/forum165.html[/url] then please read [url]http://www.daniweb.com/forums/faq.php?faq=daniweb_policies[/url] And Please show some work to get help. | |
Re: No it sounds like one of your peripherals is bad. Take of everything and put it back one at a time and boot. When it doesn't boot you found your culprit | |
Re: Have you unhidden System Files as well? [url]http://www.sevenforums.com/tutorials/394-hidden-files-folders-show-hide.html[/url] | |
Re: Here is a very good article. [url]http://vbnotebookfor.net/2007/09/28/how-to-pass-data-between-forms-in-vbnet/[/url] | |
Re: paste actual code We don't do your homework for you. | |
Re: [CODE]'%[0-9]*%' '%.*%'[/CODE] If you mean any number between 0-9 then use [CODE]BETWEEN[/CODE] | |
Re: Go back into ubuntu, Windows is not your friend in this department. Read what you get in Shell when you try to mount the drive. It will provide you with a solution which you can copy and paste with sudo. After it works once, your drive will start to work … | |
Re: umm, Access? nah man. U can use anything but don't use access. go for MySQL or PostgreSQL both are free. what have designed the website with? | |
Re: so you want the code to populate the ListBox only right? [CODE]listBox1.Items.Add("Whatever");[/CODE] if you want more help please post what you done so far. | |
![]() | Re: safe mode Restart and hold F8 right after the Bois boot screen, where it asks you to press Del (or F2 in some cases) to enter Bois. Then it will list boot options just press enter on Safe mode and you should be able to run the scanners there. ![]() |
Re: Nice a pilot, how hard is it to get that, I have been thinking of getting one. Welcome to the community. | |
Re: Umm what OS are you people using? | |
Re: can you right click on My Computer-> Properties->Hardware->Device Manager Please take a screenshot of it with PrintSceen on the keyboard and paste it in paint and upload the image. | |
Re: P1 3.3 V P2 3.3 V P3 3.3 V (precharge, 2nd mate) P4 gnd (1st mate) P5 gnd (2nd mate) P6 gnd (2nd mate) P7 5 V (precharge, 2nd mate) P8 5 V P9 5 V P10 gnd (2nd mate) P11 reserved P12 gnd (1st mate) P13 12 V (precharge, … | |
Re: Are you getting a user input or is the program supposed to do this? Please show what you have thought about the Logic or show me your pseudo code | |
Re: Is it heating up? | |
Re: [QUOTE]Andrew, Alex, Adam..etc[/QUOTE] How is Alex similar to Andrew? starts with A? please explain what you mean by similar | |
Re: Hmm If you removed everything and tried it with only the motherboard and CPU, maybe the CPU is gone? | |
Re: As Ramy said, Where did you define taxableIncome | |
Re: Hello Orion2K. I am unclear as to what you want to do. Can you please write the Update statement for each table and also state their relations and primary keys. | |
Re: duuguu welcome to the forums, please take some time and introduce your self in [url]http://www.daniweb.com/forums/forum165.html[/url] Please familiarise yourself with rules. Don't hijack threads. P.S. use code tagging. | |
Re: What have you done so far? in codeing that is | |
Re: Write down the SQL equivalent of what you want to do. That will put things in perspective for you. | |
Re: [CODE]MainForm form = new MainForm(); form.ShowDialog(); this.hide();[/CODE] think of it like this you tell R2D2 to call C3PO and do somthing, but as soon C3PO is called R2D2 shuts down without relaying the message? make sense? No ok here is a better solution. [url]http://www.youtube.com/watch?v=oHg5SJYRHA0[/url] | |
Re: [url]http://www.cplusplus.com/reference/string/string/compare/[/url] what you need to do is use [CODE].compare[/CODE] enjoy | |
Re: a good tutorial on timers [url]http://msdn.microsoft.com/en-us/library/bb386404.aspx[/url] | |
Re: It doesn't matter, You can put the graphics card in and then install the drivers. | |
Re: 30k USD? [url]http://www.panasonic.com/business/toughbook/toughbook-products.asp#/F8[/url] Is one of the toughest notebooks money can buy. | |
Re: you need to change that line with [CODE]if (people[i][0] == searchName)[/CODE] also within the if you may want to do [CODE] Console.WriteLine("Name: " + people[i][0] + "\nPhone Number: " + people[i][1] + "\nPost code: " + people[i][2] + "\nState: " + people[i][4] + "\nAddress: " + people[i][5] + "\nSalary: " … | |
Re: Well, w/o System Disc (Windows) you are pretty much stuck. If yuou wish to backup your data I would suggest you get Ubuntu from [url]http://www.ubuntu.com[/url] and Download and burn it to a CD. When you boot the CD will ask you weather you wish to Install Ubuntu or just Try. … | |
Re: Well I am assuming you have got alot of apps open, or have an old computer. Try making a button and click it when everything is loaded to test the timer. | |
Re: well [CODE]int funcdiv();[/CODE] is the problem, you need to pass somthing. funcdiv needs an int. [CODE]int funcdiv(int x) { int y = x/2; return y; }[/CODE] try [CODE]funcdiv(5);[/CODE] | |
Re: Probably got short in the outage. Were you using it during the time the outage happened? | |
Re: DDR3 is the best RAM available now a days, also the most expensive. Dual Channel is basically lets the machine do more in heavy loads. for a better explanation [url]http://en.wikipedia.org/wiki/Dual-channel_architecture#Purpose[/url] [QUOTE]2000(OC)/1866(OC)/1600(OC)/1333/1066/800 [/QUOTE] Are the rated speeds, higher the better. | |
Re: inverter? what does an inverter have to do with anything? Does the inverter not work? I cannot see why you would need to change the inverter? I am assuming You are talking about a UPS device and referring it to as an inverter... | |
Re: Well the only legal way for you to get the CD would be to go out and buy it. The only other way you can do this is by getting an open source Operating System [url]http://www.ubuntu.com[/url] is one of them. you may wish to read up on Linux and millions … | |
Re: My Phyton knowledge is nill, but I after looking at your code, it doesn't seem too difficult. I don't know the syntax, but I believe you should load the jokes into an array and than get a random array. Random: [url]http://effbot.org/pyfaq/how-do-i-generate-random-numbers-in-python.htm[/url] From what I can understand the syntax would be … | |
Re: [url]http://www.vistax64.com/vista-general/48985-disabling-ipv6.html[/url] | |
Re: Havn't you asked a similar question before? [CODE]Form2 fm2 = new Form2(); if (fm2.ShowDialog() == DialogResult.OK) { mylabel.text = fm2.GetText(); }[/CODE] and have a function in Form2 [CODE]string GetText() { return textbox1.text; }[/CODE] | |
Re: Welcome Auntie Lori, nice to meet you, You seem like a colorful person, glad to know you. | |
Re: I am not sure what you want [CODE]try { } catch { }[/CODE] | |
Re: [url]http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html[/url] if you show me what you done I will help you. But if you are asking for someone to do your homework then please read the rules again. If you want the logic behind it show me what you think or have thought so far. | |
The End.