Click here to Skip to main content
15,914,452 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionRe: Create a table Pin
abbd31-Jul-07 11:44
abbd31-Jul-07 11:44 
AnswerRe: Create a table Pin
George L. Jackson31-Jul-07 13:54
George L. Jackson31-Jul-07 13:54 
Questionreading a file using C Pin
NalBH31-Jul-07 9:00
NalBH31-Jul-07 9:00 
AnswerRe: reading a file using C Pin
Mark Salsbery31-Jul-07 9:14
Mark Salsbery31-Jul-07 9:14 
AnswerRe: reading a file using C Pin
romcab31-Jul-07 20:49
romcab31-Jul-07 20:49 
GeneralRe: reading a file using C Pin
NalBH2-Aug-07 3:22
NalBH2-Aug-07 3:22 
QuestionAn exception on listView Pin
abbd30-Jul-07 21:19
abbd30-Jul-07 21:19 
AnswerRe: An exception on listView Pin
Luc Pattyn30-Jul-07 23:30
sitebuilderLuc Pattyn30-Jul-07 23:30 
abbd wrote:
the easy way is have every Control be handled by the GUI thread, which
could mean, use a Forms.Timer, since that executes its Tick handler on the
GUI thread. The drawback is, if the Tick handler takes too long, your GUI
responsiveness will suffer


That's quite correct.


And here is the explanation with the remedy:
http://www.codeproject.com/script/comments/forums.asp?msg=2155450&forumid=3785#xx2155450xx[^]

Did you read up on Control.InvokeRequired and Control.Invoke() by now ?


Smile | :)


QuestionRe: An exception on listView Pin
abbd31-Jul-07 5:10
abbd31-Jul-07 5:10 
AnswerRe: An exception on listView Pin
Luc Pattyn31-Jul-07 5:24
sitebuilderLuc Pattyn31-Jul-07 5:24 
Questionwin32 shell api on mingw Pin
ztoon30-Jul-07 13:23
ztoon30-Jul-07 13:23 
QuestionGINA Pin
MozhdehQeraati29-Jul-07 0:34
MozhdehQeraati29-Jul-07 0:34 
AnswerRe: GINA Pin
Paul Conrad30-Jul-07 6:21
professionalPaul Conrad30-Jul-07 6:21 
AnswerRe: GINA Pin
led mike30-Jul-07 6:30
led mike30-Jul-07 6:30 
AnswerRe: GINA Pin
Christian Graus30-Jul-07 11:06
protectorChristian Graus30-Jul-07 11:06 
GeneralRe: GINA Pin
Paul Conrad30-Jul-07 11:18
professionalPaul Conrad30-Jul-07 11:18 
Questioncall of methode and form of the another methode and form Pin
aefmaaradji28-Jul-07 4:48
aefmaaradji28-Jul-07 4:48 
QuestionC++ with .NET 3.0 under VS 2005 Pin
Bartosz Bien28-Jul-07 3:52
Bartosz Bien28-Jul-07 3:52 
AnswerRe: C++ with .NET 3.0 under VS 2005 Pin
Paul Conrad28-Jul-07 15:12
professionalPaul Conrad28-Jul-07 15:12 
GeneralRe: C++ with .NET 3.0 under VS 2005 Pin
originSH30-Jul-07 6:23
originSH30-Jul-07 6:23 
GeneralRe: C++ with .NET 3.0 under VS 2005 Pin
Paul Conrad30-Jul-07 6:38
professionalPaul Conrad30-Jul-07 6:38 
AnswerRe: C++ with .NET 3.0 under VS 2005 Pin
iddqd51531-Jul-07 10:49
iddqd51531-Jul-07 10:49 
QuestionThread and listView Pin
abbd27-Jul-07 13:16
abbd27-Jul-07 13:16 
AnswerRe: Thread and listView Pin
Luc Pattyn27-Jul-07 13:43
sitebuilderLuc Pattyn27-Jul-07 13:43 
GeneralRe: Thread and listView Pin
Mark Salsbery27-Jul-07 14:03
Mark Salsbery27-Jul-07 14:03 

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.