I
imho
Unregistered / Unconfirmed
GUEST, unregistred user!
我利用FindWindowEx 查找到了Button 的 Handle <br><br>我用EnableWindow(Handle,True); 想让Enable为false 的按键变为Enable为true <br><br>如果Button的类是TButton 这种操作是没有问题的 <br><br>但是如果Button的类是TRzButton 这种操作不起作用 <br><br>如果使用SendMessage 改变TRzButton的Caption 是起作用的. <br><br>想请问这是什么原因,为什么Enable 改变不过来? 有其它的办法吗? 非常感谢!<br><br>如果能执行Click 事件也可以.