
Freonpsandoz
New User
Sep 6, 2015, 4:55 PM
Views: 79557
|
Win32 GetDlgItem Question
|
|
|
I am trying to find an interface to something like the Win32 GetDlgItem() function to get a handle to a control in a dialog box by ID, but I don't see it. The dialog box is in another application, not created using Win32::GUI. I have a handle to it from FindWindow(). How do I send messages to controls in the dialog box? Is there a way to create a Win32::GUI Dialog Box object for an existing dialog box so that Win32::GUI functions can be used for this? Thanks.
|