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

C#

 
AnswerRe: string.Compare using wildcards Pin
Dave Kreskowiak9-Jan-06 10:09
mveDave Kreskowiak9-Jan-06 10:09 
GeneralRe: string.Compare using wildcards Pin
melanieab9-Jan-06 10:21
melanieab9-Jan-06 10:21 
QuestionNumber Format Pin
mtone9-Jan-06 9:29
mtone9-Jan-06 9:29 
AnswerRe: Number Format Pin
galinace9-Jan-06 9:55
galinace9-Jan-06 9:55 
QuestionC# With Crystal reports Pin
idreesbadshah9-Jan-06 8:02
idreesbadshah9-Jan-06 8:02 
QuestionMSN Messenger Plus! Add In Pin
Tom Moore9-Jan-06 7:35
Tom Moore9-Jan-06 7:35 
AnswerRe: MSN Messenger Plus! Add In Pin
Tom Moore9-Jan-06 7:41
Tom Moore9-Jan-06 7:41 
QuestionHow to use ExitWindowsEx function in C# Pin
largs9-Jan-06 6:37
largs9-Jan-06 6:37 
Please show me how to call ExitWindowsEx function in user32.dll in .NET.I've tried this:

[DllImport("user32.dll")]
private static extern int ExitWindowsEx(int dwReserved, int uReturnCode );

public static void Main()
{
ExitWindowsEx(0,0)
}

This previous code can log off the computer but when i change it to ExitWindowsEx(1,0) nothing happen.i dont understand clearly about these parameters's meanings.So please explain more clearly for me.Tnx lots
AnswerRe: How to use ExitWindowsEx function in C# Pin
Ravi Bhavnani9-Jan-06 6:59
professionalRavi Bhavnani9-Jan-06 6:59 
AnswerRe: How to use ExitWindowsEx function in C# Pin
minhpc_bk9-Jan-06 14:04
minhpc_bk9-Jan-06 14:04 
GeneralRe: How to use ExitWindowsEx function in C# Pin
Nish Nishant9-Jan-06 16:27
sitebuilderNish Nishant9-Jan-06 16:27 
GeneralRe: How to use ExitWindowsEx function in C# Pin
minhpc_bk9-Jan-06 16:50
minhpc_bk9-Jan-06 16:50 
GeneralRe: How to use ExitWindowsEx function in C# Pin
largs9-Jan-06 22:45
largs9-Jan-06 22:45 
GeneralRe: How to use ExitWindowsEx function in C# Pin
minhpc_bk9-Jan-06 23:22
minhpc_bk9-Jan-06 23:22 
GeneralRe: How to use ExitWindowsEx function in C# Pin
Nish Nishant10-Jan-06 1:07
sitebuilderNish Nishant10-Jan-06 1:07 
QuestionData Binding problem with ComboBox Pin
hellamasta9-Jan-06 5:48
hellamasta9-Jan-06 5:48 
QuestionMessage Queue question (msmq) Pin
Gibzon9-Jan-06 4:42
Gibzon9-Jan-06 4:42 
QuestionCustom date/time formating and string conversion Pin
Dan Neely9-Jan-06 4:27
Dan Neely9-Jan-06 4:27 
AnswerRe: Custom date/time formating and string conversion Pin
Guffa9-Jan-06 7:22
Guffa9-Jan-06 7:22 
GeneralRe: Custom date/time formating and string conversion Pin
Dan Neely9-Jan-06 8:06
Dan Neely9-Jan-06 8:06 
AnswerRe: Custom date/time formating and string conversion Pin
Guffa9-Jan-06 8:43
Guffa9-Jan-06 8:43 
GeneralRe: Custom date/time formating and string conversion Pin
Dan Neely9-Jan-06 9:35
Dan Neely9-Jan-06 9:35 
GeneralRe: Custom date/time formating and string conversion Pin
Dan Neely9-Jan-06 10:18
Dan Neely9-Jan-06 10:18 
QuestionPlz tell me how to write to COM port Pin
Petrus_Alex9-Jan-06 3:26
Petrus_Alex9-Jan-06 3:26 
AnswerRe: Plz tell me how to write to COM port Pin
Colin Angus Mackay9-Jan-06 3:55
Colin Angus Mackay9-Jan-06 3:55 

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.