Modify ↓
Opened 17 years ago
Closed 16 years ago
#1154 closed Bug (Wont Fix)
ControlClick() and VB.NET compatibility
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | controlclick vb.net .net windows forms | Cc: |
Description
If a button in a VB.NET app is not visible (minimized, hidden, winmoved off the screen, or behind any other window) the controlclick command has no effect; while in others apps like windows calculator, delphi apps, etc, controlclick works.
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 16 years ago
You are failing in what the doc describe the windows must be visible/active for this kind of control.
I am not sure we can have a solution to remove this restriction.
We don't want to force visibility, it is the user responsability to do it in their scripts.
comment:2 by , 16 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Simple script tests