Restored from previous forum. Originally posted by marlo.
I make a dll to load an image for the window app that call that dll,how can i do to draw the image on the window app that call the dll? How can i tell to a dll the window of the external app that call the dll. Thanks fred, or any support people.
from Corruptionland
Help ! Support please!
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by tinman.
--
It's not minimalist - I'm increasing efficiency by reducing input effort.
(Win98first ed. + all updates, PB3.50)
Pass the window handle as a parameter to your DLL function, by either doing "hwnd.l = OpenWindow(...)" or "UseWindow(x)" to get the handle.Originally posted by marlo
I make a dll to load an image for the window app that call that dll,how can i do to draw the image on the window app that call the dll? How can i tell to a dll the window of the external app that call the dll. Thanks fred, or any support people.
--
It's not minimalist - I'm increasing efficiency by reducing input effort.
(Win98first ed. + all updates, PB3.50)
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm