window-handles Questions
1
Solved
You can use the program Process Explorer to see how many handles running applications have. Is there a way with Delphi code to get this number? I am interested in tracking the number for the applic...
Yunyunfei asked 26/1, 2012 at 13:36
4
Solved
I'm trying to get a window handle on a child window in my process and the only information I have is the window class name. Are there any win32 functions I can use for that? I'm doing this from C#....
Oakland asked 31/5, 2010 at 13:47
3
Solved
Greetings!
I'm currently porting a web browser plugin from Win32 to MacOSX. One of the features of the plugin is that when the plugin is loaded, it spawns a separate process that serves as the "en...
Screwdriver asked 24/2, 2009 at 19:26
1
Solved
I'm starting a process in C# and then sending Windows messages to that process with SendMessage. Usually I send the messages to Process.MainWindowHandle, but in some instances I might need to find ...
Booty asked 21/9, 2009 at 19:24
1
Solved
Is it possible to modify the opacity of all opened windows from C#. I googled for minimizing the windows and i came to know that its possible with pInvoke calls. It even worked. Similarly is it pos...
Blandishments asked 1/9, 2009 at 6:1
1
Solved
Is it possible for a .NET application to grab all the window handles currently open, and move/resize these windows?
I'd pretty sure its possible using P/Invoke, but I was wondering if there were s...
Overliberal asked 26/9, 2008 at 17:58
© 2022 - 2024 — McMap. All rights reserved.