Click here to Skip to main content
15,905,233 members
Home / Discussions / C#
   

C#

 
AnswerRe: Showing a "Image" in a Datagrid Pin
Keshav V. Kamat21-Mar-07 1:14
Keshav V. Kamat21-Mar-07 1:14 
GeneralRe: Showing a "Image" in a Datagrid Pin
Nooie21-Mar-07 11:20
Nooie21-Mar-07 11:20 
Questionhow to add " to a string Pin
uowzd0120-Mar-07 12:10
uowzd0120-Mar-07 12:10 
AnswerRe: how to add " to a string Pin
Edmundisme20-Mar-07 12:17
Edmundisme20-Mar-07 12:17 
GeneralRe: how to add " to a string Pin
uowzd0120-Mar-07 12:19
uowzd0120-Mar-07 12:19 
GeneralFor a further explanation Pin
Ennis Ray Lynch, Jr.20-Mar-07 12:19
Ennis Ray Lynch, Jr.20-Mar-07 12:19 
QuestionTransfering values (Global variable) Pin
Muammar©20-Mar-07 11:21
Muammar©20-Mar-07 11:21 
AnswerRe: Transfering values (Global variable) Pin
Wayne Phipps20-Mar-07 11:37
Wayne Phipps20-Mar-07 11:37 
If you decalre a member as public static, you don't need an instance to access it.

As an example, if you declared a string in class like this:
public sealed class MyGlobal
{
    public static string MyString = null;
}


You could access it from anywhare in your project like this:
MyGlobal.MyString = "hello";
MessageBox.Show( MainForm.MyString );


Hope this helps.

Regards

Wayne Phipps
____________

Time is the greatest teacher... unfortunately, it kills all of its students
View my Blog

GeneralRe: Transfering values (Global variable) Pin
Muammar©20-Mar-07 22:06
Muammar©20-Mar-07 22:06 
AnswerRe: Transfering values (Global variable) [modified] Pin
Edmundisme20-Mar-07 12:32
Edmundisme20-Mar-07 12:32 
GeneralRe: Transfering values (Global variable) Pin
Muammar©20-Mar-07 22:07
Muammar©20-Mar-07 22:07 
QuestionTcpChannel Remoting - Proxy Possible? Pin
Kir Birger20-Mar-07 10:07
Kir Birger20-Mar-07 10:07 
AnswerRe: TcpChannel Remoting - Proxy Possible? Pin
b0ksah20-Mar-07 11:14
b0ksah20-Mar-07 11:14 
GeneralRe: TcpChannel Remoting - Proxy Possible? Pin
Kir Birger21-Mar-07 1:59
Kir Birger21-Mar-07 1:59 
QuestionConcat Pin
msogun20-Mar-07 9:47
msogun20-Mar-07 9:47 
AnswerRe: Concat Pin
khanlodi20-Mar-07 9:54
khanlodi20-Mar-07 9:54 
GeneralRe: Concat Pin
msogun20-Mar-07 10:12
msogun20-Mar-07 10:12 
QuestionProgressBar Marquee does not scroll Pin
F.E.L.I.X.20-Mar-07 9:38
F.E.L.I.X.20-Mar-07 9:38 
AnswerRe: ProgressBar Marquee does not scroll Pin
Zoltan Balazs20-Mar-07 9:43
Zoltan Balazs20-Mar-07 9:43 
GeneralRe: ProgressBar Marquee does not scroll Pin
F.E.L.I.X.20-Mar-07 9:48
F.E.L.I.X.20-Mar-07 9:48 
GeneralRe: ProgressBar Marquee does not scroll Pin
Dave Kreskowiak20-Mar-07 12:29
mveDave Kreskowiak20-Mar-07 12:29 
GeneralRe: ProgressBar Marquee does not scroll Pin
F.E.L.I.X.20-Mar-07 18:28
F.E.L.I.X.20-Mar-07 18:28 
Questionchange color of gif image Pin
samreengr820-Mar-07 9:34
samreengr820-Mar-07 9:34 
QuestionIssues with "C# Ping" Pin
Sean Wcisel20-Mar-07 9:11
Sean Wcisel20-Mar-07 9:11 
Questionstring to pieces Pin
marwan_siala20-Mar-07 8:01
marwan_siala20-Mar-07 8:01 

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.