Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: using c\c++ dll from winrt (c++) Pin
Dave Kreskowiak3-Dec-12 12:29
mveDave Kreskowiak3-Dec-12 12:29 
Question256 points at 250 Hz Pin
C-P-User-33-Dec-12 10:50
C-P-User-33-Dec-12 10:50 
AnswerRe: 256 points at 250 Hz Pin
SledgeHammer013-Dec-12 11:50
SledgeHammer013-Dec-12 11:50 
GeneralRe: 256 points at 250 Hz Pin
C-P-User-33-Dec-12 13:20
C-P-User-33-Dec-12 13:20 
GeneralRe: 256 points at 250 Hz Pin
SledgeHammer013-Dec-12 13:50
SledgeHammer013-Dec-12 13:50 
QuestionWhy static classes? Pin
mjackson113-Dec-12 7:54
mjackson113-Dec-12 7:54 
AnswerRe: Why static classes? Pin
PIEBALDconsult3-Dec-12 8:49
mvePIEBALDconsult3-Dec-12 8:49 
AnswerRe: Why static classes? Pin
Clifford Nelson3-Dec-12 10:23
Clifford Nelson3-Dec-12 10:23 
Generally you only use static classes for stateless methods. There are also singletons, and it is generally considered good practice to access singletons through and static instance property which will instantiate the singlton class if it has not already in instantiated when the instance property is first called.
AnswerRe: Why static classes? Pin
Eddy Vluggen3-Dec-12 13:35
professionalEddy Vluggen3-Dec-12 13:35 
GeneralRe: Why static classes? Pin
PIEBALDconsult4-Dec-12 3:37
mvePIEBALDconsult4-Dec-12 3:37 
GeneralRe: Why static classes? Pin
Eddy Vluggen4-Dec-12 4:21
professionalEddy Vluggen4-Dec-12 4:21 
GeneralRe: Why static classes? Pin
PIEBALDconsult4-Dec-12 4:34
mvePIEBALDconsult4-Dec-12 4:34 
GeneralRe: Why static classes? Pin
Eddy Vluggen4-Dec-12 5:02
professionalEddy Vluggen4-Dec-12 5:02 
GeneralRe: Why static classes? Pin
PIEBALDconsult4-Dec-12 8:47
mvePIEBALDconsult4-Dec-12 8:47 
Questioni need advice on joining an Open source project Pin
Syrian_guy3-Dec-12 5:08
Syrian_guy3-Dec-12 5:08 
AnswerRe: i need advice on joining an Open source project Pin
DaveyM693-Dec-12 5:24
professionalDaveyM693-Dec-12 5:24 
AnswerCross posted from the Lounge. Pin
Pete O'Hanlon3-Dec-12 5:24
mvePete O'Hanlon3-Dec-12 5:24 
AnswerRe: i need advice on joining an Open source project Pin
fjdiewornncalwe3-Dec-12 5:27
professionalfjdiewornncalwe3-Dec-12 5:27 
QuestionDetect if ANY control is clicked inside a form Pin
Dennis Bork3-Dec-12 3:05
Dennis Bork3-Dec-12 3:05 
QuestionRe: Detect if ANY control is clicked inside a form Pin
Richard Deeming3-Dec-12 3:10
mveRichard Deeming3-Dec-12 3:10 
AnswerRe: Detect if ANY control is clicked inside a form Pin
Dennis Bork3-Dec-12 3:14
Dennis Bork3-Dec-12 3:14 
SuggestionRe: Detect if ANY control is clicked inside a form Pin
Richard Deeming3-Dec-12 3:25
mveRichard Deeming3-Dec-12 3:25 
AnswerRe: Detect if ANY control is clicked inside a form Pin
Simon_Whale3-Dec-12 3:45
Simon_Whale3-Dec-12 3:45 
GeneralRe: Detect if ANY control is clicked inside a form Pin
Thomas Daniels3-Dec-12 7:28
mentorThomas Daniels3-Dec-12 7:28 
AnswerRe: Detect if ANY control is clicked inside a form Pin
DaveyM693-Dec-12 5:02
professionalDaveyM693-Dec-12 5:02 

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.