Click here to Skip to main content
15,889,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: char in string Pin
OriginalGriff25-Apr-09 5:26
mveOriginalGriff25-Apr-09 5:26 
QuestionTreeView.BeginUpdate causing what seems like the thread to lock Pin
Gareth H25-Apr-09 1:45
Gareth H25-Apr-09 1:45 
AnswerRe: TreeView.BeginUpdate causing what seems like the thread to lock Pin
S. Senthil Kumar25-Apr-09 3:22
S. Senthil Kumar25-Apr-09 3:22 
GeneralRe: TreeView.BeginUpdate causing what seems like the thread to lock Pin
Gareth H25-Apr-09 7:50
Gareth H25-Apr-09 7:50 
GeneralRe: TreeView.BeginUpdate causing what seems like the thread to lock Pin
S. Senthil Kumar25-Apr-09 8:34
S. Senthil Kumar25-Apr-09 8:34 
GeneralRe: TreeView.BeginUpdate causing what seems like the thread to lock Pin
Gareth H26-Apr-09 0:09
Gareth H26-Apr-09 0:09 
AnswerRe: TreeView.BeginUpdate causing what seems like the thread to lock Pin
fracalifa30-Jul-09 4:17
fracalifa30-Jul-09 4:17 
GeneralRe: TreeView.BeginUpdate causing what seems like the thread to lock Pin
Gareth H30-Jul-09 4:40
Gareth H30-Jul-09 4:40 
Frank,

The problem with my code was that i was doing an:

If (InvokeRequired)


On the main control class, which always returned false when the problem occurred, but the actaul TreeView control was returned true for InvokeRequired.

Thus, the solution was to invoke on the TreeView control. If you need some more info, just say.

Regards,
Gareth.

(FKA gareth111)

GeneralRe: TreeView.BeginUpdate causing what seems like the thread to lock Pin
fracalifa30-Jul-09 21:46
fracalifa30-Jul-09 21:46 
Questionmenustrip in C# Pin
sachees12325-Apr-09 1:05
sachees12325-Apr-09 1:05 
AnswerRe: menustrip in C# Pin
DaveyM6925-Apr-09 2:10
professionalDaveyM6925-Apr-09 2:10 
GeneralRe: menustrip in C# Pin
sachees12325-Apr-09 3:36
sachees12325-Apr-09 3:36 
GeneralRe: menustrip in C# Pin
0x3c025-Apr-09 3:42
0x3c025-Apr-09 3:42 
GeneralRe: menustrip in C# Pin
sachees12326-Apr-09 20:17
sachees12326-Apr-09 20:17 
QuestionUnmanaged string pointer to a variable buffer size Pin
DaveyM6924-Apr-09 23:45
professionalDaveyM6924-Apr-09 23:45 
AnswerRe: Unmanaged string pointer to a variable buffer size Pin
Luc Pattyn25-Apr-09 0:01
sitebuilderLuc Pattyn25-Apr-09 0:01 
GeneralRe: Unmanaged string pointer to a variable buffer size Pin
DaveyM6925-Apr-09 0:37
professionalDaveyM6925-Apr-09 0:37 
GeneralRe: Unmanaged string pointer to a variable buffer size Pin
Luc Pattyn25-Apr-09 0:50
sitebuilderLuc Pattyn25-Apr-09 0:50 
GeneralRe: Unmanaged string pointer to a variable buffer size [modified] Pin
DaveyM6925-Apr-09 1:45
professionalDaveyM6925-Apr-09 1:45 
GeneralRe: Unmanaged string pointer to a variable buffer size Pin
DaveyM6925-Apr-09 1:57
professionalDaveyM6925-Apr-09 1:57 
GeneralRe: Unmanaged string pointer to a variable buffer size Pin
Luc Pattyn25-Apr-09 2:10
sitebuilderLuc Pattyn25-Apr-09 2:10 
Questionhow can i change font in a textbox?? Pin
Alok Sharma ji24-Apr-09 23:32
Alok Sharma ji24-Apr-09 23:32 
JokeRe: how can i change font in a textbox?? Pin
DaveyM6924-Apr-09 23:49
professionalDaveyM6924-Apr-09 23:49 
GeneralRe: how can i change font in a textbox?? Pin
Alok Sharma ji26-Apr-09 16:22
Alok Sharma ji26-Apr-09 16:22 
QuestionISO file.... help needed immediately! Pin
Rajdeep.NET is BACK24-Apr-09 21:52
Rajdeep.NET is BACK24-Apr-09 21:52 

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.