如何使用FindWindowEx查找图像按钮

时间:2013-07-25 19:18:39

标签: c# imagebutton findwindowex

我正在尝试使用Windows API SendMessage查找并单击按钮。当Windows窗体具有带文本的标准按钮时,它当前有效,但当按钮是没有文本的图像形式时,它不起作用。

    hwndChild = FindWindowEx((IntPtr)hwnd,IntPtr.Zero,"Button","Open");

正如您所看到的,我正在尝试找到“打开”按钮,但无法找到它,因为按钮设计的是图像而不是文本。我该如何解决或解决这个问题??

0 个答案:

没有答案