Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: File Reading and Writing in C++ Pin
David Crow6-Jul-08 17:09
David Crow6-Jul-08 17:09 
AnswerRe: File Reading and Writing in C++ Pin
Shah Ravi6-Jul-08 17:23
Shah Ravi6-Jul-08 17:23 
GeneralRe: File Reading and Writing in C++ Pin
David Crow6-Jul-08 17:27
David Crow6-Jul-08 17:27 
QuestionWindows Process / application Pin
peterupaulo6-Jul-08 15:07
peterupaulo6-Jul-08 15:07 
AnswerRe: Windows Process / application Pin
marcio k6-Jul-08 20:18
marcio k6-Jul-08 20:18 
QuestionTab Initialization Pin
jon_fallon6-Jul-08 11:57
jon_fallon6-Jul-08 11:57 
AnswerRe: Tab Initialization Pin
rp_suman6-Jul-08 16:27
rp_suman6-Jul-08 16:27 
GeneralRe: Tab Initialization Pin
jon_fallon6-Jul-08 17:02
jon_fallon6-Jul-08 17:02 
OnSelchange()was in a mytabctrl class for handling the tabs. While in it, I could display an AfxMessageBox("tab2") in the correct tab, but couldn't access any of the edit boxes that were associated with that tab. What I did was send a message from OnSelchange(), and then in the tab2 dialog use
CTab2::WindowProc(UINT message, WPARAM wParam, LPARAM lParam) to trap the message and initialize within the tab2 class.

It works OK, but seems like there ought to be means of directly accessing the tab2 class from within the mytabctrl class.

Thanks for the link. I'll download the file and dig in to it later this evening.
QuestionPlace Or Arrange pic1 in pic2 Pin
rahzani6-Jul-08 8:30
rahzani6-Jul-08 8:30 
AnswerRe: best arrange tiny pic in big pic Pin
David Crow6-Jul-08 10:31
David Crow6-Jul-08 10:31 
GeneralRe: best arrange tiny pic in big pic Pin
rahzani6-Jul-08 11:16
rahzani6-Jul-08 11:16 
GeneralRe: best arrange tiny pic in big pic Pin
Bram van Kampen6-Jul-08 11:42
Bram van Kampen6-Jul-08 11:42 
AnswerRe:arrange pic1 into pic2 Pin
rahzani6-Jul-08 11:19
rahzani6-Jul-08 11:19 
GeneralRe:arrange pic1 into pic2 Pin
Stephen Hewitt6-Jul-08 15:21
Stephen Hewitt6-Jul-08 15:21 
GeneralRe: best arrange tiny pic in big pic Pin
Stephen Hewitt6-Jul-08 16:37
Stephen Hewitt6-Jul-08 16:37 
QuestionBasic operator overloading Pin
bkelly136-Jul-08 8:21
bkelly136-Jul-08 8:21 
AnswerRe: Basic operator overloading Pin
Saurabh.Garg6-Jul-08 8:36
Saurabh.Garg6-Jul-08 8:36 
GeneralRe: Basic operator overloading Pin
bkelly136-Jul-08 12:43
bkelly136-Jul-08 12:43 
GeneralRe: Basic operator overloading Pin
Bram van Kampen6-Jul-08 13:11
Bram van Kampen6-Jul-08 13:11 
GeneralRe: Basic operator overloading Pin
bkelly136-Jul-08 16:01
bkelly136-Jul-08 16:01 
GeneralRe: Basic operator overloading Pin
Saurabh.Garg6-Jul-08 17:51
Saurabh.Garg6-Jul-08 17:51 
GeneralRe: Basic operator overloading Pin
Saurabh.Garg6-Jul-08 18:05
Saurabh.Garg6-Jul-08 18:05 
AnswerRe: Basic operator overloading [modified] Pin
Luc Pattyn6-Jul-08 10:03
sitebuilderLuc Pattyn6-Jul-08 10:03 
GeneralRe: Basic operator overloading Pin
Graham Shanks6-Jul-08 10:37
Graham Shanks6-Jul-08 10:37 
GeneralRe: Basic operator overloading Pin
Luc Pattyn6-Jul-08 11:15
sitebuilderLuc Pattyn6-Jul-08 11:15 

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.