Click here to Skip to main content
15,905,563 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: regarding listbox Pin
happy_ram29-Jun-06 23:29
happy_ram29-Jun-06 23:29 
GeneralRe: regarding listbox Pin
Hamid_RT30-Jun-06 1:05
Hamid_RT30-Jun-06 1:05 
GeneralRe: regarding listbox Pin
happy_ram30-Jun-06 1:12
happy_ram30-Jun-06 1:12 
GeneralRe: regarding listbox Pin
Hamid_RT30-Jun-06 1:16
Hamid_RT30-Jun-06 1:16 
GeneralRe: regarding listbox Pin
happy_ram30-Jun-06 1:42
happy_ram30-Jun-06 1:42 
GeneralRe: regarding listbox Pin
Hamid_RT30-Jun-06 2:04
Hamid_RT30-Jun-06 2:04 
GeneralRe: regarding listbox Pin
happy_ram30-Jun-06 2:22
happy_ram30-Jun-06 2:22 
GeneralRe: regarding listbox Pin
Hamid_RT30-Jun-06 2:42
Hamid_RT30-Jun-06 2:42 
Generaliam going for second way Pin
happy_ram30-Jun-06 2:41
happy_ram30-Jun-06 2:41 
GeneralRe: iam going for second way Pin
Hamid_RT30-Jun-06 2:55
Hamid_RT30-Jun-06 2:55 
GeneralRe: iam going for second way Pin
David Crow30-Jun-06 3:22
David Crow30-Jun-06 3:22 
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 
GeneralRe: post/send messages Pin
Weiye Chen29-Jun-06 20:20
Weiye Chen29-Jun-06 20:20 
Firstly, your dialog object is created in OnStatusRegs(). Upon exiting this function, your dialog will be destroyed so you can't post message in OnPortRx(). Another thing about your dialog is that you are creating it as modal, which means when your dialog is shown, you can't interact elsewhere in your application, until that dialog is closed. Is that what you want?

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 

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.