Click here to Skip to main content
15,902,777 members
Home / Discussions / C#
   

C#

 
GeneralRe: ComboBox Pin
Luis Alonso Ramos22-Nov-04 5:31
Luis Alonso Ramos22-Nov-04 5:31 
GeneralRe: ComboBox Pin
Dany Ramos23-Nov-04 0:34
Dany Ramos23-Nov-04 0:34 
GeneralRe: ComboBox Pin
Luis Alonso Ramos23-Nov-04 5:24
Luis Alonso Ramos23-Nov-04 5:24 
GeneralCleaning up eventhandlers Pin
Skynyrd20-Nov-04 0:28
Skynyrd20-Nov-04 0:28 
GeneralScrolling the window scrollbar does not show the whole graphic Pin
Sylvia219-Nov-04 23:39
Sylvia219-Nov-04 23:39 
GeneralRe: Scrolling the window scrollbar does not show the whole graphic Pin
Sebastian Schneider21-Nov-04 23:33
Sebastian Schneider21-Nov-04 23:33 
GeneralResizing SystemsIcons Pin
DJmistral19-Nov-04 23:04
DJmistral19-Nov-04 23:04 
Generalproblem about invoke OS format command in C# Pin
momer19-Nov-04 22:57
momer19-Nov-04 22:57 
I want to invoke the format command of OS(XP) im my C# code:
string VolumeName = "UDISK";
string FormatW2K = "CMD.EXE";
string FormatW2KParam = string.Format("/C \"format.com {0}:/q/x/V:{1}\"",driverletter,VolumeName);
Win32.ShellExecute((IntPtr)0,"open", FormatW2K, FormatW2KParam, string.Empty, Win32.SW_SHOW);

I have got two problems:
1,the format function always compels me to click the Enter key to go on the format operation.I want to my code can do it for me.So,my program will invoke the Format command and do format operation automatically and never bother me.Then how to realize my dream?
2,When the Format command has been invoked,my program automatically perform the following code no matter if the format operation finished or not.But I hope that the following code should be perform as long as the format operation finished.So,how to settle this problem?
Thanks!
Questionhow to find image co-ordinate Pin
hteen2419-Nov-04 20:09
hteen2419-Nov-04 20:09 
AnswerRe: how to find image co-ordinate Pin
sreejith ss nair20-Nov-04 18:23
sreejith ss nair20-Nov-04 18:23 
Generalcomparing C# / .NET exe files Pin
Ray Gregory19-Nov-04 18:00
Ray Gregory19-Nov-04 18:00 
GeneralRe: comparing C# / .NET exe files Pin
Daniel Turini19-Nov-04 20:48
Daniel Turini19-Nov-04 20:48 
GeneralRe: comparing C# / .NET exe files Pin
bouli19-Nov-04 21:53
bouli19-Nov-04 21:53 
GeneralRe: comparing C# / .NET exe files Pin
Jörgen Sigvardsson20-Nov-04 14:05
Jörgen Sigvardsson20-Nov-04 14:05 
GeneralRe: comparing C# / .NET exe files Pin
bouli20-Nov-04 23:49
bouli20-Nov-04 23:49 
GeneralRe: comparing C# / .NET exe files Pin
Jörgen Sigvardsson21-Nov-04 0:34
Jörgen Sigvardsson21-Nov-04 0:34 
GeneralRe: comparing C# / .NET exe files Pin
Dennis C. Dietrich19-Nov-04 22:30
Dennis C. Dietrich19-Nov-04 22:30 
GeneralRe: comparing C# / .NET exe files Pin
Glenn Lewis15-Feb-05 20:00
Glenn Lewis15-Feb-05 20:00 
GeneralOperator Over Loading Pin
Sendilkumar.M19-Nov-04 17:58
Sendilkumar.M19-Nov-04 17:58 
GeneralRe: Operator Over Loading Pin
Daniel Turini19-Nov-04 20:45
Daniel Turini19-Nov-04 20:45 
GeneralRe: Operator Over Loading Pin
Sendilkumar.M21-Nov-04 16:31
Sendilkumar.M21-Nov-04 16:31 
GeneralI need UPS minidriver sample Pin
tlongman19-Nov-04 13:29
tlongman19-Nov-04 13:29 
GeneralGetHashCode() Pin
Joe Woodbury19-Nov-04 7:28
professionalJoe Woodbury19-Nov-04 7:28 
GeneralRe: GetHashCode() Pin
Daniel Turini19-Nov-04 7:39
Daniel Turini19-Nov-04 7:39 
GeneralRe: GetHashCode() Pin
Heath Stewart19-Nov-04 7:54
protectorHeath Stewart19-Nov-04 7: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.