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

C#

 
AnswerRe: Detect mouse click event Pin
Reyals4-May-09 1:48
Reyals4-May-09 1:48 
GeneralRe: Detect mouse click event Pin
Member Ártemis4-May-09 2:32
Member Ártemis4-May-09 2:32 
Questionhow to pass Comparison Operators as parameter to query in C#? Pin
obarahmeh4-May-09 0:20
obarahmeh4-May-09 0:20 
AnswerRe: how to pass Comparison Operators as parameter to query in C#? Pin
Eddy Vluggen4-May-09 0:31
professionalEddy Vluggen4-May-09 0:31 
GeneralRe: how to pass Comparison Operators as parameter to query in C#? Pin
obarahmeh4-May-09 1:26
obarahmeh4-May-09 1:26 
GeneralRe: how to pass Comparison Operators as parameter to query in C#? Pin
Eddy Vluggen4-May-09 7:09
professionalEddy Vluggen4-May-09 7:09 
GeneralRe: how to pass Comparison Operators as parameter to query in C#? Pin
obarahmeh4-May-09 22:31
obarahmeh4-May-09 22:31 
QuestionA simple question... please help Pin
Reyals4-May-09 0:08
Reyals4-May-09 0:08 
An object reference is required for the non-static field, method, or property
WTH does it want from me!??


namespace WindowsFormsApplication3
{
class Class1
{
public String astring;
public static void asdf()
{
String anotherstring;
astring = anotherstring; //It doesn't like this
}
}
}


I searched and found so many 1000s of similar problems but I couldn't figure out what I'm supose to do to fix it.... maybe 'cause I'm to tired to figure it out but there is nothing wrong with that program!
I want astring to be where it is and access from inside another function. Why can't I do this?
AnswerRe: A simple question... please help Pin
SeMartens4-May-09 0:16
SeMartens4-May-09 0:16 
AnswerRe: A simple question... please help Pin
OriginalGriff4-May-09 0:18
mveOriginalGriff4-May-09 0:18 
AnswerRe: A simple question... please help Pin
Reyals4-May-09 0:42
Reyals4-May-09 0:42 
AnswerRe: A simple question... please help Pin
OriginalGriff4-May-09 1:02
mveOriginalGriff4-May-09 1:02 
GeneralRe: A simple question... please help Pin
Reyals4-May-09 1:37
Reyals4-May-09 1:37 
JokeRe: A simple question... please help Pin
OriginalGriff4-May-09 1:52
mveOriginalGriff4-May-09 1:52 
QuestionFire enter key Pin
rmedo3-May-09 23:55
rmedo3-May-09 23:55 
AnswerRe: Fire enter key Pin
stancrm4-May-09 0:37
stancrm4-May-09 0:37 
AnswerRe: Fire enter key Pin
Member 44703544-May-09 0:50
Member 44703544-May-09 0:50 
GeneralRe: Fire enter key Pin
rmedo4-May-09 2:46
rmedo4-May-09 2:46 
QuestionSQL SCRIPT Pin
kibromg3-May-09 23:20
kibromg3-May-09 23:20 
AnswerRe: SQL SCRIPT - cross post Pin
Mycroft Holmes3-May-09 23:25
professionalMycroft Holmes3-May-09 23:25 
QuestionCtrl+A short key in listview Box Pin
S K Y3-May-09 23:11
S K Y3-May-09 23:11 
AnswerRe: Ctrl+A short key in listview Box Pin
Christian Graus3-May-09 23:14
protectorChristian Graus3-May-09 23:14 
AnswerRe: Ctrl+A short key in listview Box Pin
sbscb3-May-09 23:23
sbscb3-May-09 23:23 
Questiondrag node with its childs from one tree to other Pin
Nomz1233-May-09 23:06
Nomz1233-May-09 23:06 
AnswerRe: drag node with its childs from one tree to other Pin
Mycroft Holmes3-May-09 23:28
professionalMycroft Holmes3-May-09 23:28 

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.