Click here to Skip to main content
15,896,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: regarding listbox Pin
Hamid_RT29-Jun-06 23:49
Hamid_RT29-Jun-06 23:49 
QuestionWhat does this control derived from? [modified] Pin
sawerr29-Jun-06 18:44
sawerr29-Jun-06 18:44 
AnswerRe: What does this control derived from? Pin
Justin Tay29-Jun-06 19:20
Justin Tay29-Jun-06 19:20 
GeneralRe: What does this control derived from? Pin
sawerr29-Jun-06 22:20
sawerr29-Jun-06 22:20 
GeneralRe: What does this control derived from? Pin
Justin Tay29-Jun-06 22:50
Justin Tay29-Jun-06 22:50 
Questionpost/send messages Pin
thathvamsi29-Jun-06 17:53
thathvamsi29-Jun-06 17:53 
AnswerRe: post/send messages Pin
Weiye Chen29-Jun-06 18:08
Weiye Chen29-Jun-06 18:08 
GeneralRe: post/send messages Pin
thathvamsi29-Jun-06 18:23
thathvamsi29-Jun-06 18:23 
thanks,,

iam jus learning and trying new things...sorry if it would sound simple and silly..

I open this dialog window like this in the mainframe.cpp
void CMainFrame::OnStatusRegs()
{
CStatus_dialog myopen;
myopen.DoModal();
}
void CMainFrame::OnPortRx(WPARAM wBytesRx, LPARAM lEvt)
{
---
---
myopen.PostMessage(WM_PLOT,NULL,NULL);
}

in this way, everytime this OnPortRx is called, the WM_PLOT will be indicated to the status dialog window and the necesary plot function will be executed. am I correct? can i do this way?
Please let me know if iam wrong.
GeneralRe: post/send messages Pin
Weiye Chen29-Jun-06 20:20
Weiye Chen29-Jun-06 20:20 
GeneralRe: post/send messages Pin
thathvamsi29-Jun-06 20:30
thathvamsi29-Jun-06 20:30 
GeneralRe: post/send messages Pin
Weiye Chen29-Jun-06 20:38
Weiye Chen29-Jun-06 20:38 
QuestionPrinting Pin
RockyJames29-Jun-06 14:32
RockyJames29-Jun-06 14:32 
AnswerRe: Printing Pin
Hamid_RT29-Jun-06 20:26
Hamid_RT29-Jun-06 20:26 
QuestionOnDestroy function Pin
Ram Murali29-Jun-06 14:31
Ram Murali29-Jun-06 14:31 
AnswerRe: OnDestroy function Pin
PJ Arends29-Jun-06 17:38
professionalPJ Arends29-Jun-06 17:38 
QuestionHow to add common dialog to my dialog [modified] Pin
huynhnb29-Jun-06 13:36
huynhnb29-Jun-06 13:36 
AnswerRe: How to add common dialog to my dialog Pin
_AnsHUMAN_ 29-Jun-06 19:53
_AnsHUMAN_ 29-Jun-06 19:53 
AnswerRe: How to add common dialog to my dialog Pin
Hamid_RT29-Jun-06 20:13
Hamid_RT29-Jun-06 20:13 
QuestionSaving to file in human readable form Pin
elixxo2929-Jun-06 13:34
elixxo2929-Jun-06 13:34 
AnswerRe: Saving to file in human readable form Pin
Michael Dunn29-Jun-06 15:44
sitebuilderMichael Dunn29-Jun-06 15:44 
QuestionNetWkstaGetInfo() Question Pin
RobJones29-Jun-06 13:23
RobJones29-Jun-06 13:23 
QuestionRe: NetWkstaGetInfo() Question Pin
David Crow30-Jun-06 2:26
David Crow30-Jun-06 2:26 
AnswerRe: NetWkstaGetInfo() Question Pin
RobJones30-Jun-06 3:29
RobJones30-Jun-06 3:29 
QuestionRe: NetWkstaGetInfo() Question Pin
David Crow30-Jun-06 3:45
David Crow30-Jun-06 3:45 
QuestionCListCtrl Notify msg Pin
ftsOne29-Jun-06 11:53
ftsOne29-Jun-06 11:53 

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.