|
-
October 26th, 2010, 01:02 AM
#10
Re: Place VC++ child dialog(dll) inside VB form ??
@WoF - Much appreciated for the code.
When i copied your code to form1.frm it was giving compiler errors.
I figured out that we have to add Private before 'Declare' keyword with the help of google.
Private Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
Thats it, it worked for me .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|