Click here to Skip to main content
15,920,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Drag and drop through group controls? Pin
Dominik Reichl14-Jun-08 22:05
Dominik Reichl14-Jun-08 22:05 
GeneralRe: Drag and drop through group controls? Pin
Saurabh.Garg14-Jun-08 23:32
Saurabh.Garg14-Jun-08 23:32 
QuestionHeap Corruption error Pin
syntax28uk13-Jun-08 20:42
syntax28uk13-Jun-08 20:42 
AnswerRe: Heap Corruption error Pin
Saurabh.Garg13-Jun-08 21:45
Saurabh.Garg13-Jun-08 21:45 
GeneralRe: Heap Corruption error Pin
syntax28uk13-Jun-08 22:13
syntax28uk13-Jun-08 22:13 
GeneralRe: Heap Corruption error Pin
Saurabh.Garg14-Jun-08 4:12
Saurabh.Garg14-Jun-08 4:12 
QuestionResizable Propertysheet. Pin
Le@rner13-Jun-08 19:54
Le@rner13-Jun-08 19:54 
AnswerRe: Resizable Propertysheet. [modified] Pin
Nibu babu thomas13-Jun-08 21:45
Nibu babu thomas13-Jun-08 21:45 
ThatsMe. wrote:
In my Propertysheet the three buttons are created,those are "OK","CANCEL",and "APPLY",Apply button is disabled.

but i dont want all these button so please tell me how can i do this.


You can call SetWizardButtons method of CPropertySheet and set appropriate buttons.Typically it's called from CPropertyPage::OnSetActive.

Another option for you is to directly use control ids in a property page/sheet to hide or disable them as you need, control ids are...

// Property Sheet control id's
ID_APPLY_NOW
ID_WIZBACK
ID_WIZNEXT
ID_WIZFINISH
AFX_IDC_TAB_CONTROL or use GetTabControl


Another function that might interest you is CPropertySheet::SetFinishText.


Nibu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

modified on Saturday, June 14, 2008 3:54 AM

GeneralRe: Resizable Propertysheet. Pin
Le@rner13-Jun-08 22:01
Le@rner13-Jun-08 22:01 
QuestionRe: Resizable Propertysheet. Pin
David Crow14-Jun-08 4:22
David Crow14-Jun-08 4:22 
AnswerRe: Resizable Propertysheet. Pin
Le@rner15-Jun-08 18:02
Le@rner15-Jun-08 18:02 
QuestionDebug problem with VC6 on Vista x64 Pin
Kevin 123341213-Jun-08 10:09
Kevin 123341213-Jun-08 10:09 
AnswerRe: Debug problem with VC6 on Vista x64 Pin
Michael Dunn13-Jun-08 10:59
sitebuilderMichael Dunn13-Jun-08 10:59 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Kevin 123341213-Jun-08 11:22
Kevin 123341213-Jun-08 11:22 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Saurabh.Garg14-Jun-08 18:41
Saurabh.Garg14-Jun-08 18:41 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Kevin 123341216-Jun-08 8:08
Kevin 123341216-Jun-08 8:08 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Hamid_RT15-Jun-08 5:33
Hamid_RT15-Jun-08 5:33 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Kevin 123341216-Jun-08 8:11
Kevin 123341216-Jun-08 8:11 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Hamid_RT16-Jun-08 20:09
Hamid_RT16-Jun-08 20:09 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Kevin 123341217-Jun-08 8:33
Kevin 123341217-Jun-08 8:33 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Hamid_RT17-Jun-08 22:52
Hamid_RT17-Jun-08 22:52 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Michael Dunn15-Jun-08 19:32
sitebuilderMichael Dunn15-Jun-08 19:32 
GeneralRe: Debug problem with VC6 on Vista x64 Pin
Kevin 123341216-Jun-08 8:12
Kevin 123341216-Jun-08 8:12 
Questionwhat does this mean: variable =! variable Pin
Jan Sommer13-Jun-08 9:42
Jan Sommer13-Jun-08 9:42 
AnswerRe: what does this mean: variable =! variable Pin
Chris Losinger13-Jun-08 9:52
professionalChris Losinger13-Jun-08 9:52 

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.