Click here to Skip to main content
16,006,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Datagrid link column target Pin
Heath Stewart6-Oct-04 14:51
protectorHeath Stewart6-Oct-04 14:51 
Questionhow can i arrange data alphabetically? Pin
visiontec6-Oct-04 11:07
visiontec6-Oct-04 11:07 
AnswerRe: how can i arrange data alphabetically? Pin
Heath Stewart6-Oct-04 14:07
protectorHeath Stewart6-Oct-04 14:07 
GeneralSearch for file Pin
Einar Kvandahl6-Oct-04 9:33
Einar Kvandahl6-Oct-04 9:33 
GeneralRe: Search for file Pin
Christian Graus6-Oct-04 9:56
protectorChristian Graus6-Oct-04 9:56 
GeneralRe: Search for file Pin
Einar Kvandahl6-Oct-04 9:59
Einar Kvandahl6-Oct-04 9:59 
GeneralGtk# Window Refresh Problem Pin
jb33716-Oct-04 8:10
jb33716-Oct-04 8:10 
GeneralRe: Gtk# Window Refresh Problem Pin
Heath Stewart6-Oct-04 13:44
protectorHeath Stewart6-Oct-04 13:44 
See Refresh. This forces an immediately invalidation and redraw of the control. Of course things work a little differently with GTK so I'm not sure. Since this is primarily a Microsoft development site, you might check with other sites more appropriate for CLI apps on non-Microsoft systems (or using non-Microsoft APIs like GTK).

Also, be sure than when you're updating your controls from a separate thread you do so in the thread that created the control using InvokeRequired and Invoke. We've discussed this many times in this forum, and you can click "Search comments" above to find those discussions if you're interested in learning more.

Again, though, that's true on Windows platforms. Of course, with the way threads are handled this is probably true on any platform.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralChecking If Form Is Loaded Pin
Daniel Negron6-Oct-04 6:14
Daniel Negron6-Oct-04 6:14 
GeneralRe: Checking If Form Is Loaded Pin
Alex Korchemniy6-Oct-04 8:19
Alex Korchemniy6-Oct-04 8:19 
GeneralRe: Checking If Form Is Loaded Pin
Daniel Negron6-Oct-04 8:29
Daniel Negron6-Oct-04 8:29 
GeneralRe: Checking If Form Is Loaded Pin
Jon G6-Oct-04 8:45
Jon G6-Oct-04 8:45 
GeneralRe: Checking If Form Is Loaded Pin
Brian Nottingham6-Oct-04 12:57
Brian Nottingham6-Oct-04 12:57 
GeneralMAPI programming by C# Pin
ppp0016-Oct-04 5:53
ppp0016-Oct-04 5:53 
GeneralRe: MAPI programming by C# Pin
Heath Stewart6-Oct-04 13:40
protectorHeath Stewart6-Oct-04 13:40 
GeneralKeyboard question Pin
Jose Vicente6-Oct-04 5:28
Jose Vicente6-Oct-04 5:28 
GeneralRe: Keyboard question Pin
Alex Korchemniy6-Oct-04 8:10
Alex Korchemniy6-Oct-04 8:10 
GeneralRe: Keyboard question Pin
Jose Vicente6-Oct-04 21:10
Jose Vicente6-Oct-04 21:10 
GeneralRecieving error: unhandled exception... Pin
Moochie56-Oct-04 5:12
Moochie56-Oct-04 5:12 
GeneralRe: Recieving error: unhandled exception... Pin
Heath Stewart6-Oct-04 13:36
protectorHeath Stewart6-Oct-04 13:36 
QuestionRecord install path? Pin
the last free name6-Oct-04 4:50
the last free name6-Oct-04 4:50 
AnswerRe: Record install path? Pin
Heath Stewart6-Oct-04 13:25
protectorHeath Stewart6-Oct-04 13:25 
GeneralPanel control in a DLL Pin
Reinier van de Wetering6-Oct-04 4:48
Reinier van de Wetering6-Oct-04 4:48 
GeneralRe: Panel control in a DLL Pin
Jon G6-Oct-04 5:06
Jon G6-Oct-04 5:06 
GeneralRe: Panel control in a DLL Pin
Reinier van de Wetering6-Oct-04 19:47
Reinier van de Wetering6-Oct-04 19:47 

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.