Property pages resizing..
Venkateswara Rao Desiraju -- DVRAO@wipsys.stph.net Tuesday, February 18, 1997 Hi all, Environment : VC++ 1.52, Win 3.1 I had a problem in resizing the property sheet/pages in VC ++ 1.52 (Windows 3.1) We had implemented the same in in VC ++ 4.0, windows 95 version. Here we used the GetTabControl () member func of CPropertySheet class. But this function seems to be not available in VC++ 1.52. Can any one please help us in this issue.. Thanks in advance. Regards DV Rao Email : dvrao@wipsys.stph.net David Elliott -- dce@netcom.com - Moderator MFC-L
Dulepov Dmitry -- dima@ssm6000.samsung.ru Thursday, February 20, 1997 [Mailer: "Groupware E-Mail". Version 1.03.000] > [From: Venkateswara Rao Desiraju > >I had a problem in resizing the property sheet/pages in VC ++ 1.52 >(Windows 3.1) > >We had implemented the same in in VC ++ 4.0, windows 95 version. >Here we used the GetTabControl () member func of CPropertySheet >class. > >But this function seems to be not available in VC++ 1.52. > Yes, it is not available. MFC that comes with VC 1.52 implements property sheets itself. In Windows 95 it is a system-supported common control. If you want to implement resizing in property sheet in VC 1.52, you will have to look and (possibly) modify original code in \MSVC\MFC\SRC\DLGPROP.CPP. Dmitry A. Dulepov Samsung Electronics Co., Ltd. Russian Research Center Phone: +7 (095) 213-9207 Fax: +7 (095) 213-9196 E-mail: dima@src.samsung.ru ====================================
Become an MFC-L member | Вернуться в корень Архива |