Click here to Skip to main content
15,917,702 members
Home / Discussions / C#
   

C#

 
QuestionSelecting a TreeView node programmatically? Pin
kbalias14-Jun-05 19:51
kbalias14-Jun-05 19:51 
AnswerRe: Selecting a TreeView node programmatically? Pin
occcy14-Jun-05 20:05
occcy14-Jun-05 20:05 
AnswerRe: Selecting a TreeView node programmatically? Pin
S. Senthil Kumar14-Jun-05 20:09
S. Senthil Kumar14-Jun-05 20:09 
GeneralTextBox Selection Pin
chettu14-Jun-05 18:37
chettu14-Jun-05 18:37 
GeneralRe: TextBox Selection Pin
Vasudevan Deepak Kumar14-Jun-05 19:16
Vasudevan Deepak Kumar14-Jun-05 19:16 
GeneralRe: TextBox Selection Pin
chettu14-Jun-05 19:20
chettu14-Jun-05 19:20 
GeneralRe: TextBox Selection Pin
codeprojectin14-Jun-05 20:28
codeprojectin14-Jun-05 20:28 
Generalanother problem about Explorer.exe... Pin
Veelone14-Jun-05 17:37
Veelone14-Jun-05 17:37 
I changed registry [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogon\Shell] and let it point to my App in order to show a authority dialog ,if IDCheck finished,i should run Explorer.exe to show user the desktop and taskbar...
BUT when i called explorer.exe in the app, it only show "My Document" Windows ,not the desktop and the taskbar?what is wrong??
private On_AppExit()
{
Process tmpExplorerProcess=new Process();
tmpExplorerProcess.StartInfo.FileName="c:\\WINNT\\Explorer.exe";
tmpExplorerProcess.Start();
Application.Exit();
}
GeneralRe: another problem about Explorer.exe... Pin
Nick Parker14-Jun-05 18:04
protectorNick Parker14-Jun-05 18:04 
GeneralRe: another problem about Explorer.exe... Pin
Veelone14-Jun-05 19:10
Veelone14-Jun-05 19:10 
GeneralRe: another problem about Explorer.exe... Pin
nemopeti14-Jun-05 23:10
nemopeti14-Jun-05 23:10 
GeneralRe: another problem about Explorer.exe... Pin
Veelone14-Jun-05 23:18
Veelone14-Jun-05 23:18 
GeneralRe: another problem about Explorer.exe... Pin
nemopeti14-Jun-05 23:26
nemopeti14-Jun-05 23:26 
Generalon windows logon program...help!!! Pin
Veelone14-Jun-05 17:23
Veelone14-Jun-05 17:23 
GeneralRe: on windows logon program...help!!! Pin
nemopeti14-Jun-05 22:59
nemopeti14-Jun-05 22:59 
GeneralRe: on windows logon program...help!!! Pin
Veelone14-Jun-05 23:13
Veelone14-Jun-05 23:13 
GeneralDebugger Failure Pin
Expert Coming14-Jun-05 12:54
Expert Coming14-Jun-05 12:54 
GeneralListBox serialization wont work! :-( Pin
Green Fuze14-Jun-05 12:10
Green Fuze14-Jun-05 12:10 
GeneralRe: ListBox serialization wont work! :-( Pin
occcy14-Jun-05 19:57
occcy14-Jun-05 19:57 
GeneralRe: ListBox serialization wont work! :-( Pin
Green Fuze14-Jun-05 20:40
Green Fuze14-Jun-05 20:40 
GeneralRe: ListBox serialization wont work! :-( Pin
occcy14-Jun-05 20:54
occcy14-Jun-05 20:54 
GeneralRe: ListBox serialization wont work! :-( Pin
Green Fuze16-Jun-05 2:23
Green Fuze16-Jun-05 2:23 
GeneralRe: ListBox serialization wont work! :-( Pin
Green Fuze16-Jun-05 4:53
Green Fuze16-Jun-05 4:53 
GeneralRe: ListBox serialization wont work! :-( Pin
occcy16-Jun-05 19:49
occcy16-Jun-05 19:49 
GeneralRe: ListBox serialization wont work! :-( Pin
Green Fuze16-Jun-05 21:55
Green Fuze16-Jun-05 21: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.