Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
QuestionAdd/Change wireless settings through C# Pin
Søren Alsbjerg Hørup8-May-06 4:25
Søren Alsbjerg Hørup8-May-06 4:25 
QuestionComments: how to use "<" in comments... what is the escape sequence? Pin
Patrick Klug8-May-06 4:20
Patrick Klug8-May-06 4:20 
AnswerRe: Comments: how to use &quot;&lt;&quot; in comments... what is the escape sequence? Pin
Tarakeshwar Reddy8-May-06 4:46
professionalTarakeshwar Reddy8-May-06 4:46 
GeneralRe: Comments: how to use &quot;&lt;&quot; in comments... what is the escape sequence? Pin
Patrick Klug8-May-06 4:51
Patrick Klug8-May-06 4:51 
QuestionListView Control scrollbar size Pin
Flateric_floride8-May-06 3:48
Flateric_floride8-May-06 3:48 
Question"The Server is not operational" when authenticating user to active directory Pin
krishna nimmalapudi8-May-06 3:44
krishna nimmalapudi8-May-06 3:44 
QuestionwebBrowser control question Pin
SoftcodeSoftware8-May-06 3:17
SoftcodeSoftware8-May-06 3:17 
Questionlabel text problem Pin
SoftcodeSoftware8-May-06 2:37
SoftcodeSoftware8-May-06 2:37 
Hi folks,

I have a label on my status bar which should change according to whats going on, see this code...

label3.Text = "Opening Log File...";<br />
File_Log = openFileDialog1.FileName;<br />
parse_log(File_Log);<br />
label3.Text = "Ready";


Now for some reason, it will only change the text at the end of parsing the log, so in essence it actually works like this...

File_Log = openFileDialog1.FileName;<br />
parse_log(File_Log);<br />
label3.Text = "Opening Log File...";<br />
label3.Text = "Ready";


Is there any way to ensure that certain actions are done before others so that the label text is chnaged before the rest executes? Confused | :confused:
AnswerRe: label text problem Pin
Robert Rohde8-May-06 2:44
Robert Rohde8-May-06 2:44 
GeneralRe: label text problem Pin
SoftcodeSoftware8-May-06 2:47
SoftcodeSoftware8-May-06 2:47 
QuestionHow to read Max value of column in SQL Server Pin
cshivaprasad8-May-06 2:18
cshivaprasad8-May-06 2:18 
AnswerRe: How to read Max value of column in SQL Server Pin
Robert Rohde8-May-06 3:28
Robert Rohde8-May-06 3:28 
AnswerRe: How to read Max value of column in SQL Server Pin
J4amieC8-May-06 3:59
J4amieC8-May-06 3:59 
QuestionGetting a value from another form Pin
alee15.10.888-May-06 2:15
alee15.10.888-May-06 2:15 
AnswerRe: Getting a value from another form Pin
-Dy8-May-06 2:19
-Dy8-May-06 2:19 
AnswerRe: Getting a value from another form Pin
S. Senthil Kumar8-May-06 4:04
S. Senthil Kumar8-May-06 4:04 
GeneralRe: Getting a value from another form Pin
Colin Angus Mackay8-May-06 10:47
Colin Angus Mackay8-May-06 10:47 
AnswerRe: Getting a value from another form Pin
freshonlineMax8-May-06 5:10
freshonlineMax8-May-06 5:10 
GeneralRe: Getting a value from another form Pin
Colin Angus Mackay8-May-06 10:47
Colin Angus Mackay8-May-06 10:47 
AnswerRe: Getting a value from another form Pin
led mike8-May-06 5:26
led mike8-May-06 5:26 
QuestionDetecting full screen app... Pin
SoftcodeSoftware8-May-06 2:07
SoftcodeSoftware8-May-06 2:07 
QuestionIdentifying if a thread is idle Pin
Pavan Kulkarni8-May-06 2:01
Pavan Kulkarni8-May-06 2:01 
AnswerRe: Identifying if a thread is idle Pin
S. Senthil Kumar8-May-06 4:05
S. Senthil Kumar8-May-06 4:05 
GeneralRe: Identifying if a thread is idle Pin
Pavan Kulkarni8-May-06 19:24
Pavan Kulkarni8-May-06 19:24 
QuestionHow to start windows application from windows service Pin
Shajeel8-May-06 1:10
Shajeel8-May-06 1:10 

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.