Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert VB.Net Project to C# Pin
WrightSfiso13-Jan-15 3:17
WrightSfiso13-Jan-15 3:17 
AnswerRe: Convert VB.Net Project to C# Pin
DamithSL13-Jan-15 1:58
professionalDamithSL13-Jan-15 1:58 
GeneralRe: Convert VB.Net Project to C# Pin
WrightSfiso13-Jan-15 2:43
WrightSfiso13-Jan-15 2:43 
GeneralRe: Convert VB.Net Project to C# Pin
Dave Kreskowiak13-Jan-15 3:22
mveDave Kreskowiak13-Jan-15 3:22 
QuestionHow to get Time Tracking Application in c#.net? Pin
2498313-Jan-15 0:33
2498313-Jan-15 0:33 
AnswerRe: How to get Time Tracking Application in c#.net? Pin
OriginalGriff13-Jan-15 0:53
mveOriginalGriff13-Jan-15 0:53 
AnswerRe: How to get Time Tracking Application in c#.net? Pin
CHill6013-Jan-15 2:24
mveCHill6013-Jan-15 2:24 
QuestionNeed Some suggection on E-Mail Marketing Software Pin
Er. Pradeep Kumar Rai12-Jan-15 22:36
Er. Pradeep Kumar Rai12-Jan-15 22:36 
AnswerRe: Need Some suggection on E-Mail Marketing Software Pin
OriginalGriff12-Jan-15 23:38
mveOriginalGriff12-Jan-15 23:38 
GeneralRe: Need Some suggection on E-Mail Marketing Software Pin
Er. Pradeep Kumar Rai13-Jan-15 1:34
Er. Pradeep Kumar Rai13-Jan-15 1:34 
GeneralRe: Need Some suggection on E-Mail Marketing Software Pin
OriginalGriff13-Jan-15 1:42
mveOriginalGriff13-Jan-15 1:42 
AnswerRe: Need Some suggection on E-Mail Marketing Software Pin
Chris Quinn13-Jan-15 2:30
Chris Quinn13-Jan-15 2:30 
QuestionPassing Array of custom objects as an attribute to a custom object in ODP.Net Pin
Member 960130912-Jan-15 19:55
Member 960130912-Jan-15 19:55 
QuestionHow to get a list of all drive letters including mapped network drives Pin
robwm112-Jan-15 9:28
robwm112-Jan-15 9:28 
AnswerRe: How to get a list of all drive letters including mapped network drives Pin
OriginalGriff12-Jan-15 21:57
mveOriginalGriff12-Jan-15 21:57 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
robwm113-Jan-15 5:04
robwm113-Jan-15 5:04 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
OriginalGriff13-Jan-15 5:06
mveOriginalGriff13-Jan-15 5:06 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
robwm113-Jan-15 8:25
robwm113-Jan-15 8:25 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
OriginalGriff13-Jan-15 8:37
mveOriginalGriff13-Jan-15 8:37 
QuestionHow to plot data into the graph which is receive from com port Pin
Member 1129798112-Jan-15 3:40
Member 1129798112-Jan-15 3:40 
AnswerRe: How to plot data into the graph which is receive from com port Pin
Afzaal Ahmad Zeeshan12-Jan-15 4:24
professionalAfzaal Ahmad Zeeshan12-Jan-15 4:24 
AnswerRe: How to plot data into the graph which is receive from com port Pin
V.12-Jan-15 21:12
professionalV.12-Jan-15 21:12 
QuestionStatic constructor? Pin
TMattC11-Jan-15 20:41
TMattC11-Jan-15 20:41 
AnswerRe: Static constructor? Pin
V.11-Jan-15 20:52
professionalV.11-Jan-15 20:52 
GeneralRe: Static constructor? Pin
TMattC11-Jan-15 21:07
TMattC11-Jan-15 21:07 
No, I dont think so. My class is an abstract base class (I just updated the code above). So I will actually have several instances of this class subclasses. Its part of a communication protocol, so I want to define this specific package field size (FUNC_LENGTH) before creation of the first package. After that there must not be any way to change that size, or the communication will break down.

The singleton is, as I know it, a class that can only have one single instance. Correct me if Im wrong.

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.