Click here to Skip to main content
16,004,761 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: label text problem Pin
Robert Rohde8-May-06 2:44
Robert Rohde8-May-06 2:44 
The problem is that the GUI won't Refresh until the operation has completed.
You can force repainting with either label3.Refresh() or Application.DoEvents(). The first one will only repaint the label. The second one will also repaint the rest of the GUI if needed. Have in mind that calling these 'too often' will decrease performance.
A clean solution would be to do the parsing in a separate thread and using Invoke on the label to update the GUI.
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 
AnswerRe: How to start windows application from windows service Pin
Lexa19838-May-06 1:34
Lexa19838-May-06 1:34 

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.