Nov 22, 2001 #1 cimd Programmer Joined Jul 18, 2001 Messages 52 Location ES how i can get the hWnd of a window (or its rect) with its hDC? Thanks.-
Nov 22, 2001 #2 JohnYingling Programmer Joined Mar 24, 2001 Messages 3,742 Location US Use the Form.hDC amd hWnd properties? http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort in VB or VBScript Upvote 0 Downvote
Use the Form.hDC amd hWnd properties? http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort in VB or VBScript
Nov 22, 2001 Thread starter #3 cimd Programmer Joined Jul 18, 2001 Messages 52 Location ES I want te hWnd of a Menu that i have created at runtime Upvote 0 Downvote