Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
In my opinion an alternative solution to PostMessage is adding of a member function to your view, and then calling it directly:

CMyView * ViewWnd = (CMyView*)(((CFrameWnd *)AfxGetApp()->m_pMainWnd)->GetActiveView());
ViewWnd->MyUpdateFunction(PostString);

I think this works faster comparing with PostMessage.

I hope this helps.
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 
AnswerRe: Caption Bar with a Close Button in Dynamic Splitter Window Pin
gregdolley4-Sep-06 22:40
gregdolley4-Sep-06 22:40 
Questionput the tool tips to emptions in chat window Pin
johnalek4-Sep-06 2:10
johnalek4-Sep-06 2:10 
QuestionHow to use use Inline function? Pin
Andy Rama4-Sep-06 1:41
Andy Rama4-Sep-06 1:41 

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.