592 Posted Topics
Re: hmm most IP cameras have settings that let them take picture or recording at certain times. Just use the software provided to get the images in a certain folder. Then let your software take it from there, even if it take an hour, your 7 A.M. pics will be 7 … | |
Re: Psuedo code for no code. [CODE]if (readline.substring(get the time stamp).equals(timestamp)) DoSomthing();[/CODE] | |
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 try and enter Safe Mode and replicate the problem | |
Re: Welcome to the forums shithindas, please take some time and introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url]. Not sure what you mean. here are the detailed specs of the Intel® Core™2 Duo Processor T6600 [url]http://ark.intel.com/Product.aspx?id=37255[/url] | |
Re: Show code. if you want the SQL code here. [CODE] UPDATE Table SET Column = 'value' WHERE Column2 = 'value123'[/CODE] | |
Re: Welcome to the forums, Please take some time and introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url] Is your harddrive visible in the BIOS? What exactly was wrong with the laptop in the first place. I understand you were told it's a harddrive problem, but could you elaborate the symptoms? | |
Re: [CODE] int count = Convert.ToInt16(comboBox1.SelectedItem.ToString()); int z=259, m=75; hrsComboBox = new ComboBox[count]; [/CODE] Could you explain what this is supposed to do? Let me try and rephrase what you want to do. Option 1: You have one combobox. You want to get the Sum of all values in that combo … | |
Re: wow, what did you do? Your problem seems to be here [CODE]for (int i = 0; i<SIZE; i++) { getNumber(item[i], i+1); sum(item[i],total); } output (item, total, SIZE); system("pause"); } void getNumber(int &num, int numCount) { cout<<"Enter Number" << numCount<< ":"; cin>>num; } heading(); for(int m = 0; m < 6; … | |
Re: [url]http://psoug.org/reference/date_func.html[/url] | |
Re: So you are looking for the logic right? Get the number of variables, Lets call this N then 1/N = Lets say this is X. so you want the to loop N-1 times and get the Decimal Random number Where Max is X. and then you want the Nth to … | |
Re: Welcome to the forums, please take some of your valuable time to introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url] If you have the system Disc you can make it USB bootable | |
Re: strange, Sometimes there is a setting in the Bois for Primary secondary, there is also sometimes an option to turn sata off. | |
Re: [url]http://articles.techrepublic.com.com/5100-22_11-5928902.html[/url] | |
Re: Make a LiveCD from [url]http://www.Ubuntu.com[/url] When it asks if you wish to install or try press try. Plug and Play and back up. Windows will leave you scratching your head. | |
Re: [CODE] printf("Enter the sides of the triangle"); scanf("%d%d%d",&a,&b,&c);[/CODE] do this three times. side a, side b, side c | |
Re: [QUOTE][CODE]SqlCeDataAdapter da = new SqlCeDataAdapter("Select Personne.[Nom],Personne.[Prenom],Personne.[DateNaissance] from Personne where Personne.[Nom]=@nom", con);[/CODE][/QUOTE] I am not sure what Sql[B]Ce[/B]DataAdapter is but your code should look like this [CODE]SqlCeDataAdapter da = new SqlCeCommand("Select Personne.[Nom],Personne.[Prenom],Personne.[DateNaissance] from Personne where Personne.[Nom]=@nom", con);[/CODE] if its throwing Null values you need to use the CASE WHEN. [CODE]SqlCeDataAdapter da … | |
Re: Hello akuma hunter, ntmu hello to Roger Bunny, EloiseJosph, and Braodmathew, ntmu as well. You were supposed to make a new thread introducing yourselves. Welcome anyway. | |
Re: [CODE]this.Width; //to get this.Width = 500; //to set this.Height; //to get this.Height = 500; //to set[/CODE] enjoy | |
![]() | Re: circuits go for pennies, it's finding someone to solder it for you that's a pain. But I would agree with your assumption without being able to see the machine myself. ![]() |
Re: Welcome to the forums justech, Please take some time to introduce your self at [url]http://www.daniweb.com/forums/forum165.html[/url]. Why don't you just Hard code it, or are there more than two genders? Why make an extra unnecessary connection, it is not good practice. | |
Re: Welcome to the forums please take some time and introduce yourself to [url]http://www.daniweb.com/forums/forum165.html[/url]. Well definitely not your Monitor, hmm, if both your in-built and VGA give you garbled screen, it could be the OS messed up drivers. Does the post work? I am guessing not. Try to remove the graphics … | |
Re: Welcome to the forums, Please take some time to introduce yourself at: [url]http://www.daniweb.com/forums/forum165.html[/url] Solution: [url]http://msdn.microsoft.com/en-us/library/6c3yckfw.aspx[/url] | |
Re: I believe the problem is SQL side not VS side | |
Re: which line are u getting your error. by glance i can tell your insert statement is wrong. Also mention the error you are getting. | |
Re: Welcome to the forums, please Introduce yourself at [url]http://www.daniweb.com/forums/forum165.html[/url] Hmm this could be your power Supply or Your Heatsink not attached properly to the motherboard. Try to lift your your Heat sink to see if it's loose or not mounted properly, be careful though it's not meant to take abuse. | |
Re: For problem 1: if pre .net [url]http://www.aivosto.com/vbtips/errorhandling.html[/url] else if .net try{} catch {} 2. I don't know what you mean. You want to make the Males females as well? simple if/compare statement. Please clarify what you mean. | |
Re: SQL? Update statement something like [CODE]Update table Set x=value where row = 1[/CODE] | |
Re: rofl, don't do that. Get a WD-40 to loosed the Keys or use a screwdriver to take out the keys that are stuck. You can also use oil of any kind but you will end up with a sticky mess. | |
Re: Welcome to the forums, please take you time to introduce yourself in [url]http://www.daniweb.com/forums/forum165.html[/url] can you confirm if the you hear the single POST beep when you boot. | |
Re: What OS? I am guessing windows, can you connect the machine via LAN? | |
Re: [QUOTE]x = theCmd.ExecuteNonQuery();[/QUOTE] this will not return anything. and should give an error. what is x defined as? int? you need to do [CODE] theCmd.ExecuteNonQuery(); x = int.Parse(new OleDbCommand("Your Select Statement with Count()",theConn).ExecuteScaler().toString())[/CODE] You may wish to get rid of the semicolon in your update string. | |
Re: HMM, does that machine work on the network? | |
Re: Janda5, you are being funny right? screw the LCD upgrade your system first. If you don't wish to upgrade your system, just get any LCD, Acers are the cheapest, and run like a charm. The technology for LCD is tried and tested, it's hard to go wrong, unless you buy … | |
Re: Welcome to the forums, Please take some time to introduce yourself in [url]http://www.daniweb.com/forums/forum165.html[/url] What motherboard do you have, the advantage is speed. | |
Re: [CODE]textBox1.Visible = false; this.Width = 709; [/CODE] | |
Re: they both have pros and cons. depends on what you want to do? Do you have storage requirements? or do you just want to use the PC to check you e-mail and surf? either way the WD will do it's job fine, the SSD will be faster when doing it's … | |
Re: Not sure if this works differently on Mac rather than on Linux, do you have a compiler installed? | |
Re: Welcome to the forums, please take your time and introduce yourself in [url]http://www.daniweb.com/forums/forum165.html[/url] Hmm Not sure what you are doing. Are you saying you want to check which text box is filled or are you saying all three textboxes have to be filled? Why are you calling that on page … | |
Re: If the user successfully logged in then just add the program to startup. [CODE]System.Environment.UserName[/CODE] | |
Re: Welcome to the forums, please take your time to introduce yourself in [url]http://www.daniweb.com/forums/forum165.html[/url] Sorry mate your mobo is crying, it can't access it's brain. You cannot do anything to fix it by yourself unless you have a Bios flasher, you will have to take it to a professional. |
The End.