1

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

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

如您所见,我试图找到“打开”按钮,但找不到,因为该按钮是用图像而不是文本设计的。我该如何解决或解决这个问题..?

4

0 回答 0