592 Posted Topics

Member Avatar for dnBunnie

You my friend need to meet a good future friend of yours. Right Click your main Drive(usually C: ) in My Computer and click Properties. Goto Tools and Click Defrag. Or just Give up on Windows and go with Linux, I recommend Ubuntu.

Member Avatar for gerbil
0
233
Member Avatar for sdhawan
Member Avatar for solo9550help

Hmm you have something wrong with one of your peripherals, it seems whenever you put the power cable is it does a self test finds something wrongs and disables it self. This is only a theory. If you are courages you can open up your lappy: [url]http://repair4laptop.org/contrib/gateway_solo_9550/gateway_solo_9550_notebook_disassembly.pdf[/url] Once open you …

Member Avatar for solo9550help
0
273
Member Avatar for Janet Hanley
Member Avatar for maceman
0
89
Member Avatar for 12"tool

Date needs to be in yyyyMMdd format [CODE]Dim theDate as DateTime = #02/02/2005# Dim ymd As String = theDate.ToString("yyyyMMdd")[/CODE] If this isn't the problem you are facing please clarify I am not sure what you want.

Member Avatar for finito
0
104
Member Avatar for nsutton

first of all you need to set KeyPreview to True in the Form Properties. Then you need to click on KeyDown in Event and then in there you do [CODE] if (e.KeyCode == Keys.A) { PlaySound(); }[/CODE]

Member Avatar for finito
0
119
Member Avatar for GAME
Member Avatar for moni94
Member Avatar for delphiman
Member Avatar for tchiloh

[CODE]double price = 12.55; mySelectQuery = "INSERT INTO order (total)" + "VALUES (" + price+ ");";[/CODE]

Member Avatar for Ketsuekiame
0
5K
Member Avatar for gispe

You messed up the installs. Uninstall everything and Restart. Then install what you need again.

Member Avatar for finito
0
246
Member Avatar for tungnk1993

Use imagebox, and use the on click event. You basically have an Image working like a Button.

Member Avatar for tungnk1993
0
117
Member Avatar for shuhana84
Member Avatar for shuhana84
0
939
Member Avatar for Arsenal101

Aahh yes, You remind me of myself. I want to Test the LCD on another Machine just to check if it's working. Then I want you to try another monitor on your current Machine. Post results thanks.

Member Avatar for finito
0
165
Member Avatar for xjtk02x

Your screwed m8, They have a strict Toshiba Service only policy. Only Toshiba can do it for you.

Member Avatar for xjtk02x
0
113
Member Avatar for sdhawan

Here pseudo code [CODE]Do streamreader untill null { String readline = SreamLine; } MessageBox.Show(readline); [/CODE]

Member Avatar for finito
0
91
Member Avatar for ar31an
Member Avatar for finito
0
89
Member Avatar for wkbalaji

PoorBoy You should have started a new thread. What system do you have how old is it? what graphics card?

Member Avatar for finito
0
100
Member Avatar for ar31an
Member Avatar for prajaktaran

This is a very good guide I used it myself. [url]http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-tutorial.htm[/url]

Member Avatar for finito
0
57
Member Avatar for becraig

I am sorry, I don't understand what you want, It would help if the code was tagged properly.

Member Avatar for becraig
0
118
Member Avatar for Techwriter10

What about Meego The Full fledged Linux Distro Specially designed for Low Resources in Conjunction with Intel and Nokia with other Big companies backing it up such as Novell. With [url]http://radicalbreeze.com/?page_id=102[/url] touting to be a programming language that anyone can create programs with. This puts Android and Qt Based Linux …

Member Avatar for finito
0
561
Member Avatar for preethi s

Preethi you should have started a new thread. but here [url]http://www.csharp-station.com/Tutorial.aspx[/url]

Member Avatar for finito
-1
89
Member Avatar for patishere

What is the problem? You don't know how to Connect to the DB? or you don't know how to retrieve? What is the problem you are having.

Member Avatar for kinwang2009
0
528
Member Avatar for programming2010
Member Avatar for finito
0
166
Member Avatar for madhan
Member Avatar for kvprajapati
0
98
Member Avatar for GAME

Add a public function in Child form [CODE]bool public GetStatus() { return checkbox1.Checked; }[/CODE] And call this function where you have called for Child.Show();

Member Avatar for finito
0
78
Member Avatar for paddyconnors

Maybe over heating. Please open your case and see if the Heatsink is secure. Are you/Did you hear(ing) any beeps when you did/were boot(ing)? Single short beep means everything is fine. Its when you hear multiple beeps that you have a problem.

Member Avatar for finito
0
129
Member Avatar for leest

Well, There is a way. Pay the data Professionals to read your platter in the process break your wallet. I have had that happen to me a few times. But I never learn.

