Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
AnswerRe: WMI code creator Pin
#realJSOP2-Oct-08 11:23
professional#realJSOP2-Oct-08 11:23 
GeneralRe: WMI code creator Pin
arkiboys2-Oct-08 21:23
arkiboys2-Oct-08 21:23 
QuestionI want to Set focus of combo from Textbox Pin
Chetan Patel2-Oct-08 2:19
Chetan Patel2-Oct-08 2:19 
AnswerRe: I want to Set focus of combo from Textbox Pin
DaveyM692-Oct-08 2:25
professionalDaveyM692-Oct-08 2:25 
QuestionLoad report failed. Pin
NiloofarNoroozi2-Oct-08 2:12
NiloofarNoroozi2-Oct-08 2:12 
AnswerRe: Load report failed. Pin
John_Adams2-Oct-08 10:20
John_Adams2-Oct-08 10:20 
Questionseparate fonts based on language Pin
Jassim Rahma2-Oct-08 2:06
Jassim Rahma2-Oct-08 2:06 
QuestionDateFormat Help Pin
MumbleB2-Oct-08 2:06
MumbleB2-Oct-08 2:06 
AnswerRe: DateFormat Help Pin
J4amieC2-Oct-08 2:11
J4amieC2-Oct-08 2:11 
GeneralRe: DateFormat Help Pin
MumbleB2-Oct-08 2:21
MumbleB2-Oct-08 2:21 
GeneralRe: DateFormat Help Pin
#realJSOP2-Oct-08 2:32
professional#realJSOP2-Oct-08 2:32 
GeneralRe: DateFormat Help Pin
MumbleB2-Oct-08 2:36
MumbleB2-Oct-08 2:36 
AnswerWith Respect Pin
Ennis Ray Lynch, Jr.2-Oct-08 3:11
Ennis Ray Lynch, Jr.2-Oct-08 3:11 
QuestionCustomValidator Pin
Member 34028862-Oct-08 1:47
Member 34028862-Oct-08 1:47 
JokeRe: CustomValidator Pin
Giorgi Dalakishvili2-Oct-08 2:02
mentorGiorgi Dalakishvili2-Oct-08 2:02 
QuestionLocal System Current Username and Password Pin
Sifar - 02-Oct-08 1:35
Sifar - 02-Oct-08 1:35 
AnswerRe: Local System Current Username and Password [modified] Pin
#realJSOP2-Oct-08 2:29
professional#realJSOP2-Oct-08 2:29 
GeneralRe: Local System Current Username and Password Pin
Sifar - 02-Oct-08 20:09
Sifar - 02-Oct-08 20:09 
AnswerRe: Local System Current Username and Password Pin
#realJSOP2-Oct-08 9:10
professional#realJSOP2-Oct-08 9:10 
QuestionSingletone Executable Pin
Russell Jones2-Oct-08 0:10
Russell Jones2-Oct-08 0:10 
AnswerRe: Singletone Executable Pin
Simon P Stevens2-Oct-08 0:32
Simon P Stevens2-Oct-08 0:32 
GeneralRe: Singletone Executable Pin
Russell Jones2-Oct-08 0:35
Russell Jones2-Oct-08 0:35 
AnswerRe: Singletone Executable Pin
blackjack21502-Oct-08 1:00
blackjack21502-Oct-08 1:00 
QuestionDeploy a web service Pin
fady_sayegh1-Oct-08 23:59
fady_sayegh1-Oct-08 23:59 
Questionvoid and static void problem Pin
Rick van Woudenberg1-Oct-08 23:21
Rick van Woudenberg1-Oct-08 23:21 
Dear all,

is is possible to call a static method from a non-static method and the other way around eg.:

private void Test1()
{
Test2();
}

private static void Test2()
{
//some stuff here
}


The example above will generate an error, but I would like to know if , and how it can be done.
Thank you for any assistance.

Kind regards,

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.