Click here to Skip to main content
15,908,775 members
Home / Discussions / C#
   

C#

 
Questionconnectivity with remote server Pin
Digubha19-Feb-09 2:41
Digubha19-Feb-09 2:41 
AnswerRe: connectivity with remote server Pin
poonam jagdale19-Feb-09 2:51
poonam jagdale19-Feb-09 2:51 
AnswerRe: connectivity with remote server Pin
Mubeen.asim19-Feb-09 2:56
Mubeen.asim19-Feb-09 2:56 
QuestionC# program structuring problem - Run in background - Teach a noob to do it properly :P Pin
samskiter19-Feb-09 2:39
samskiter19-Feb-09 2:39 
AnswerRe: C# program structuring problem - Run in background - Teach a noob to do it properly :P Pin
Rob Philpott19-Feb-09 3:14
Rob Philpott19-Feb-09 3:14 
GeneralRe: C# program structuring problem - Run in background - Teach a noob to do it properly :P Pin
samskiter19-Feb-09 3:33
samskiter19-Feb-09 3:33 
GeneralRe: C# program structuring problem - Run in background - Teach a noob to do it properly :P Pin
Rob Philpott19-Feb-09 3:46
Rob Philpott19-Feb-09 3:46 
GeneralRe: C# program structuring problem - Run in background - Teach a noob to do it properly :P Pin
samskiter19-Feb-09 5:44
samskiter19-Feb-09 5:44 
thanks, well i was very pleased i managed to make my own event for windows media center starting (thats that thread starting near application.run()), found the right guide for it and it wasnt too bad: http://www.ondotnet.com/pub/a/dotnet/2003/06/23/progCsharp3.html?page=1[^] i was surprised that creating a loop was the way to check for an event... is this an unpro way of doing it?

i have done VB6 before as i say, but yea just botching code together until it stops giving an error :P the big difference is how many levels u can have: solution, namespace, class, method. its definitely a big difference from a picaxe where you get 14 bytes of data for variables :P

right when you say member variable of my class do you mean using Form.Showdialog(this) ? all this lingo is washing over my head at the minute... or do u mean defining it outside of a method? like private Settings settings;

i think what looks wrong to you is that notifyicons are normally defined in a form? or maybe some icons are defined at the bottom that shouldnt be (they are copied from the form when i was fiddling)

by the way is system.linq needed at the top, everything i create seems to have it, but it just throws up an error so i deleted it :P

so no ideas about including a driver in an install file? is there any command i can use to make windows install a driver? how easy is it to stick custom code into the installer, there were basically 0 with the VB6 package and deployment wizard lol

cheers
GeneralRe: C# program structuring problem - Run in background - Teach a noob to do it properly :P Pin
Rob Philpott19-Feb-09 6:34
Rob Philpott19-Feb-09 6:34 
GeneralRe: C# program structuring problem - Run in background - Teach a noob to do it properly :P Pin
samskiter19-Feb-09 6:57
samskiter19-Feb-09 6:57 
Questionhow to drag and drop image in c#.net & how to resize it after drop the image? Pin
poonam jagdale19-Feb-09 2:32
poonam jagdale19-Feb-09 2:32 
AnswerRe: how to drag and drop image in c#.net & how to resize it after drop the image? Pin
Calin Tatar19-Feb-09 2:37
Calin Tatar19-Feb-09 2:37 
QuestionMin (110) must be less than or equal to max (-1) in a Range object. Pin
Priya Prk19-Feb-09 2:01
Priya Prk19-Feb-09 2:01 
GeneralRe: Min (110) must be less than or equal to max (-1) in a Range object. Pin
Luc Pattyn19-Feb-09 2:13
sitebuilderLuc Pattyn19-Feb-09 2:13 
AnswerRe: Min (110) must be less than or equal to max (-1) in a Range object. Pin
michal.drozdowicz23-Mar-09 5:03
michal.drozdowicz23-Mar-09 5:03 
QuestionCompare two .DAT file using C# Pin
Member 322226419-Feb-09 1:52
Member 322226419-Feb-09 1:52 
AnswerRe: Compare two .DAT file using C# Pin
Luc Pattyn19-Feb-09 2:20
sitebuilderLuc Pattyn19-Feb-09 2:20 
Questioncreating a setup file Pin
aratireddy19-Feb-09 1:26
aratireddy19-Feb-09 1:26 
AnswerRe: creating a setup file Pin
Ramkithepower19-Feb-09 1:38
Ramkithepower19-Feb-09 1:38 
GeneralRe: creating a setup file Pin
Calin Tatar19-Feb-09 1:52
Calin Tatar19-Feb-09 1:52 
AnswerRe: creating a setup file Pin
Nuri Ismail19-Feb-09 2:20
Nuri Ismail19-Feb-09 2:20 
QuestionReading specific no if bytes from an UDP datagram [modified] Pin
M. J. Jaya Chitra19-Feb-09 0:51
M. J. Jaya Chitra19-Feb-09 0:51 
QuestionRead lines in PDF file Pin
abbd19-Feb-09 0:24
abbd19-Feb-09 0:24 
AnswerRe: Read lines in PDF file Pin
Deresen19-Feb-09 1:01
Deresen19-Feb-09 1:01 
GeneralRe: Read lines in PDF file Pin
abbd19-Feb-09 1:22
abbd19-Feb-09 1:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.