Member Avatar for finito
0
166
Member Avatar for MrBlack

Are you getting any runtime errors? I don't see anything sticking out atm. I am assuming the ID is autonumber?

Member Avatar for MrBlack
0
111
Member Avatar for divyakprabh
Member Avatar for Sumaiah

This is not complete but is very close. [url]http://bytes.com/topic/c/answers/510036-how-print-numbers-words[/url]

Member Avatar for iamthwee
0
108
Member Avatar for Justin88

Please read this, it's a very nice tutorial. [url]http://www.csharp-station.com/tutorials/adodotnet/lesson01.aspx[/url] Read Up until Lesson 4 to get yourself started. Ask questions of what you don't understand.

Member Avatar for finito
0
60
Member Avatar for snehithan777

Boot it up again. and Press and Hold the Power Button for about 20 Seconds. Your laptop should force shutdown. Now when you boot it will be a full normal startup or as they say "Cold boot"

Member Avatar for finito
0
96
Member Avatar for Justin88

[QUOTE]I apologize if I post something wrong or something.[/QUOTE] You don't have to apologize for posting something. Well it's rather simple. I assume you have the logic to figure out whether the User that logged in is the employee, PM or Admin. To Make the button invisible or hidden just …

Member Avatar for finito
0
2K
Member Avatar for kerek2

I can't see where you are checking for it. Or you don't know how to go about it? Can you break it down in pseudo code what you are trying to do? If I Understand properly you want to Check if something is missing and make it if it's not …

Member Avatar for finito
0
132
Member Avatar for rheamzy

hmm do you get the screen. Do you hear a beep to tell you if the laptop is working. try removing the battery and turning it on with just A/C power? Is the Laptop getting hot. What laptop is it, how old is it? What OS?

Member Avatar for W1ND0W5
0
153
Member Avatar for Loony064

Hmm, This is from my limited knowledge that I have of running a similar setup. So if someone finds errors please point them out. [QUOTE]1. At the moment, we've added our database as a data source and then access it using datasets and adapters. I assume this is incorrect if …

Member Avatar for Loony064
0
541
Member Avatar for Nitin Daphale

[CODE]ALTER TABLE Table1 ADD TempID int IDENTITY(1, 1)[/CODE] Run this in SQLBrowser It will create another Column and make everything unique Delete what you want and then delete the column

Member Avatar for Nitin Daphale
0
95
Member Avatar for Ebisu
Member Avatar for finito
0
232
Member Avatar for WigglesMcMuffin

PartitionMagic. or Gparted in Linux You can have two copies of windows on an System. Different partitions ofcourse.

Member Avatar for finito
0
161
Member Avatar for Bamahonky

Welcome to the Forums, Never too late to do what you love. [QUOTE]shooting my Glock[/QUOTE] For a second I was wondering what that was. Yes I have a very similar problem with Music. anyway welcome once again have a fun time in here.

Member Avatar for Bamahonky
0
185
Member Avatar for Keep

For that i need to know how you define a "room that is best suited" with those values. Use best method available to do this as this what your logic will depend on.

Member Avatar for ndeniche
0
98
Member Avatar for Rq Evo

Please use code tagging, this code looks fine please show code that calls on this.

Member Avatar for Rq Evo
0
320
Member Avatar for gjohnsonjr

Please use code tagging. follow this very easy tutorial. [url]http://msdn.microsoft.com/en-us/library/5ycd1034%28VS.71%29.aspx[/url]

Member Avatar for finito
0
398
Member Avatar for IS_student

Your error is here [CODE]double max=avg[0]; for(int t=0;t<stud_row;t++) if (avg[t]>max) { maxindex=t; max=avg[t]; }[/CODE] If you don't see it ask again.

Member Avatar for finito
0
109
Member Avatar for GEORGE V

Step One: Take out all the Cables. Step Two: Take your PC and Goto the Roof or the Highest point you can find. Step Three: Lift The PC as High as you can. Step Four: Throw The PC down with as much Force as can. Step Six: Take Pictures and …

Member Avatar for killerTech
0
215
Member Avatar for onlinessp

Well that is the correct rusult you will hang the label like that try adding a timer with a one second delay instead of using a for loop.

Member Avatar for pabloh007
1
220
Member Avatar for shithindas

littlephoenix is right, Every device has an OS, your friends Router is most likely using a flash ROM so for that to catch a virus is rather unlikely unless the ISP it self caught a virus which is patching his Router. Ofcourse if you are saying he/she has an external …

Member Avatar for shithindas
0
197
Member Avatar for Ricechen

Welcome to the forums, if you show work and diligence you will get help.

Member Avatar for qlipboard
0
46

The End.