Click here to Skip to main content
16,013,581 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Count Number of Items in a struct Pin
Rama Krishna Vavilala29-May-02 6:55
Rama Krishna Vavilala29-May-02 6:55 
GeneralRe: Count Number of Items in a struct Pin
Anton A. Loukine29-May-02 6:50
Anton A. Loukine29-May-02 6:50 
GeneralRe: Count Number of Items in a struct Pin
Joaquín M López Muñoz29-May-02 8:47
Joaquín M López Muñoz29-May-02 8:47 
GeneralRe: Count Number of Items in a struct Pin
Michael Dunn29-May-02 17:56
sitebuilderMichael Dunn29-May-02 17:56 
GeneralTrick or thread Pin
Zizilamoroso29-May-02 6:24
Zizilamoroso29-May-02 6:24 
GeneralRe: Trick or thread Pin
Rama Krishna Vavilala29-May-02 6:50
Rama Krishna Vavilala29-May-02 6:50 
GeneralRe: Trick or thread Pin
Zizilamoroso29-May-02 7:03
Zizilamoroso29-May-02 7:03 
GeneralRe: Trick or thread Pin
Nish Nishant29-May-02 7:14
sitebuilderNish Nishant29-May-02 7:14 
Don't try UI stuff from a thread that does not own the window. Instead post or send a message to the main thread for the window and handle the message in that thread and do your stuff.

Nish


Regards,
Nish
Native CPian.
Born and brought up on CP.
With the CP blood in him.

GeneralRe: Trick or thread Pin
Zizilamoroso29-May-02 8:11
Zizilamoroso29-May-02 8:11 
QuestionScroll in ListControl ? Pin
dlhson29-May-02 5:50
dlhson29-May-02 5:50 
AnswerRe: Scroll in ListControl ? Pin
Prem Kumar29-May-02 6:14
Prem Kumar29-May-02 6:14 
QuestionHow does a modal dialog work (message pump)? Pin
29-May-02 4:29
suss29-May-02 4:29 
AnswerRe: How does a modal dialog work (message pump)? Pin
Joaquín M López Muñoz29-May-02 4:58
Joaquín M López Muñoz29-May-02 4:58 
GeneralRe: How does a modal dialog work (message pump)? Pin
Maximilien29-May-02 5:30
Maximilien29-May-02 5:30 
GeneralRe: How does a modal dialog work (message pump)? Pin
Joaquín M López Muñoz29-May-02 5:49
Joaquín M López Muñoz29-May-02 5:49 
GeneralRe: How does a modal dialog work (message pump)? Pin
29-May-02 5:28
suss29-May-02 5:28 
GeneralRe: How does a modal dialog work (message pump)? Pin
Joaquín M López Muñoz29-May-02 8:29
Joaquín M López Muñoz29-May-02 8:29 
GeneralRe: How does a modal dialog work (message pump)? Pin
29-May-02 13:13
suss29-May-02 13:13 
GeneralRe: How does a modal dialog work (message pump)? Pin
29-May-02 18:20
suss29-May-02 18:20 
GeneralRe: How does a modal dialog work? Code snippets Pin
29-May-02 13:36
suss29-May-02 13:36 
GeneralRe: How does a modal dialog work? Code snippets Pin
Joaquín M López Muñoz29-May-02 23:12
Joaquín M López Muñoz29-May-02 23:12 
GeneralRe: How does a modal dialog work? Workaround Pin
30-May-02 0:50
suss30-May-02 0:50 
GeneralRe: How does a modal dialog work? Workaround Pin
Joaquín M López Muñoz30-May-02 2:36
Joaquín M López Muñoz30-May-02 2:36 
GeneralRe: How does a modal dialog work? Workaround Pin
30-May-02 6:59
suss30-May-02 6:59 
GeneralRe: How does a modal dialog work? Workaround Pin
Joaquín M López Muñoz1-Jun-02 5:28
Joaquín M López Muñoz1-Jun-02 5:28 

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.