592 Posted Topics

Member Avatar for sadaf K

[CODE]com.Parameters.AddWithValue("@DELEVERYDATE", dateTimePicker2.Value.ToString("yyyyMMdd hh:mm:ss:fff"));[/CODE]

Member Avatar for finito
0
170
Member Avatar for judithSampathwa

[CODE]OleDBReader excell = new OleDbCommand("Your Query",Connection).ExecuteReader(); while(excell.Read()) { }[/CODE]

Member Avatar for finito
0
66
Member Avatar for breakid
Member Avatar for madhurita

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.

Member Avatar for finito
0
99
Member Avatar for webdes2000

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

Member Avatar for finito
0
88
Member Avatar for Sir Choice™

Have you unhidden System Files as well? [url]http://www.sevenforums.com/tutorials/394-hidden-files-folders-show-hide.html[/url]

Member Avatar for Sir Choice™
0
233
Member Avatar for hsncvs

Here is a very good article. [url]http://vbnotebookfor.net/2007/09/28/how-to-pass-data-between-forms-in-vbnet/[/url]

Member Avatar for hsncvs
0
97
Member Avatar for chen12m
Member Avatar for Onisutra

[CODE]'%[0-9]*%' '%.*%'[/CODE] If you mean any number between 0-9 then use [CODE]BETWEEN[/CODE]

Member Avatar for drjohn
0
121
Member Avatar for moltile

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 …

Member Avatar for Xlphos
0
148
Member Avatar for judithSampathwa
Member Avatar for CarterLangley

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?

Member Avatar for Ezzaral
0
149
Member Avatar for American_4_Life

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.

Member Avatar for finito
-1
193
Member Avatar for Nance23

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.

Member Avatar for Nance23
0
264
Member Avatar for BastienP

Nice a pilot, how hard is it to get that, I have been thinking of getting one. Welcome to the community.

Member Avatar for bigbadbear
0
296
Member Avatar for majestic0110
Member Avatar for php_learner
Member Avatar for ZEHIA ZIBI

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.

Member Avatar for finito
0
160
Member Avatar for firoz.raj

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

Member Avatar for finito
0
101
Member Avatar for zizi

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

Member Avatar for zizi
0
106
Member Avatar for bobbyraw
Member Avatar for chanthung

[QUOTE]Andrew, Alex, Adam..etc[/QUOTE] How is Alex similar to Andrew? starts with A? please explain what you mean by similar

Member Avatar for finito
0
127
Member Avatar for SCRIBUS

Hmm If you removed everything and tried it with only the motherboard and CPU, maybe the CPU is gone?

Member Avatar for hypersonic
0
124
Member Avatar for yayaza
Member Avatar for Orion2k

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.

Member Avatar for finito
-1
223
Member Avatar for duuguu

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.

Member Avatar for finito
0
196
Member Avatar for yayaza
Member Avatar for leowasif
Member Avatar for Orion2k
0
283
Member Avatar for Cap'nKirk

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

Member Avatar for Cap'nKirk
0
3K
Member Avatar for dflatt

[url]http://www.cplusplus.com/reference/string/string/compare/[/url] what you need to do is use [CODE].compare[/CODE] enjoy

Member Avatar for dflatt
0
129
Member Avatar for prabinyovan

a good tutorial on timers [url]http://msdn.microsoft.com/en-us/library/bb386404.aspx[/url]

Member Avatar for finito
0
879
Member Avatar for coromandelman

It doesn't matter, You can put the graphics card in and then install the drivers.

Member Avatar for finito
0
46
Member Avatar for ksaurabh

30k USD? [url]http://www.panasonic.com/business/toughbook/toughbook-products.asp#/F8[/url] Is one of the toughest notebooks money can buy.

Member Avatar for finito
0
105
Member Avatar for elliot81

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: " …

Member Avatar for finito
0
127
Member Avatar for firoz.raj

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

Member Avatar for finito
0
154
Member Avatar for daviddoria

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.

Member Avatar for kvprajapati
0
271
Member Avatar for carrythe1

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]

Member Avatar for finito
0
168
Member Avatar for greenlantern

Probably got short in the outage. Were you using it during the time the outage happened?

Member Avatar for finito
0
170
Member Avatar for theashman88

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.

Member Avatar for caperjack
0
83
Member Avatar for ocko56

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

Member Avatar for finito
0
94
Member Avatar for CAMGAZZ

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 …

Member Avatar for jwenting
0
79
Member Avatar for zenith_96

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 …

Member Avatar for zenith_96
0
202
Member Avatar for Trouble4me
Member Avatar for pcs365_4
0
77
Member Avatar for elizabeth mwash

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]

Member Avatar for finito
0
97
Member Avatar for Lorilei

Welcome Auntie Lori, nice to meet you, You seem like a colorful person, glad to know you.

Member Avatar for Lorilei
1
198
Member Avatar for coop123
Member Avatar for mickmos

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

Member Avatar for ~s.o.s~
0
135
Member Avatar for Shikamarusan
Member Avatar for happygeek
Member Avatar for sissendz

The End.