Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to start a programe when the system is logged in. Pin
alexey N6-Apr-06 19:47
alexey N6-Apr-06 19:47 
AnswerRe: how to start a programe when the system is logged in. Pin
junglerover776-Apr-06 19:56
junglerover776-Apr-06 19:56 
Questionpass more than one parameters to my stored procedure at a time Pin
Sunny H6-Apr-06 19:36
Sunny H6-Apr-06 19:36 
AnswerRe: pass more than one parameters to my stored procedure at a time Pin
junglerover776-Apr-06 20:06
junglerover776-Apr-06 20:06 
QuestionProblem With TreeView Pin
pavanabollineni6-Apr-06 18:45
pavanabollineni6-Apr-06 18:45 
AnswerRe: Problem With TreeView Pin
sathish s6-Apr-06 19:33
sathish s6-Apr-06 19:33 
GeneralRe: Problem With TreeView Pin
pavanabollineni7-Apr-06 1:17
pavanabollineni7-Apr-06 1:17 
GeneralRe: Problem With TreeView Pin
sathish s7-Apr-06 1:36
sathish s7-Apr-06 1:36 
Hi I hope you will call a function to load the html document on click of the TreeNode. You might be using Treeview_Afterselect or Treeview_click event. What you can do is You can put this code before calling that function.
this.Cursor =Cursors.WaitCursor ;
trv.Enabled=false;
// You will call the function to load html file here
trv.Enabled=true;
this.Cursor =Cursors.Default ;
Hope this helps

QuestionFileName with Directory.GetFiles Pin
Expert Coming6-Apr-06 17:56
Expert Coming6-Apr-06 17:56 
AnswerRe: FileName with Directory.GetFiles Pin
alexey N6-Apr-06 18:09
alexey N6-Apr-06 18:09 
AnswerRe: FileName with Directory.GetFiles Pin
Aaron Dilliard7-Apr-06 9:14
Aaron Dilliard7-Apr-06 9:14 
Questionhow to load xml file in c# Pin
ybasha6-Apr-06 17:53
ybasha6-Apr-06 17:53 
QuestionHow to save the text of listbox in hashtable? Pin
njcgf6-Apr-06 17:41
njcgf6-Apr-06 17:41 
AnswerRe: How to save the text of listbox in hashtable? Pin
scoroop6-Apr-06 21:58
scoroop6-Apr-06 21:58 
QuestionA question about Panel Pin
flyinglimy6-Apr-06 17:05
flyinglimy6-Apr-06 17:05 
QuestionInterface Implementation - Returning Inherited Class Pin
sebaaaa6-Apr-06 14:19
sebaaaa6-Apr-06 14:19 
AnswerRe: Interface Implementation - Returning Inherited Class Pin
Ferry Mulyono6-Apr-06 15:05
Ferry Mulyono6-Apr-06 15:05 
AnswerRe: Interface Implementation - Returning Inherited Class Pin
Robert Rohde7-Apr-06 2:10
Robert Rohde7-Apr-06 2:10 
QuestionScientific calculator in C# Pin
Ronald246-Apr-06 13:48
Ronald246-Apr-06 13:48 
QuestionPixelation in Scaled GIF images Pin
Citizen_RobertK6-Apr-06 13:24
Citizen_RobertK6-Apr-06 13:24 
QuestionHide web service details? Pin
Mark Tutt6-Apr-06 12:56
Mark Tutt6-Apr-06 12:56 
AnswerRe: Hide web service details? Pin
Ferry Mulyono6-Apr-06 15:13
Ferry Mulyono6-Apr-06 15:13 
GeneralRe: Hide web service details? Pin
Mark Tutt6-Apr-06 15:41
Mark Tutt6-Apr-06 15:41 
GeneralRe: Hide web service details? Pin
Ferry Mulyono6-Apr-06 16:01
Ferry Mulyono6-Apr-06 16:01 
GeneralRe: Hide web service details? Pin
Mark Tutt6-Apr-06 16:35
Mark Tutt6-Apr-06 16:35 

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.