Click here to Skip to main content
15,903,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Convertions ?? Pin
Chris Losinger4-Sep-06 4:13
professionalChris Losinger4-Sep-06 4:13 
GeneralRe: Convertions ?? Pin
Programm3r4-Sep-06 4:23
Programm3r4-Sep-06 4:23 
GeneralRe: Convertions ?? Pin
toxcct4-Sep-06 4:25
toxcct4-Sep-06 4:25 
GeneralRe: Convertions ?? Pin
Programm3r4-Sep-06 4:29
Programm3r4-Sep-06 4:29 
GeneralRe: Convertions ?? Pin
toxcct4-Sep-06 4:33
toxcct4-Sep-06 4:33 
JokeRe: Convertions ?? Pin
Programm3r4-Sep-06 4:41
Programm3r4-Sep-06 4:41 
QuestionRe: Convertions ?? Pin
Ahmed Ismail Mohamed4-Sep-06 6:06
Ahmed Ismail Mohamed4-Sep-06 6:06 
QuestionHow to tell GUI to update controls from another thread? Pin
K_S4-Sep-06 3:48
K_S4-Sep-06 3:48 
I am developing an SDI application that communicates with an instrument. The application have 2 threads: GUI and a communication thread. Until now I have used the following method to deliver data from the comm-thread to the GUI:

ViewWnd = ((CFrameWnd *)AfxGetApp()->m_pMainWnd)->GetActiveView();
ViewWnd->PostMessage(WM_MY_MESSAGE, 0, (LPARAM)PostString);


Is this a good solution? If not? What do You suggest?
GeneralRe: How to tell GUI to update controls from another thread? Pin
ovidiucucu4-Sep-06 4:25
ovidiucucu4-Sep-06 4:25 
AnswerRe: How to tell GUI to update controls from another thread? Pin
K_S4-Sep-06 21:41
K_S4-Sep-06 21:41 
AnswerRe: How to tell GUI to update controls from another thread? Pin
Viorel.4-Sep-06 5:28
Viorel.4-Sep-06 5:28 
AnswerRe: How to tell GUI to update controls from another thread? Pin
cmk4-Sep-06 13:54
cmk4-Sep-06 13:54 
QuestionHow I can get control's id property via api Pin
Marco22504-Sep-06 3:27
Marco22504-Sep-06 3:27 
QuestionRe: How I can get control's id property via api Pin
Programm3r4-Sep-06 4:08
Programm3r4-Sep-06 4:08 
AnswerRe: How I can get control's id property via api [modified] Pin
Marco22504-Sep-06 4:14
Marco22504-Sep-06 4:14 
GeneralRe: How I can get control's id property via api Pin
Programm3r4-Sep-06 4:20
Programm3r4-Sep-06 4:20 
GeneralRe: How I can get control's id property via api Pin
Mila0254-Sep-06 5:13
Mila0254-Sep-06 5:13 
GeneralRe: How I can get control's id property via api Pin
Marco22504-Sep-06 5:16
Marco22504-Sep-06 5:16 
GeneralRe: How I can get control's id property via api Pin
David Crow21-Sep-06 8:43
David Crow21-Sep-06 8:43 
Questionconfuse CString::Replace() Pin
Max++4-Sep-06 3:17
Max++4-Sep-06 3:17 
AnswerRe: confuse CString::Replace() Pin
kakan4-Sep-06 3:24
professionalkakan4-Sep-06 3:24 
AnswerRe: confuse CString::Replace() Pin
Rob Caldecott4-Sep-06 3:24
Rob Caldecott4-Sep-06 3:24 
GeneralRe: confuse CString::Replace() Pin
Max++4-Sep-06 3:56
Max++4-Sep-06 3:56 
GeneralRe: confuse CString::Replace() Pin
Hamid_RT4-Sep-06 22:30
Hamid_RT4-Sep-06 22:30 
QuestionCaption Bar with a Close Button in Dynamic Splitter Window Pin
rkshdixit4-Sep-06 2:14
rkshdixit4-Sep-06 2:14 

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.