Сейчас на форуме: rmn (+1 невидимый пользователь) |
eXeL@B —› WorldWide —› Visual Basic Program to Click Yes / No / Cancel button of an External Application |
Посл.ответ | Сообщение |
|
Создано: 11 февраля 2008 16:08 · Личное сообщение · #1 |
|
Создано: 11 февраля 2008 16:33 · Личное сообщение · #2 |
|
Создано: 11 февраля 2008 16:35 · Поправил: HiEndsoft · Личное сообщение · #3 |
|
Создано: 11 февраля 2008 16:37 · Личное сообщение · #4 |
|
Создано: 12 февраля 2008 08:58 · Личное сообщение · #5 to HiEndsoft, thank you for your help but i dont think i was able to make myself clear.. what i need is a program that would press yes/no/cancel button of an external application automatically for me. that means.. i dont need to press a button of an external app. example of which is : editing a text file in notepad then closing it. notepad will ask me to save or not to save... what i want is a program that would press "YES" button for me. again, thanks to alexey_k, i know that it is a miserable solution to the problem.. i admit it. you dont have to say it out loud. |
|
Создано: 12 февраля 2008 11:32 · Поправил: HiEndsoft · Личное сообщение · #6 For this You should know the class of window, its name (caption), a class of window of button, its name, position of window of button in tree of windows of program. Then find HWND (FindWindow &/or FindWindowEx & EnumChildWindows), then use SendMessage on click. Use Spy & InqSoft Window Scanner that hear classes of windows for concrete exhibit and throw VB nahuy. ----- продавец резиновых утёнков |
|
Создано: 29 февраля 2008 14:53 · Личное сообщение · #7 |
eXeL@B —› WorldWide —› Visual Basic Program to Click Yes / No / Cancel button of an External Application |