E
emitsong
Unregistered / Unconfirmed
GUEST, unregistred user!
TmpHandle:=FindWindow('Progman',Nil);
windows.SetParent(handle,TmpHandle);
用了这个后,发现控件的hint都不显示了,用spy看,showhint的消息还是发送了,难道窗口用层后,很多东西都到桌面后面去了,有解决办法,
我有2个思路,、
1。重写showhint
2。通过windows设置来解决
希望大家给这两方面的东西或更好的,重写showhint 比较麻烦哦
windows.SetParent(handle,TmpHandle);
用了这个后,发现控件的hint都不显示了,用spy看,showhint的消息还是发送了,难道窗口用层后,很多东西都到桌面后面去了,有解决办法,
我有2个思路,、
1。重写showhint
2。通过windows设置来解决
希望大家给这两方面的东西或更好的,重写showhint 比较麻烦哦