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

C#

 
GeneralRe: Newbie: How do I code on more than one file? Pin
Sean8925-Feb-06 18:27
Sean8925-Feb-06 18:27 
AnswerRe: Newbie: How do I code on more than one file? Pin
DNA Code this!25-Feb-06 18:33
DNA Code this!25-Feb-06 18:33 
GeneralRe: Newbie: How do I code on more than one file? Pin
DNA Code this!25-Feb-06 18:38
DNA Code this!25-Feb-06 18:38 
QuestionHow can I do this?"open with" Pin
hackerhcm25-Feb-06 17:55
hackerhcm25-Feb-06 17:55 
AnswerRe: How can I do this?"open with" Pin
mav.northwind25-Feb-06 21:29
mav.northwind25-Feb-06 21:29 
GeneralRe: How can I do this?"open with" Pin
hackerhcm25-Feb-06 22:19
hackerhcm25-Feb-06 22:19 
QuestionPrints Error Pin
bc111825-Feb-06 13:22
bc111825-Feb-06 13:22 
Questionstatic methods Pin
spin vector25-Feb-06 11:39
spin vector25-Feb-06 11:39 
Can I get rid of the class modifier 'S' in the following?

public class S {
public static string MyMethod( args ) { // foo }
}

public class C {
string s_answer;

s_answer = S.MyMethod( "bar" ); // how can I just write MyMethod()
}

Can I use a 'using' statement or some other directive?

Thx.



AnswerRe: static methods Pin
User 665825-Feb-06 11:56
User 665825-Feb-06 11:56 
GeneralRe: static methods Pin
Colin Angus Mackay25-Feb-06 12:28
Colin Angus Mackay25-Feb-06 12:28 
GeneralRe: static methods Pin
leppie25-Feb-06 19:44
leppie25-Feb-06 19:44 
Questioncorrect errors in xml Pin
SJ_Phoenix25-Feb-06 10:19
SJ_Phoenix25-Feb-06 10:19 
Questionhow can i find my real ip Pin
CursedXp25-Feb-06 9:54
CursedXp25-Feb-06 9:54 
AnswerRe: how can i find my real ip Pin
Guffa25-Feb-06 10:46
Guffa25-Feb-06 10:46 
AnswerRe: how can i find my real ip Pin
Luis Alonso Ramos25-Feb-06 18:01
Luis Alonso Ramos25-Feb-06 18:01 
AnswerRe: how can i find my real ip Pin
CursedXp26-Feb-06 3:40
CursedXp26-Feb-06 3:40 
QuestionNeed help with Multithreadding Pin
jakehn25-Feb-06 9:36
jakehn25-Feb-06 9:36 
AnswerRe: Need help with Multithreadding Pin
User 665825-Feb-06 9:43
User 665825-Feb-06 9:43 
GeneralRe: Need help with Multithreadding Pin
jakehn25-Feb-06 9:53
jakehn25-Feb-06 9:53 
GeneralRe: Need help with Multithreadding Pin
User 665825-Feb-06 9:54
User 665825-Feb-06 9:54 
AnswerRe: Need help with Multithreadding Pin
Backdraft210026-Feb-06 4:02
Backdraft210026-Feb-06 4:02 
QuestionHow can I create a report from password protected database in C#? Pin
zoxter25-Feb-06 9:28
zoxter25-Feb-06 9:28 
QuestionCode for joystick Pin
leo_panthera25-Feb-06 9:07
leo_panthera25-Feb-06 9:07 
AnswerRe: Code for joystick Pin
Joshua Quick25-Feb-06 10:56
Joshua Quick25-Feb-06 10:56 
AnswerRe: Code for joystick Pin
Daniel Grunwald26-Feb-06 0:37
Daniel Grunwald26-Feb-06 0:37 

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.