window-handles
Activate Window from code problem
I have a window on my desktop called: \"Kaspersky Anti-Virus Configuration Wizard\" Here is some info about the window:[详细]
2023-03-25 05:27 分类:问答Detecting whether Skype is in "Compact View" or "Default View"
The way my application functions, is determined by Skype\'s view mode, due to the fact that my application is looking for windows of class TConversationWindow, which if in Default View is a child of t[详细]
2023-03-16 19:38 分类:问答Get foreground CHILD window
Whenever Skype is in Default View, the TConversationWindow\'s become children of the tSkMainForm Window.[详细]
2023-03-16 13:29 分类:问答EnumWindows and EnumChildWindows to keep my Treeview updated
I am trying to make a program similar to Winspector Spy. My problem is that I would like my Virtual Treeview to be updated at all times - that is, update it when a window is created, when a window is[详细]
2023-03-06 09:23 分类:问答Use HWND (or something similar) as Node Image in Virtual Stringtree
Is it possible to display an Icon obtained f开发者_开发技巧rom an external Handle, as the Image of my Node in Virtual Stringtree? The Node\'s Data contains the HWND.I would use ImageList assigned to y[详细]
2023-03-04 15:47 分类:问答Using WM_GETTEXT - what to set the Size?
Var PText : array[0..512] of Char; Handle, Child : HWND; begin FillChar(PText,512,0); Handle := FindWindow(\'Notepad\',nil);[详细]
2023-02-28 22:38 分类:问答Setting carret-position in an External Application's text area?
Thanks to Rob Kennedy\'s answer to my question on how to set the Skype Chat window text. However, whenever I set the text using[详细]
2023-02-28 18:51 分类:问答Creating a function to dig for Windows Handle by Classname(s) Only
So I just got an answer to my question about getting the Skype Chatbox handle. I am now trying to create a simple function, that digs for a handle. Here is how I am hoping to be able to use it:[详细]
2023-02-28 08:54 分类:问答Finding external Window's position?
How can I find the Screen-relative position of a Windo开发者_如何学运维w Handle in Delphi? (X,Y)Use FindWindow() to retrieve the handle of the window and and GetWindowRect() to get the coordinates:[详细]
2023-02-28 07:45 分类:问答Managed method for SetParent() on form
How can I show a form as a child of a window that isn\'t in my program? I have a window handle to what should be the parent, but I don\'t see any managed method for SetParent() on a form.Is there one[详细]
2023-02-10 20:06 分类:问答