K
king3721
Unregistered / Unconfirmed
GUEST, unregistred user!
我在窗口上面放了一个TImage的控件,其align属性设为alcient
不过我用程序改变窗口大小的时候
这时候窗口收到了WM_RESIZE的消息
在这时候我对控件用了fillrect函数
但是控件的大小没有改变
代码如下
width:=width+20;
height:=height+20;
myImage.Canvas.FillRect(Rect(0,0,Width,Height));
大家看一下怎么办
不过我用程序改变窗口大小的时候
这时候窗口收到了WM_RESIZE的消息
在这时候我对控件用了fillrect函数
但是控件的大小没有改变
代码如下
width:=width+20;
height:=height+20;
myImage.Canvas.FillRect(Rect(0,0,Width,Height));
大家看一下怎么办