Originally posted by: Angel Cervantes
Hi, I need your help, I can`t add the MSFlexGrid control
in the property page.
OK, I can add it but when I select the property page tab where the control is placed, the property page just disappears. What can I do??
ReplyOriginally posted by: Angel Cervantes
Hi, I need your help, I can`t add the MSFlexGrid control
in the property page.
OK, I can add it but when I select the property page tab where the control is placed, the property page just disappears. What can I do??
ReplyOriginally posted by: Daqun Zhu
It would be nice if the wizard is for build a dll which is for a property sheey. so it can be added to any application.
If the auther have it please send me one copy.
Originally posted by: Rajesh
hi,
How i can modify the stringTable value dynamically. For Example in the String table contains IDS_HEADERTITLE "Sample Window".
i want to change the IDS_HEADERTITLE. dynamically how i can do that?.
thanks,
Rajesh.(rajesh_s76@hotmail.com)
Originally posted by: Christian Harlass
Change your code in CMainSheet::OnIconNotify() like this:
//new
As a last remark, I want to say: Great job, Bogdan!
After activating the popup menu via right-click, the menu does not disappear, if you decide to click somewhere else on your desktop.
[code]
//old
menu.GetSubMenu (0)->TrackPopupMenu (TPM_RIGHTALIGN|TPM_RIGHTBUTTON, pt.x, pt.y, this);
SetForegroundWindow();
menu.GetSubMenu (0)->TrackPopupMenu (TPM_RIGHTALIGN|TPM_RIGHTBUTTON, pt.x, pt.y, this);
PostMessage( WM_NULL);
[/code]
Originally posted by: Brian Nash
I'm not 100% sure that this is a problem with the wizard generated code, but if you have images on the tabs, and enough pages to cause MFC to need two rows of tabs, then the graphics are mangled for the bottom row of tabs. It sort of overlays the bottom row, but if you click a top row tab then everything redraws correctly. Has anyone else seen this or have a solution? My project is a modal app, using images, and tooltips...
ReplyOriginally posted by: vikrams
HOW to Create ActiveX ProportySheet?
Originally posted by: Pawel Gradzki
I would like to use this Wizard to generate Windows CE application. I would appreciate any ideas how to convert it.
Pawel
ReplyOriginally posted by: Srikanth
Hi,
I am using the Outlook (Wizard97) style. How can I display a header string dynamically during the display of a Wizard page?. I see that it is possible to display the header string by setting PSP_USEHEADERTITLE in dwFlags & providing a proper String ID. I want to be able to update this without using the String ID. Any ideas??
Thanks,
Srikanth
Originally posted by: Srikanth
Regards,
Hi,
I am using the Property Sheet in Wizard mode. Now I want to maximize the Wizard to full screen. I have been able to maximize the Wizard Sheet, but I have not been able to maximize the Wizard pages within it. Even after resizing the Wizard page to a bigger size, the controls within the page are always clipped to the original property sheet size. So it will be very helpful if I can find a way to maximize the page within the sheet also.
Srikanth