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

C / C++ / MFC

 
AnswerRe: InitHashTable()?? Pin
Viorel.5-Jun-06 22:50
Viorel.5-Jun-06 22:50 
QuestionVery big problem! Pin
bosfan5-Jun-06 22:15
bosfan5-Jun-06 22:15 
AnswerRe: Very big problem! Pin
David Crow6-Jun-06 4:04
David Crow6-Jun-06 4:04 
QuestionUrgent plz! Imag transform on VC7 + result - one exe file (without libs and dlls) Pin
Diplom@t5-Jun-06 22:11
Diplom@t5-Jun-06 22:11 
QuestionRe: Urgent plz! Imag transform on VC7 + result - one exe file (without libs and dlls) Pin
Hamid_RT5-Jun-06 22:24
Hamid_RT5-Jun-06 22:24 
AnswerRe: Urgent plz! Imag transform on VC7 + result - one exe file (without libs and dlls) Pin
Laxman Auti5-Jun-06 22:41
Laxman Auti5-Jun-06 22:41 
AnswerRe: Urgent plz! Imag transform on VC7 + result - one exe file (without libs and dlls) Pin
Viorel.5-Jun-06 23:32
Viorel.5-Jun-06 23:32 
Questionchat with dialog boxes Pin
pandikumar5-Jun-06 22:10
pandikumar5-Jun-06 22:10 
AnswerRe: chat with dialog boxes Pin
Cedric Moonen5-Jun-06 22:18
Cedric Moonen5-Jun-06 22:18 
QuestionRe: chat with dialog boxes Pin
Hamid_RT5-Jun-06 22:25
Hamid_RT5-Jun-06 22:25 
NewsRe: chat with dialog boxes Pin
_AnsHUMAN_ 5-Jun-06 23:00
_AnsHUMAN_ 5-Jun-06 23:00 
Questionget packets from tcp/ip stream efficiently [modified] Pin
followait5-Jun-06 21:38
followait5-Jun-06 21:38 
Questionsomething about quick launch Pin
wanglei19805-Jun-06 21:12
wanglei19805-Jun-06 21:12 
AnswerRe: something about quick launch Pin
ThatsAlok6-Jun-06 0:59
ThatsAlok6-Jun-06 0:59 
QuestionHow to catch mouse move over ListView header Pin
Cool Ju5-Jun-06 20:59
Cool Ju5-Jun-06 20:59 
AnswerRe: How to catch mouse move over ListView header Pin
Naveen5-Jun-06 21:29
Naveen5-Jun-06 21:29 
GeneralRe: How to catch mouse move over ListView header Pin
-tusk-24-Jun-11 16:25
-tusk-24-Jun-11 16:25 
QuestionList Control How to add subcolumns within column Pin
leelac5-Jun-06 20:23
leelac5-Jun-06 20:23 
AnswerRe: List Control How to add subcolumns within column Pin
khan++5-Jun-06 20:43
khan++5-Jun-06 20:43 
QuestionPositioning Thumb Pin
Sarath C5-Jun-06 20:20
Sarath C5-Jun-06 20:20 
QuestionFarpoint Spread 6.0 Pin
chethu6655-Jun-06 20:19
chethu6655-Jun-06 20:19 
QuestionDisplaying finish button on PropertySheet Pin
Abhi Lahare5-Jun-06 19:30
Abhi Lahare5-Jun-06 19:30 
AnswerRe: Displaying finish button on PropertySheet Pin
Naveen5-Jun-06 19:36
Naveen5-Jun-06 19:36 
GeneralRe: Displaying finish button on PropertySheet Pin
Abhi Lahare5-Jun-06 20:43
Abhi Lahare5-Jun-06 20:43 
GeneralRe: Displaying finish button on PropertySheet Pin
Naveen5-Jun-06 20:48
Naveen5-Jun-06 20:48 
did u try the following steps

1. Overide the OnSetActive() function in the class of last page
2. Put the following code in it

CPropertySheet* psheet = (CPropertySheet*) GetParent();<br />
psheet->SetWizardButtons(  PSWIZB_FINISH );



To overide the functionality of finish button overide the function OnWizardFinish()

nave

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.