Click here to Skip to main content
15,926,703 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhy page based I/O can improve performance? Pin
George_George12-Jun-06 2:40
George_George12-Jun-06 2:40 
AnswerRe: why page based I/O can improve performance? Pin
Michael Dunn12-Jun-06 6:54
sitebuilderMichael Dunn12-Jun-06 6:54 
GeneralRe: why page based I/O can improve performance? Pin
George_George13-Jun-06 0:16
George_George13-Jun-06 0:16 
AnswerRe: why page based I/O can improve performance? Pin
Joe Woodbury12-Jun-06 10:41
professionalJoe Woodbury12-Jun-06 10:41 
GeneralRe: why page based I/O can improve performance? Pin
George_George13-Jun-06 0:18
George_George13-Jun-06 0:18 
GeneralRe: why page based I/O can improve performance? Pin
Joe Woodbury13-Jun-06 9:13
professionalJoe Woodbury13-Jun-06 9:13 
GeneralRe: why page based I/O can improve performance? Pin
George_George13-Jun-06 16:36
George_George13-Jun-06 16:36 
QuestionProperty Sheets and Pages Pin
si_6912-Jun-06 1:34
si_6912-Jun-06 1:34 
Hi

I have a property sheet with tabbed property pages

When the property sheet is opened up, depending on some user settings some pages
are not displayed

When the property sheet is created, i add all the pages

the in OnInitDaig, i remove the pages i dont need with

RemovePage(&m_Page1);

this works fine, if i only open the sheet up once

If i try to open again, i get an expection error on RemovePage line

anyone any ideas

thanks

si
AnswerRe: Property Sheets and Pages Pin
ThatsAlok12-Jun-06 1:53
ThatsAlok12-Jun-06 1:53 
Questionload a bitmap from bmp file at run time Pin
anilksingh12-Jun-06 1:31
anilksingh12-Jun-06 1:31 
AnswerRe: load a bitmap from bmp file at run time Pin
Viorel.12-Jun-06 1:41
Viorel.12-Jun-06 1:41 
GeneralRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 1:52
ThatsAlok12-Jun-06 1:52 
GeneralRe: load a bitmap from bmp file at run time Pin
Viorel.12-Jun-06 2:06
Viorel.12-Jun-06 2:06 
GeneralRe: load a bitmap from bmp file at run time Pin
Hamid_RT12-Jun-06 1:58
Hamid_RT12-Jun-06 1:58 
GeneralRe: load a bitmap from bmp file at run time Pin
Viorel.12-Jun-06 2:06
Viorel.12-Jun-06 2:06 
GeneralRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 2:09
ThatsAlok12-Jun-06 2:09 
GeneralRe: load a bitmap from bmp file at run time [modified] Pin
Viorel.12-Jun-06 2:17
Viorel.12-Jun-06 2:17 
GeneralRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 2:14
ThatsAlok12-Jun-06 2:14 
GeneralRe: load a bitmap from bmp file at run time Pin
Hamid_RT12-Jun-06 2:28
Hamid_RT12-Jun-06 2:28 
JokeRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 18:12
ThatsAlok12-Jun-06 18:12 
AnswerRe: load a bitmap from bmp file at run time Pin
ThatsAlok12-Jun-06 1:52
ThatsAlok12-Jun-06 1:52 
AnswerRe: load a bitmap from bmp file at run time Pin
sujtha12-Jun-06 1:52
sujtha12-Jun-06 1:52 
AnswerRe: load a bitmap from bmp file at run time Pin
Hamid_RT12-Jun-06 1:54
Hamid_RT12-Jun-06 1:54 
QuestionTOOLBAR Pin
stassi112-Jun-06 1:21
stassi112-Jun-06 1:21 
AnswerRe: TOOLBAR Pin
Ganesh_T12-Jun-06 1:36
Ganesh_T12-Jun-06 1: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.