Click here to Skip to main content
15,902,635 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to run .Net exe on other PC? Pin
theney6-Jul-06 11:01
theney6-Jul-06 11:01 
QuestionWindows service Pin
Rsekaran25-Jun-06 20:05
Rsekaran25-Jun-06 20:05 
AnswerRe: Windows service Pin
Jun Du26-Jun-06 16:11
Jun Du26-Jun-06 16:11 
QuestionGoogle maps and sql Pin
sante14025-Jun-06 13:25
sante14025-Jun-06 13:25 
AnswerRe: Google maps and sql Pin
Amit Agarrwal29-Jun-06 22:28
Amit Agarrwal29-Jun-06 22:28 
GeneralRe: Google maps and sql Pin
sante14029-Jun-06 22:53
sante14029-Jun-06 22:53 
Questionabout ObjectDisposedException Pin
Super Lloyd24-Jun-06 18:12
Super Lloyd24-Jun-06 18:12 
AnswerRe: about ObjectDisposedException Pin
Robert Rohde24-Jun-06 23:26
Robert Rohde24-Jun-06 23:26 
Well just include something the receiver can use to evaluate what exactly happend. When using Controls for example it should most probably be the Name of the Control. 'This' and 'handle' are in my opinion rather bad. The receiver of the exception will immdiately aks himself: What handle?!?
So just take something descriptive. Instead of using some non saying constant you could better make the parameter Null (which is allowed in this case - ObjectDisposedException will create a slightly different message).
GeneralRe: about ObjectDisposedException Pin
Super Lloyd24-Jun-06 23:43
Super Lloyd24-Jun-06 23:43 
GeneralRe: about ObjectDisposedException Pin
Guffa25-Jun-06 0:39
Guffa25-Jun-06 0:39 
Questionhelp needed in pushing object eg. a vcard from my desktop to a bluetooth device Pin
piyushnarain24-Jun-06 2:34
piyushnarain24-Jun-06 2:34 
QuestionWinSocket Library in C#? Pin
Andy Rama23-Jun-06 23:13
Andy Rama23-Jun-06 23:13 
AnswerRe: WinSocket Library in C#? Pin
Jun Du24-Jun-06 2:53
Jun Du24-Jun-06 2:53 
GeneralRe: WinSocket Library in C#? Pin
Andy Rama25-Jun-06 19:51
Andy Rama25-Jun-06 19:51 
GeneralRe: WinSocket Library in C#? Pin
Jun Du26-Jun-06 3:07
Jun Du26-Jun-06 3:07 
GeneralRe: WinSocket Library in C#? Pin
Andy Rama26-Jun-06 23:37
Andy Rama26-Jun-06 23:37 
QuestionWorking with null database values - Object vs SqlTypes vs Nullable(Of T) Pin
Anthony Ford23-Jun-06 7:04
Anthony Ford23-Jun-06 7:04 
AnswerRe: Working with null database values - Object vs SqlTypes vs Nullable(Of T) Pin
Guffa23-Jun-06 11:59
Guffa23-Jun-06 11:59 
QuestionOn TreeviewControl.nodes.remove(node) other nodes are disapearing Pin
Desert Star23-Jun-06 6:35
Desert Star23-Jun-06 6:35 
QuestionMessageQueues, PocketPC 2003 and HTTP Transport... possible? Pin
displaced8023-Jun-06 1:37
displaced8023-Jun-06 1:37 
QuestionSo how do I specify debug only in .NET/C# Pin
nicknotyet22-Jun-06 10:23
nicknotyet22-Jun-06 10:23 
AnswerRe: So how do I specify debug only in .NET/C# Pin
Dustin Metzgar22-Jun-06 10:35
Dustin Metzgar22-Jun-06 10:35 
GeneralRe: So how do I specify debug only in .NET/C# Pin
nicknotyet22-Jun-06 11:21
nicknotyet22-Jun-06 11:21 
AnswerRe: So how do I specify debug only in .NET/C# Pin
Guffa22-Jun-06 10:42
Guffa22-Jun-06 10:42 
AnswerRe: So how do I specify debug only in .NET/C# Pin
Josh Smith23-Jun-06 3:55
Josh Smith23-Jun-06 3:55 

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.