592 Posted Topics
Re: Programming IMHO needs a certain mindset. You have to think in a certain way. Apart from that .NET requires a PC running Minimal Win XP (Maybe 2k works). As for hardware anything that will run Win XP. Background, if you know any programming language it will help. C# and VB … | |
Re: I am a little confused. Do you have a faulty Fan that you wish to disable? You can just pull the power cable manually. | |
Re: SSA, Welcome to the site, NTMU. You have a diverse background and should have no trouble settling in with C#, but I see you haven't learned any Object Oriented language so that will be something new to you. Hope you the best Enjoy. | |
Re: Lovi are you sure you are in the right section? I think you want VB.net As for your question you have to show some effort Please read the rules about Homework | |
Re: [CODE]"SELECT * FROM marketingDB WHERE company_name LIKE 'allied' & '*'"[/CODE] is wrong what are you trying to do? first of you can't do this company_name LIKE 'allied' & '*' what you would do is [CODE=SQL]SELECT * FROM marketingDB WHERE company_name LIKE 'allied' AND company_name Like '*'[/CODE] I believe * is … | |
Re: It's no use saying it like this IMO, I mean you would think people would understand the concept but most either don't care and the rest don't know. | |
Re: What do you mean if two tables are the same? The data? the layout? or do you mean identical? | |
Re: [URL="http://vb.net-informations.com/crystal-report/vb.net_crystal_report_step_by_step.htm"]Enjoy :)[/URL] | |
Re: [CODE]rptdoc.RecordSelectionFormula = " {View1.RefNo} LIKE '%" + textbox1.Text + "%'";[/CODE] Added the following three things: LIKE % % | |
Re: is [URL="http://support.microsoft.com/kb/925481"]this[/URL] the same problem you are facing? Do you have 2 drives in your laptop, if so can you remove one. Please look for an AHCI option and Enable it in BIOS. If you can give me the Exact model number of your laptop that would help as well, … | |
Re: Crguy. Please Strip your computer down to only the Motherboard, CPU, Heatsink, and PSU. Remove the RAM, Hard drive(s), USB Pherperals, Mouse, Keyboard, CD Drives, VGA, etc.. Once you have the system bare, start it again, you want to hear 3 or 4 consecutive evenly timed beeps. If you do … | |
Re: You can get all drivers from [url]http://support.gateway.com/support/drivers/search.asp?st=pn¶m=1007351[/url] I recommend you give windows up and try Linux, I recommend [url]http://linuxMint.com[/url] it should work out of the box no work necessary. NexStarSX is the Extranal Harddrive right? you don't need drivers unless you are using Win 98 or older. If you wish … | |
Re: From your description I would blame the VGA. | |
Re: Welcome to the Forums Gloria K, Nice to meet you. Please redirect your query to [URL="http://www.daniweb.com/forums/forum10.html"]this[/URL] section. Enjoy | |
Re: Well if it were a desktop machine I would suggest to replace your power supply. And seeing that there was a prior problem with that, it may just be that. When you say you replaced your motherboard was the motherboard new or at least tested? | |
Re: I am doing something similar. I got the SQL part done so I can Help you with that. You want a [URL="http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29"]LAMP server[/URL]. What Distro is your linux server. Also please note that you will have to use MySql or PostgreSql, MS SQL to my knowledge doesn't work on Linux. … | |
Re: steelnaaz, as Maceman said wrong section, you need to post in the VB section like you [URL="http://www.daniweb.com/forums/thread298499.html"]did[/URL], you have to understand that if you are not willing to read and understand you will stay stuck. Also you have to understand that people on the forum are helping you in their … | |
Re: Sorry this is a stupid question but is it possible that you are downloading or retrieving something? Go to your drive and sort everything by Size, and go through the folders looking for what is taking up your space. also look at your processer is it very busy? if so … | |
Re: [QUOTE]when i pass the value 20(in month), it will update the value in datetimepicker in hi.cs form. [/QUOTE] ? how can you have month = 20? Well anyway I think I know what you want to do. You want to pass the day to the Datetime picker. Well there are … | |
| |
Re: Anything is possible, but Can you be more specific? Do you want to run through the whole candy machine and display what was popped or only the first pop? | |
Re: Hello Welcome to the forums, Please show what you have done. If you read the rules you will see that we don't do your homework for you. | |
Re: Please elaborate. If you are saying change a Forms appearance on Button Click yes that is possible. | |
Re: Welocme to the forums, Please use code tagging in future, I have sent out a request for now, it should be done anytime soon, but could you please indicate which line the error is thrown? | |
Re: Naveed, I assume this is for a POS system, I personally play with the Drawline feature and keep adjusting the x,y untill it looks like I want it too. It's a little annoying, but it offers the most felxability. | |
Re: That is the correct String format. Now you just need to add .Net 2.0 on all the machines and make sure that Outgoing connection are enabled in MS SQL. One more this would be make sure the 5 computers can see DARKOCEAN. | |
Re: seems, like someone else is working on the same code you are. Or maybe you have two copies open and are working on they simultaneously. Please make sure that is not the case. | |
Re: Look at example code attached. Enjoy Mark as solved if solved. | |
Re: Please look at [url]http://www.codeproject.com/KB/cs/Execute_Command_in_CSharp.aspx[/url] There is also a nice example. If you know this method and are asking for one with multiple lines you can just add \n and go on as it is a string parser. | |
Re: hmm try taking out the battery and booting with only the wall charger. | |
Re: [CODE]studentsBindingSource.filter = "[First Name] like '" + txtFirstName.text + "%' AND [Last Name] Like '" + txtLastName.Test + "'%";[/CODE] I assume that you seperated the First Name column and the Last Names column. If not then you would need to play with Substring. If you show some more examples I … | |
Re: I have never heard of bios incompatibility with VS. What error do you get when you try to apply SP2? Also please mention the Make and Model of the Motherboard. | |
Re: Which type of RAM? DDR2 or DDR3 or maybe even DDR1? Ram prices fluctuate alot, and the older the technology the higher the price. DDR1 is probably not even available anymore, I am not sure if DDR2 is out of the market yet but if it hasn't it will be … | |
Re: Show me your pseudo code. | |
Re: check the On Enter or On Focus Events. If possible post them. Somewhere in your code you seem to be doing an int on them. | |
Re: Your OS (Operating System) is possibly corrupt. I will assume you are using windows. If you have nothing to back up please use your recovery disks and get a fresh install. If you do wish to backup your data, Please visit [url]http://www.LinuxMint.com[/url] and download the latest ISO and Burn it. … | |
Re: Hmm, what you need to do is. Make a Get Method. Say you want Form1.label1.text You would do this in Form1. [CODE] string getLabel1() { return Label1.Text; }[/CODE] Now in Form2 you do the following [CODE]private void button1_Click(object sender, EventArgs e) { Form1 frm1 = new Form1() string Frm1_Lbl1 = … | |
Re: EasyTime please do your work and then post it for evaluation. What you are asking for is for someone to do your work for you. Please read the rules. this is not allowed. | |
Re: Try Pressing Cntrl + D or goto Debug-> Exceptions. It works in VS 2005 not sure about VS '08 or '10. | |
Re: Hmm, try Installing Windows 2003. If I think what you are thinking is the problem then that should solve it. | |
Re: Please show some code. I think you are doing .Read() an extra time so it skips the first Entry. Please show some code so we can help you better. | |
Re: try [CODE]string targetPath ="@" + StaticFormInstances.choose.txtbxTargetDir.Text;[/CODE] | |
Re: Ok, so can you clarify the following, is the system booting? If so what is the problem? Do you mean it won't go past the BIOS screen? Please elaborate. | |
Re: Can you get into Safe mode? If s read this: [url]http://www.daniweb.com/forums/thread134865.html[/url] and post it here: [url]http://www.daniweb.com/forums/forum64.html[/url] If you are looking for a full fledged OS that runs like splashtop does. Goto [url]http://www.LinuxMint.com[/url] or [url]http://www.Ubuntu.com[/url] there are more, but these are more popular. |
The End.