Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 3904)

Ticket Resolution Summary Owner Reporter
#547 No Bug WinGetHandle and WinGetTitle under Vista Developer@…
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.

#548 Rejected Array initializing syntax everywhere monoceres
Description

It would be great if this syntax: [1,2,3] would work just like an array initialized with that syntax. This is how I mean:

test([1,2,3])

Func test($array)
EndFunc
#549 No Bug ControlSend sometimes sends wrong text www.songwei@…
Description

ControlSend sometimes sends wrong text. For example, I want to send "www.songwei@…", but I get "wWW>songwei@…" or "www.songwei2gmail.com". That is, ControlSend adds or removes a Shift in the text.

Note: See TracQuery for help on using queries.