Modify

Opened 18 years ago

Closed 18 years ago

#547 closed Bug (No Bug)

WinGetHandle and WinGetTitle under Vista

Reported by: Developer@… Owned by:
Milestone: Component: AutoIt
Version: 3.2.13.7 Severity: None
Keywords: Vista Cc:

Description

Under Vista, the WinGetHandle function does not return the handle of a window belonging to a process owned by another user. ProcessExists does, however, return the PID of the process. ProcessList also "sees" the processes owned by another user.

Log on as User01. Launch Notepad.exe.

Via Fast User Switching, log on as User02.

A simple script asking "Does process notepad.exe exists" will return the PID of the notepad process owned by User01. However, neither WinGetHandle (see help documentation) or WinGetTitle running under User02 can "see" the windows to the notepad.exe owned by User01.

Attachments (0)

Change History (1)

comment:1 by Valik, 18 years ago

Resolution: No Bug
Status: newclosed

The reason is the windows are running on a different desktop. This is expected and is not a bug.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.