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

C#

 
AnswerRe: WMI for Remote System Pin
Amit Kumar G2-Sep-07 9:05
Amit Kumar G2-Sep-07 9:05 
GeneralRe: WMI for Remote System Pin
Joe Rozario2-Sep-07 18:07
Joe Rozario2-Sep-07 18:07 
QuestionDate converstion to string Pin
kankeyan1-Sep-07 1:50
kankeyan1-Sep-07 1:50 
AnswerRe: Date converstion to string Pin
George L. Jackson1-Sep-07 2:22
George L. Jackson1-Sep-07 2:22 
QuestionC# Basic Pin
Bhavesh Bagadiya1-Sep-07 1:21
Bhavesh Bagadiya1-Sep-07 1:21 
AnswerRe: C# Basic Pin
Vasudevan Deepak Kumar1-Sep-07 1:34
Vasudevan Deepak Kumar1-Sep-07 1:34 
AnswerRe: C# Basic Pin
Muammar©1-Sep-07 1:51
Muammar©1-Sep-07 1:51 
AnswerRe: C# Basic Pin
Guffa1-Sep-07 2:32
Guffa1-Sep-07 2:32 
There are no global variables in C#. You have to put the variables in a class.

You can make a static class with public static variables in it. Those are accessible from anywhere in your application. Also, it's obvious that the class is intended for this, as you can't create instances of a static class.

---
single minded; short sighted; long gone;

GeneralRe: C# Basic Pin
XFighter1-Sep-07 6:21
XFighter1-Sep-07 6:21 
GeneralRe: C# Basic Pin
Guffa1-Sep-07 9:05
Guffa1-Sep-07 9:05 
QuestionSimulated mouse clicks Pin
Opa Knack1-Sep-07 1:10
Opa Knack1-Sep-07 1:10 
AnswerRe: Simulated mouse clicks Pin
Vasudevan Deepak Kumar1-Sep-07 1:35
Vasudevan Deepak Kumar1-Sep-07 1:35 
AnswerRe: Simulated mouse clicks Pin
Kristian Sixhøj2-Sep-07 8:41
Kristian Sixhøj2-Sep-07 8:41 
Questionuser control grid with dropdown Pin
dsaikrishna1-Sep-07 0:53
dsaikrishna1-Sep-07 0:53 
QuestionForms and Data please help. Pin
XFighter1-Sep-07 0:44
XFighter1-Sep-07 0:44 
AnswerRe: Forms and Data please help. Pin
Vasudevan Deepak Kumar1-Sep-07 2:33
Vasudevan Deepak Kumar1-Sep-07 2:33 
Questionhow to check file is open or not Pin
Situ1431-Aug-07 22:57
Situ1431-Aug-07 22:57 
AnswerRe: how to check file is open or not Pin
Vasudevan Deepak Kumar1-Sep-07 0:26
Vasudevan Deepak Kumar1-Sep-07 0:26 
GeneralRe: how to check file is open or not Pin
Situ141-Sep-07 0:39
Situ141-Sep-07 0:39 
GeneralRe: how to check file is open or not Pin
Vasudevan Deepak Kumar1-Sep-07 0:43
Vasudevan Deepak Kumar1-Sep-07 0:43 
GeneralRe: how to check file is open or not Pin
Situ141-Sep-07 1:00
Situ141-Sep-07 1:00 
AnswerRe: how to check file is open or not Pin
Vasudevan Deepak Kumar1-Sep-07 1:37
Vasudevan Deepak Kumar1-Sep-07 1:37 
QuestionSeperate Thread/BackgroundWorker Pin
RichardContact-131-Aug-07 22:41
RichardContact-131-Aug-07 22:41 
AnswerRe: Seperate Thread/BackgroundWorker Pin
Vasudevan Deepak Kumar1-Sep-07 1:37
Vasudevan Deepak Kumar1-Sep-07 1:37 
QuestionFilling a column in datagrid (am I doing it the right way??) Pin
Muammar©31-Aug-07 20:27
Muammar©31-Aug-07 20:27 

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.