Click here to Skip to main content
16,006,709 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionnamespace C++ Pin
NorGUI26-Jan-07 23:34
NorGUI26-Jan-07 23:34 
AnswerRe: namespace C++ Pin
prasad_som27-Jan-07 0:06
prasad_som27-Jan-07 0:06 
QuestionANSI C compliant file parsing free source required Pin
aamir.zia26-Jan-07 4:55
aamir.zia26-Jan-07 4:55 
AnswerRe: ANSI C compliant file parsing free source required Pin
Christian Graus26-Jan-07 10:42
protectorChristian Graus26-Jan-07 10:42 
QuestionProgress Bar and Threading Pin
73Zeppelin25-Jan-07 22:09
73Zeppelin25-Jan-07 22:09 
AnswerRe: Progress Bar and Threading Pin
bsaksida26-Jan-07 9:22
bsaksida26-Jan-07 9:22 
GeneralRe: Progress Bar and Threading Pin
73Zeppelin26-Jan-07 9:23
73Zeppelin26-Jan-07 9:23 
AnswerIn your long running class Pin
Ennis Ray Lynch, Jr.26-Jan-07 10:38
Ennis Ray Lynch, Jr.26-Jan-07 10:38 
Create an event that gets fired on regular intervals. In your UI place a listener on the event. Then run your long running class from the thread pool.

In the long running class Fire your event whenever the status should be updated. Remember to use invoke so you don't get an exception when updating the UI.




File Not Found

QuestionProblem With lParam Pin
nash00125-Jan-07 2:03
nash00125-Jan-07 2:03 
QuestionRe: Problem With lParam Pin
prasad_som25-Jan-07 2:10
prasad_som25-Jan-07 2:10 
QuestionRe: Problem With lParam Pin
Mark Salsbery27-Jan-07 11:00
Mark Salsbery27-Jan-07 11:00 
QuestionRe: Problem With lParam Pin
nash00128-Jan-07 19:38
nash00128-Jan-07 19:38 
AnswerRe: Problem With lParam Pin
Mark Salsbery29-Jan-07 6:43
Mark Salsbery29-Jan-07 6:43 
QuestionFunction help Pin
dellthinker24-Jan-07 12:49
dellthinker24-Jan-07 12:49 
AnswerRe: Function help Pin
prasad_som24-Jan-07 20:27
prasad_som24-Jan-07 20:27 
Questionwhere to get about open gl in c++(urgent) Pin
makaveli_0724-Jan-07 0:22
makaveli_0724-Jan-07 0:22 
AnswerRe: where to get about open gl in c++(urgent) Pin
Christian Graus24-Jan-07 9:57
protectorChristian Graus24-Jan-07 9:57 
QuestionHeap corruption when using /clr Pin
Ralph A. Moritz23-Jan-07 22:19
Ralph A. Moritz23-Jan-07 22:19 
AnswerRe: Heap corruption when using /clr Pin
Nish Nishant24-Jan-07 2:15
sitebuilderNish Nishant24-Jan-07 2:15 
GeneralRe: Heap corruption when using /clr Pin
Ralph A. Moritz26-Jan-07 2:27
Ralph A. Moritz26-Jan-07 2:27 
Questionstatic T* arrays are illegal inside managed types?? Pin
Ralph A. Moritz23-Jan-07 1:20
Ralph A. Moritz23-Jan-07 1:20 
AnswerRe: static T* arrays are illegal inside managed types?? Pin
Nish Nishant23-Jan-07 4:53
sitebuilderNish Nishant23-Jan-07 4:53 
GeneralRe: static T* arrays are illegal inside managed types?? Pin
Ralph A. Moritz23-Jan-07 18:41
Ralph A. Moritz23-Jan-07 18:41 
QuestionEasy Fatal Problem Pin
ytubis22-Jan-07 22:13
ytubis22-Jan-07 22:13 
AnswerRe: Easy Fatal Problem Pin
Christian Graus22-Jan-07 22:32
protectorChristian Graus22-Jan-07 22:32 

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.