Resize ATL control in IE
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've an ATL activeX control that is a dialog with some windows. When it's hosted in IE there are resizing problems (it has resizing border) when IE isn't maximized. The dialog will not draw outside its original size, even though the border seems to drag out to a much larger size (the controls and dialog size, but are clipped to the original width and height). This doesn't happen when IE is maximized, as the dialog and controls are drawn to new sizes/positions. I've no idea of the cause, is it a bug in IE or just a special case I need to account for in the code? Thanks in advance. Brian.