-
Newbie
Destinator SDK
I try to make an application, like this:
Set d3 = New DESTDLLLib.Dest
d3.ParentWindow = picGps.hWnd
varRisposta = d3.CreateDestinatorWindow(F_DEFAULT + F_NOCONTROLS + F_NOCAPTION + F_NOSYSMENU)
If varRisposta = API_COMMAND_IS_DONE Then
d3.ShowDestinatorWindow
Else
MsgBox varRisposta
End If
But how can I resize the Destinator windows ?? because when show in my picture, is oversize.
Tanks
Luca
-
Newbie
-
Newbie
your going to have to invoke FindWindow and SetWindowPos Windows API calls, at least that is how i did it when fooling around with it in C#. I have the code at home i'll try to post it if i remember
-
Newbie
The first post is Ok, the second is the pronlem!
Thanks
-
FreeDrive Creator
you need to resize the destinator map size before you call the address dialog.. as the address dialog always appears the same size as the map. You will need to use the setwindowpos api call as mentioned above to alter the size after this.
CdR
-
Newbie
Thanks for the solution, so it works!.
If I perform the code, line for line (F8) all ok, if I start the project (F5) doesn't perform the resize!
I have Already tried to position the various doEvents.
How can I hide the caption and the superior menu of the address_dlg?
Thanks for the shown patience.
Luca
-
Newbie
Hi Luca (it seems to me that you are Italian...)
However I'd like to know if u can post some code lines....
thanks a lot!
(Il mio problema è far comparire la finestra address_dlg all'interno di una picture e quindi non nell'intero form....)
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
Bookmarks