Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
AnswerRe: Development Strategy Pin
Manas Bhardwaj13-Aug-08 8:05
professionalManas Bhardwaj13-Aug-08 8:05 
AnswerRe: Development Strategy Pin
BlitzPackage13-Aug-08 8:53
BlitzPackage13-Aug-08 8:53 
GeneralRe: Development Strategy Pin
PIEBALDconsult13-Aug-08 9:37
mvePIEBALDconsult13-Aug-08 9:37 
QuestionHow do I have a class globally accessible throughout an entire project/application Pin
tkrn13-Aug-08 6:21
tkrn13-Aug-08 6:21 
AnswerRe: How do I have a class globally accessible throughout an entire project/application Pin
BlitzPackage13-Aug-08 6:40
BlitzPackage13-Aug-08 6:40 
AnswerRe: How do I have a class globally accessible throughout an entire project/application Pin
Mark Salsbery13-Aug-08 6:51
Mark Salsbery13-Aug-08 6:51 
GeneralRe: How do I have a class globally accessible throughout an entire project/application Pin
BlitzPackage13-Aug-08 8:30
BlitzPackage13-Aug-08 8:30 
GeneralRe: How do I have a class globally accessible throughout an entire project/application Pin
Mark Salsbery13-Aug-08 8:39
Mark Salsbery13-Aug-08 8:39 
I'm still unclear how the OP title relates to the code
(mostly because my attention span won't let me read a code snippet
that big Smile | :) ), but the
public static readonly LogConsole Instance = new LogConsole();

makes "Instance" globally available since the LogConsole class is public.

I'm not sure what's not working Smile | :)

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: How do I have a class globally accessible throughout an entire project/application Pin
BlitzPackage13-Aug-08 8:54
BlitzPackage13-Aug-08 8:54 
GeneralRe: How do I have a class globally accessible throughout an entire project/application Pin
Mark Salsbery13-Aug-08 9:05
Mark Salsbery13-Aug-08 9:05 
QuestionWhat is the difference between Excel2003 Addin and Excel2003 Workbook project in c#2008 Pin
Mogaambo13-Aug-08 5:20
Mogaambo13-Aug-08 5:20 
AnswerRe: What is the difference between Excel2003 Addin and Excel2003 Workbook project in c#2008 Pin
Manas Bhardwaj13-Aug-08 5:39
professionalManas Bhardwaj13-Aug-08 5:39 
GeneralRe: What is the difference between Excel2003 Addin and Excel2003 Workbook project in c#2008 Pin
Mogaambo13-Aug-08 6:07
Mogaambo13-Aug-08 6:07 
GeneralRe: What is the difference between Excel2003 Addin and Excel2003 Workbook project in c#2008 Pin
Manas Bhardwaj13-Aug-08 6:09
professionalManas Bhardwaj13-Aug-08 6:09 
GeneralRe: What is the difference between Excel2003 Addin and Excel2003 Workbook project in c#2008 Pin
Mogaambo13-Aug-08 6:21
Mogaambo13-Aug-08 6:21 
QuestionHow to change bgcolor of webbrowser control? Pin
wajans13-Aug-08 5:04
wajans13-Aug-08 5:04 
AnswerRe: How to change bgcolor of webbrowser control? Pin
Manas Bhardwaj13-Aug-08 5:27
professionalManas Bhardwaj13-Aug-08 5:27 
AnswerRe: How to change bgcolor of webbrowser control? Pin
lisan_al_ghaib13-Aug-08 5:38
lisan_al_ghaib13-Aug-08 5:38 
QuestionEncryption methods Pin
Jackeli13-Aug-08 4:39
Jackeli13-Aug-08 4:39 
AnswerRe: Encryption methods Pin
Green Fuze13-Aug-08 5:26
Green Fuze13-Aug-08 5:26 
AnswerRe: Encryption methods Pin
J4amieC13-Aug-08 5:34
J4amieC13-Aug-08 5:34 
QuestionScrollbars in DataGridView on form as Tabcontrol don't work Pin
RobScripta13-Aug-08 4:23
professionalRobScripta13-Aug-08 4:23 
AnswerRe: Scrollbars in DataGridView on form as Tabcontrol don't work Pin
RobScripta13-Aug-08 5:44
professionalRobScripta13-Aug-08 5:44 
QuestionConverting vox to mp3 Pin
Sachin Pimpale13-Aug-08 3:44
Sachin Pimpale13-Aug-08 3:44 
AnswerRe: Converting vox to mp3 Pin
vikas amin13-Aug-08 4:42
vikas amin13-Aug-08 4:42 

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.