Click here to Skip to main content
15,913,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Add grid control to a dialog Pin
Christian Graus4-Dec-02 15:29
protectorChristian Graus4-Dec-02 15:29 
GeneralRe: Add grid control to a dialog Pin
Kannan Kalyanaraman4-Dec-02 19:18
Kannan Kalyanaraman4-Dec-02 19:18 
GeneralDisabled Pin
Larsson4-Dec-02 12:29
Larsson4-Dec-02 12:29 
GeneralRe: Disabled Pin
tongc4-Dec-02 14:34
tongc4-Dec-02 14:34 
GeneralRe: Disabled Pin
Larsson5-Dec-02 4:03
Larsson5-Dec-02 4:03 
QuestionUtility to scan for unused headers? Pin
Andrew Welch4-Dec-02 12:22
Andrew Welch4-Dec-02 12:22 
GeneralCDatabase Pin
MFC is the Best4-Dec-02 12:03
MFC is the Best4-Dec-02 12:03 
Generalcreating CPropertyPages Pin
mariuszpopiolek4-Dec-02 11:37
mariuszpopiolek4-Dec-02 11:37 
Hi
I have two CPropertyPages dialogs, handled by CPropertySheet. I'm executing some code in the second page OnInitDialog handler. This code should be executed during creation of CTreeCtrl located on the second page. After executing this code I receive the data that is needed in first page OnInitDialog handler. Of course I can repeat execution of this code in first page OnInitDialog handler but it would be time consuming (or I can store result of this code so as to use it in second page OnInitDialog, but it means storing it in tree and I want to find easier solution). I have an idea how to solve this problem: second page must be displayed on the beginning (not a problem for me) and after that first page should be activated. The problem is that I cannot fully activate first page. I was able only to change active tab, not the active window inside propertysheet dialog. Thanks in advance for any hints.

Mariusz Popiolek
Generalpassing an iterator Pin
Member 1043934-Dec-02 11:34
Member 1043934-Dec-02 11:34 
GeneralRe: passing an iterator Pin
Christian Graus4-Dec-02 11:48
protectorChristian Graus4-Dec-02 11:48 
GeneralRe: passing an iterator Pin
Member 1043934-Dec-02 12:10
Member 1043934-Dec-02 12:10 
GeneralRe: passing an iterator Pin
Christian Graus4-Dec-02 13:34
protectorChristian Graus4-Dec-02 13:34 
GeneralRe: passing an iterator Pin
Member 1043934-Dec-02 13:50
Member 1043934-Dec-02 13:50 
GeneralRe: passing an iterator Pin
Christian Graus4-Dec-02 15:22
protectorChristian Graus4-Dec-02 15:22 
GeneralRe: passing an iterator Pin
Anonymous4-Dec-02 14:26
Anonymous4-Dec-02 14:26 
GeneralShared MFC Map Accross Processes Pin
orcun colak4-Dec-02 10:55
orcun colak4-Dec-02 10:55 
GeneralRe: Shared MFC Map Accross Processes Pin
Chris Losinger4-Dec-02 11:08
professionalChris Losinger4-Dec-02 11:08 
GeneralRe: Shared MFC Map Accross Processes Pin
Navin4-Dec-02 11:21
Navin4-Dec-02 11:21 
Generalsmall design question ... Pin
Maximilien4-Dec-02 10:21
Maximilien4-Dec-02 10:21 
GeneralRe: small design question ... Pin
ian mariano4-Dec-02 14:26
ian mariano4-Dec-02 14:26 
GeneralList box scroll to bottom Pin
Shay Harel4-Dec-02 10:15
Shay Harel4-Dec-02 10:15 
GeneralRe: List box scroll to bottom Pin
Roger Stewart4-Dec-02 10:56
professionalRoger Stewart4-Dec-02 10:56 
GeneralRe: List box scroll to bottom Pin
Shay Harel4-Dec-02 11:03
Shay Harel4-Dec-02 11:03 
GeneralRe: List box scroll to bottom Pin
Alvaro Mendez4-Dec-02 11:55
Alvaro Mendez4-Dec-02 11:55 
GeneralRe: List box scroll to bottom Pin
Roger Stewart4-Dec-02 13:36
professionalRoger Stewart4-Dec-02 13:36 

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.