// JP opened flex table

Click to See Complete Forum and Search --> : BUG: Resizing Property Pages


Petr Novotny
May 21st, 1998, 04:02 AM
Hi,


after testing Zafir's code for resizing property pages, I came to this conclusion: For new versions of comctl32.dll it works like charm. However, for outdated versions of comctl32.dll (the one which is distributed with original Win95 installation - or the one which is distributed with Win32s distribution), there are two problems:

1. After creating the property sheet, the page is not drawn correctly (it seems it did not resize but in my app it is covered by a preview window). It goes away after I go to another page.

2. When changing active page, it flickers - it looks like the page in the original size is drawn and then resized and redrawn.


I repeat, both problems go away with the update of comctl32.dll.


Is it a bug in Zafir's code or in comctl32.dll version 4.0?


Thanks

//JP added flex table