Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
QuestionDevexpress Mask Editor Pin
praveenqwe23-Nov-06 19:56
praveenqwe23-Nov-06 19:56 
Questionget unused port number Pin
utsav turray23-Nov-06 19:50
utsav turray23-Nov-06 19:50 
AnswerRe: get unused port number Pin
Shajeel23-Nov-06 20:16
Shajeel23-Nov-06 20:16 
QuestionDate Validation Pin
Deepasubramanian23-Nov-06 19:27
Deepasubramanian23-Nov-06 19:27 
Questionredirecting the contents of command promt to a file Pin
sanki77923-Nov-06 19:23
sanki77923-Nov-06 19:23 
QuestionUsing java script to a XML onto grid view Pin
ah_jiang_923-Nov-06 18:54
ah_jiang_923-Nov-06 18:54 
AnswerRe: Using java script to a XML onto grid view Pin
Benoy Bose23-Nov-06 19:33
Benoy Bose23-Nov-06 19:33 
Questionhow to open a folder in a designated location Pin
Shirley, Wang23-Nov-06 18:14
Shirley, Wang23-Nov-06 18:14 
I saved the windowstate of the other application, such as a folder.
when I reopen it, I use the following code:
////////////////////////////////////////////////////////////////////
System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo.FileName = "explorer.exe";
p.StartArgument = "c:"
p.Start();

Application.DoEvents();

SetWindowPos(new HandleRef(null, p.MainWindowHandle), new HandleRef(null, IntPtr.Zero), 10, 10, 0, 0, 0x15);
//////////////////////////////////////////////////////////////////////

but when it run to "Application.DoEvents();", the p exited, then p cann't get MainWindowHandle.
so the method failed.

any other method?
AnswerRe: how to open a folder in a designated location Pin
Eduard Keilholz24-Nov-06 5:12
Eduard Keilholz24-Nov-06 5:12 
Questionhow to override ondatabinding in case of binding data to datagrid Pin
333soori23-Nov-06 17:54
333soori23-Nov-06 17:54 
AnswerRe: how to override ondatabinding in case of binding data to datagrid Pin
Jasmine250123-Nov-06 20:57
Jasmine250123-Nov-06 20:57 
Questiondrag and drop issue... Pin
Super Lloyd23-Nov-06 16:44
Super Lloyd23-Nov-06 16:44 
AnswerRe: drag and drop issue... Pin
Weckmann23-Nov-06 22:16
Weckmann23-Nov-06 22:16 
GeneralRe: drag and drop issue... Pin
Super Lloyd23-Nov-06 22:25
Super Lloyd23-Nov-06 22:25 
GeneralRe: drag and drop issue... Pin
Weckmann23-Nov-06 23:28
Weckmann23-Nov-06 23:28 
GeneralRe: drag and drop issue... Pin
Super Lloyd24-Nov-06 0:51
Super Lloyd24-Nov-06 0:51 
GeneralRe: drag and drop issue... Pin
Weckmann24-Nov-06 1:12
Weckmann24-Nov-06 1:12 
QuestionHow to create an array of label ? Pin
stny200023-Nov-06 15:59
stny200023-Nov-06 15:59 
AnswerRe: How to create an array of label ? Pin
Christian Graus23-Nov-06 16:37
protectorChristian Graus23-Nov-06 16:37 
GeneralRe: How to create an array of label ? Pin
stny200023-Nov-06 17:04
stny200023-Nov-06 17:04 
GeneralRe: How to create an array of label ? Pin
Christian Graus23-Nov-06 17:13
protectorChristian Graus23-Nov-06 17:13 
GeneralRe: How to create an array of label ? Pin
stny200023-Nov-06 17:39
stny200023-Nov-06 17:39 
AnswerRe: How to create an array of label ? Pin
Amar Chaudhary23-Nov-06 16:46
Amar Chaudhary23-Nov-06 16:46 
GeneralRe: How to create an array of label ? Pin
stny200023-Nov-06 17:09
stny200023-Nov-06 17:09 
GeneralRe: How to create an array of label ? Pin
Amar Chaudhary23-Nov-06 17:18
Amar Chaudhary23-Nov-06 17:18 

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.