Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Kill Focus/Next Action Pin
moobob21-May-02 4:16
moobob21-May-02 4:16 
GeneralRe: Kill Focus/Next Action Pin
James R. Twine21-May-02 5:21
James R. Twine21-May-02 5:21 
GeneralRe: Kill Focus/Next Action Pin
moobob22-May-02 8:33
moobob22-May-02 8:33 
GeneralFont size Pin
21-May-02 2:01
suss21-May-02 2:01 
GeneralRe: Font size Pin
Dominik Reichl21-May-02 2:04
Dominik Reichl21-May-02 2:04 
GeneralCPropertyPage problems continue... Pin
pmarki21-May-02 1:14
pmarki21-May-02 1:14 
GeneralRe: CPropertyPage problems continue... Pin
pmarki21-May-02 1:56
pmarki21-May-02 1:56 
GeneralRe: CPropertyPage problems continue... Pin
21-May-02 2:50
suss21-May-02 2:50 
lookig into source i see something like this used in another case but maybe it is what you need
t!

BOOL bResult = CPropertySheet::OnInitDialog();

int ActPage = GetActiveIndex();
for(int i = 0; i < GetPageCount(); i++)
SetActivePage(i);
SetActivePage(ActPage); //return back
GeneralRe: CPropertyPage problems continue... Pin
pmarki21-May-02 2:58
pmarki21-May-02 2:58 
GeneralAmout of memory used by a process(Urgent) Pin
Prem Kumar21-May-02 0:38
Prem Kumar21-May-02 0:38 
GeneralC - memory functions vs. Win32 memory functions Pin
Alexandru Savescu21-May-02 0:24
Alexandru Savescu21-May-02 0:24 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Nish Nishant21-May-02 0:46
sitebuilderNish Nishant21-May-02 0:46 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Nish Nishant21-May-02 0:48
sitebuilderNish Nishant21-May-02 0:48 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Alexandru Savescu21-May-02 0:50
Alexandru Savescu21-May-02 0:50 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Joaquín M López Muñoz21-May-02 0:50
Joaquín M López Muñoz21-May-02 0:50 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Alexandru Savescu21-May-02 0:58
Alexandru Savescu21-May-02 0:58 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Nish Nishant21-May-02 1:16
sitebuilderNish Nishant21-May-02 1:16 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Joaquín M López Muñoz21-May-02 2:23
Joaquín M López Muñoz21-May-02 2:23 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Alexandru Savescu21-May-02 2:35
Alexandru Savescu21-May-02 2:35 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
moliate21-May-02 1:03
moliate21-May-02 1:03 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Tim Smith21-May-02 1:48
Tim Smith21-May-02 1:48 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
moliate21-May-02 2:50
moliate21-May-02 2:50 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Tim Smith21-May-02 3:45
Tim Smith21-May-02 3:45 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
James R. Twine21-May-02 5:30
James R. Twine21-May-02 5:30 
GeneralRe: C - memory functions vs. Win32 memory functions Pin
Tim Smith21-May-02 6:12
Tim Smith21-May-02 6:12 

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.