开发者

Can you think of some way to remove a button from a compiled vb6 application

We have a VB6 application running at a customer that has a bug in it when the user clicks on the Help button. A quick and easy fix would be to somehow remove the button so that they cannot click it (recompiling isn't an option btw). Possibly a separate app runn开发者_如何学编程ing that is constantly looking for this form and then somehow removing/hiding the button. Can anyone think of a way to do this?


You might be able to find the button window handle using the caption and maybe the class, and then disable it.

This would be pure unadulterated evil, and would sooner or later cause immense pain to you or (worse) an innocent colleague. You really should recompile the application, unless threatened by something worse than a velociraptor.

Can you think of some way to remove a button from a compiled vb6 application

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