592 Posted Topics

Member Avatar for juststart

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 …

Member Avatar for dnanetwork
0
90
Member Avatar for thedismisser

I am a little confused. Do you have a faulty Fan that you wish to disable? You can just pull the power cable manually.

Member Avatar for manzarr
0
147
Member Avatar for likeyoutube
Member Avatar for Havsvindar

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.

Member Avatar for maceman
0
68
Member Avatar for Lovi Aggarwal

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

Member Avatar for AndreRet
0
147
Member Avatar for andrewktmeikle

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

Member Avatar for andrewktmeikle
0
142
Member Avatar for rch1231

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.

Member Avatar for khakilang
0
112
Member Avatar for sophie_kiu
Member Avatar for sophie_kiu
0
72
Member Avatar for Naveed_786

[URL="http://vb.net-informations.com/crystal-report/vb.net_crystal_report_step_by_step.htm"]Enjoy :)[/URL]

Member Avatar for finito
0
92
Member Avatar for mono_jit23

[CODE]rptdoc.RecordSelectionFormula = " {View1.RefNo} LIKE '%" + textbox1.Text + "%'";[/CODE] Added the following three things: LIKE % %

Member Avatar for finito
0
99
Member Avatar for r220093

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

Member Avatar for finito
0
240
Member Avatar for crguy

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 …

Member Avatar for finito
0
83
Member Avatar for herb262

You can get all drivers from [url]http://support.gateway.com/support/drivers/search.asp?st=pn&param=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 …

Member Avatar for finito
0
123
Member Avatar for Zirotecha
Member Avatar for reccakeys
Member Avatar for maceman
0
49
Member Avatar for gloriak

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

Member Avatar for maceman
0
30
Member Avatar for TheKeeper

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?

Member Avatar for finito
0
256
Member Avatar for zerey02

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

Member Avatar for finito
0
105
Member Avatar for steelnaaz

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 …

Member Avatar for finito
0
206
Member Avatar for Alireza_021

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 …

Member Avatar for Alireza_021
0
101
Member Avatar for mpandey4889

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

Member Avatar for finito
0
107
Member Avatar for LarryOhio44

Welcome come to site. Nice to meet you. What language is the code in?

Member Avatar for maceman
0
95
Member Avatar for TrueVb.NetNoob

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?

Member Avatar for TrueVb.NetNoob
0
126
Member Avatar for Infusion28

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.

Member Avatar for finito
0
73
Member Avatar for jay200032

Please elaborate. If you are saying change a Forms appearance on Button Click yes that is possible.

Member Avatar for ÜnLoCo
-1
169
Member Avatar for johny1980

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?

Member Avatar for finito
0
154
Member Avatar for Naveed_786

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.

Member Avatar for finito
0
71
Member Avatar for darkocean

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.

Member Avatar for finito
0
80
Member Avatar for Maya Pawar

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.

Member Avatar for Oxiegen
0
102
Member Avatar for TrueVb.NetNoob
Member Avatar for GAME

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.

Member Avatar for finito
0
152
Member Avatar for fearlessman
Member Avatar for finito
0
208
Member Avatar for Hardz

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

Member Avatar for Hardz
0
368
Member Avatar for nipper002
Member Avatar for jacks smith

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.

Member Avatar for finito
0
101
Member Avatar for EmmaH
Member Avatar for simi pillai
Member Avatar for hirenpatel53

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 …

Member Avatar for hirenpatel53
0
111
Member Avatar for lawlip0p
Member Avatar for Maya Pawar

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.

Member Avatar for finito
0
273
Member Avatar for sparkybh

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

Member Avatar for Kvcivic
0
82
Member Avatar for virusisfound

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

Member Avatar for lotrsimp12345
0
273
Member Avatar for urmash
Member Avatar for Easytime

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.

Member Avatar for finito
0
127
Member Avatar for dutchaaron

Try Pressing Cntrl + D or goto Debug-> Exceptions. It works in VS 2005 not sure about VS '08 or '10.

Member Avatar for finito
0
89
Member Avatar for rbrt13

Hmm, try Installing Windows 2003. If I think what you are thinking is the problem then that should solve it.

Member Avatar for finito
0
176
Member Avatar for virusisfound

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.

Member Avatar for nick.crane
0
139
Member Avatar for lotrsimp12345
Member Avatar for Geekitygeek
0
824
Member Avatar for eventhorizon

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.

Member Avatar for finito
0
178
Member Avatar for Insid

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.

Member Avatar for markaddision
0
147

The End.