Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
372 views

Access to external window handles

I am having a problem with the program I am currently working on. It is caused by the increased security in vista/Windows 7, specifically the UIPI which prevents a window with a lower integrity level ...
1
vote
1answer
2k views

SendMessage from DLL to a window in another process in Vista

I am pulling my hair out on this one. I am trying to send a message to a window in another process. I keep getting Access Denied (0x5) from GetLastError() after calling SendMessage or PostMessage or ...
0
votes
2answers
476 views

User Interface Privilege Isolation in XP SP3

Just after a bit of confirmation really: Does XP SP3 implement the User Interface Privilege Isolation (UIPI) mechanism found in Vista? Back story for human interest :) I've recently been handed the ...