Originally posted by: nader
Hi ,
Could you please tell me how I can seperate the functionality of the Apply button from the Ok button?In another words when the Apply button is pressed do something and when the ok button is pressed rather than executing the Apply button codes again, does something else and terminates the program.
Thank you very much for your help.
Originally posted by: iezavel
How can i add a button on the left of the wizard? i want to handle it with CPropertySheet so, i suppose i must bind a rectangle there and move the pages' windows to the rigth.. but how i can do that? any suggestions or general guidelines will be greatly appreciated!
i.
ReplyOriginally posted by: mohammed
i want to make a programe that let me run the internet camera in one PC(i mean let the camera take what it can see) then the same programe but run the camera
like the internet camera(networking)
and i'm so thanks to answer me in the very soon time please
(i visit this site ti first time)
:)))
Originally posted by: Gabe Savely
The software I am writing requires the user to use either the OK or CANCEL buttons along the bottom of the property sheet. I would like to know how to turn off the close(x) button in the system menu. I would definitely appreciate any ideas you may have.
ReplyOriginally posted by: Paul Elliott
Thanks for the code, but it falls over on the CreateEx method under Windows CE.
I'm using eMbedded Visual C++ with SDK 3.0 for CE.
Any help would be great.
Thanks
Paul
ReplyOriginally posted by: Sikander Rafiq
How i can implement on click function of a button which i can add in CPropertySheet
ReplyOriginally posted by: Kjell Fransson
I want a message response from a list box (LBN_DBLCLK) in one of the property pages of the property sheet and then write something in the edit box according to the selection in the list box. To do this I tried to use the Suclass DlgItem function in my derived propertysheet class. This worked well as far as I could insert strings in the list box from the derived property sheet class. But the message do not reach my property sheet class in which message map I have included the LBN_DBLCLK. My list box have the notify style. Why does it not work? Is this a general feature of CPropertySheet that it dont handle control messages or is there a way to make it work?
ReplyOriginally posted by: ANILKUMAR C. JADHAV
I am looking for the help on above. I have a Dialog based Application. When I go to the proprty sheet thru menu the property pages will be displayed. By mistake if you hit <CR>
it Closes the Property sheet display. Thru Trace I saw it execute OnApply func. for page 0. I want to know how to direct the keyboard input so that on <CR> it will not close the property pages..
If you have a soln pls. let me know..
Thanks
anil
Originally posted by: Phi Tran
How can I add minimize and maximize butons to a property sheet?
ReplyOriginally posted by: Alan White
Hi
I am trying to setfocus to a different button on my property sheet at the moment its setting the focus on the cancel button but I would prefer it to focus on the OK button, I can hide a button change the test put bitmaps. but I am having trouble just setting the focus on a button I want. any help I will be most greateful.
kind regards
alan
Reply