Click here to Skip to main content
15,889,610 members
Home / Discussions / C#
   

C#

 
Questiondisabling hotkeys Pin
tahir_makhdoom4-Sep-07 20:59
tahir_makhdoom4-Sep-07 20:59 
AnswerRe: disabling hotkeys [modified] Pin
Giorgi Dalakishvili4-Sep-07 21:08
mentorGiorgi Dalakishvili4-Sep-07 21:08 
GeneralRe: disabling hotkeys Pin
Rajesh R Subramanian5-Sep-07 0:13
professionalRajesh R Subramanian5-Sep-07 0:13 
GeneralRe: disabling hotkeys Pin
Giorgi Dalakishvili5-Sep-07 0:15
mentorGiorgi Dalakishvili5-Sep-07 0:15 
AnswerRe: disabling hotkeys Pin
Rajesh R Subramanian5-Sep-07 0:16
professionalRajesh R Subramanian5-Sep-07 0:16 
AnswerRe: disabling hotkeys Pin
Dave Kreskowiak5-Sep-07 6:00
mveDave Kreskowiak5-Sep-07 6:00 
QuestionHelp Me...... Pin
mihirhp4-Sep-07 20:53
mihirhp4-Sep-07 20:53 
AnswerRe: Help Me...... Pin
originSH4-Sep-07 22:35
originSH4-Sep-07 22:35 
For a single threaded application:

class MyClass
{
public string GetName()
{
string className = "MyClass";
string methodName = "GetName";

return className + methodName;
}
}

:P

As a note "Help Me" isn't a good post subject ... everyone is asking for help and it wouldn't be very useful to have all subjects as "Help" would it. A much better idea would be to give a descriptive title, like "Determine currently running class and method".


AnswerRe: Help Me...... Pin
J a a n s5-Sep-07 0:37
professionalJ a a n s5-Sep-07 0:37 
Questionproblem with writing files Pin
swatgodjr4-Sep-07 20:31
swatgodjr4-Sep-07 20:31 
AnswerRe: problem with writing files Pin
Dave Kreskowiak5-Sep-07 6:02
mveDave Kreskowiak5-Sep-07 6:02 
GeneralRe: problem with writing files Pin
swatgodjr5-Sep-07 6:34
swatgodjr5-Sep-07 6:34 
GeneralRe: problem with writing files Pin
Dave Kreskowiak5-Sep-07 14:11
mveDave Kreskowiak5-Sep-07 14:11 
Questionhow to get the gridview row Pin
lcharan4-Sep-07 18:43
lcharan4-Sep-07 18:43 
AnswerRe: how to get the gridview row Pin
Nouman Bhatti4-Sep-07 21:33
Nouman Bhatti4-Sep-07 21:33 
QuestionHow to use ThreadPool in C# 2005 for a synchronise access to MSSQL database Pin
Jan Palmer4-Sep-07 17:00
Jan Palmer4-Sep-07 17:00 
AnswerRe: How to use ThreadPool in C# 2005 for a synchronise access to MSSQL database Pin
Dave Kreskowiak5-Sep-07 6:03
mveDave Kreskowiak5-Sep-07 6:03 
Questiondatabase Pin
troubled one4-Sep-07 16:22
troubled one4-Sep-07 16:22 
AnswerRe: database Pin
Christian Graus4-Sep-07 17:23
protectorChristian Graus4-Sep-07 17:23 
AnswerRe: database Pin
Nouman Bhatti4-Sep-07 21:51
Nouman Bhatti4-Sep-07 21:51 
QuestionQuestion about Extending a Typed DataSet Using Partial Classes Pin
CalvinWang4-Sep-07 16:10
CalvinWang4-Sep-07 16:10 
QuestionFile? or A Folder? Pin
Adrian Soon4-Sep-07 15:41
Adrian Soon4-Sep-07 15:41 
AnswerRe: File? or A Folder? Pin
Christian Graus4-Sep-07 15:51
protectorChristian Graus4-Sep-07 15:51 
GeneralRe: File? or A Folder? Pin
Spacix One4-Sep-07 15:59
Spacix One4-Sep-07 15:59 
GeneralRe: File? or A Folder? Pin
Adrian Soon4-Sep-07 16:04
Adrian Soon4-Sep-07 16:04 

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.