[RESOLVED] DLL - Making buttons
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:
Code:
Dim b as Button = New Button
Anyone have any ideas?
Thanks in advance, knxrb
Re: [RESOLVED] DLL - Making buttons
no worries, glad I could help ;)