I have a window on my desktop called: \"Kaspersky Anti-Virus Configuration Wizard\" Here is some info about the window:
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
Whenever Skype is in Default View, the TConversationWindow\'s become children of the tSkMainForm Window.
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
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
Var PText : array[0..512] of Char; Handle, Child : HWND; begin FillChar(PText,512,0); Handle := FindWindow(\'Notepad\',nil);
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
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:
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:
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