Hi guys, I'm making a DLL and I would like to know if it is possible to make a button and then set the parent of the button to another application exe?
The DLL is for GameMaker and I've got it getting the window handle of the GM exe so then I can set the parent window for the button.
I've tried stuff like this but it won't work:
Anyone have any ideas?Code:Dim b as Button = New Button
Thanks in advance, knxrb






Reply With Quote