Click here to Skip to main content
15,909,896 members
Home / Discussions / C#
   

C#

 
AnswerRe: enum being int Pin
darkelv25-Feb-06 21:30
darkelv25-Feb-06 21:30 
QuestionCustomizing install wizard Pin
2hdass25-Feb-06 20:58
2hdass25-Feb-06 20:58 
QuestionGet info from a listview and pass to a method ? Pin
autekre25-Feb-06 20:17
autekre25-Feb-06 20:17 
AnswerRe: Get info from a listbox and pass to a method ? Pin
darkelv25-Feb-06 20:45
darkelv25-Feb-06 20:45 
GeneralRe: Get info from a listbox and pass to a method ? Pin
autekre25-Feb-06 21:58
autekre25-Feb-06 21:58 
GeneralRe: Get info from a listbox and pass to a method ? Pin
autekre25-Feb-06 22:15
autekre25-Feb-06 22:15 
GeneralRe: Get info from a listbox and pass to a method ? Pin
darkelv25-Feb-06 22:21
darkelv25-Feb-06 22:21 
GeneralRe: Get info from a listbox and pass to a method ? Pin
autekre27-Feb-06 0:27
autekre27-Feb-06 0:27 
QuestionEdit Mode in DataGridView control Pin
ak1234525-Feb-06 18:36
ak1234525-Feb-06 18:36 
QuestionNewbie: How do I code on more than one file? Pin
DNA Code this!25-Feb-06 18:04
DNA Code this!25-Feb-06 18:04 
AnswerRe: Newbie: How do I code on more than one file? Pin
Sean8925-Feb-06 18:08
Sean8925-Feb-06 18:08 
GeneralRe: Newbie: How do I code on more than one file? Pin
DNA Code this!25-Feb-06 18:13
DNA Code this!25-Feb-06 18:13 
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 

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.