How to resize tab controls in mfc.?
-
Hi, I have created a property sheet. On that 3 Tab controls and three pages have been added. When I use new larger Images for Tab controls, then it didn't display full Image, it accepts the older size of the Image and display new Image in that area only. How to resize tab controls in mfc. Any help will be appreciated. Regards, Mbatra
-
Hi, I have created a property sheet. On that 3 Tab controls and three pages have been added. When I use new larger Images for Tab controls, then it didn't display full Image, it accepts the older size of the Image and display new Image in that area only. How to resize tab controls in mfc. Any help will be appreciated. Regards, Mbatra
See CResizableSheet and CResizablePage[^] and ResizableLib[^]
You talk about Being HUMAN. I have it in my name AnsHUMAN
-
Hi, I have created a property sheet. On that 3 Tab controls and three pages have been added. When I use new larger Images for Tab controls, then it didn't display full Image, it accepts the older size of the Image and display new Image in that area only. How to resize tab controls in mfc. Any help will be appreciated. Regards, Mbatra
I am not sure what you really want but u can use
MoveWindow()
Function . Moves,resize window as per co-ordinate. :)