I have an app that has a DLL it calls to display my generic Help->About box.
I send an Icon to the function in the form of hIcon (From LoadIcon Api)..
How would I display this on the screen?
I'm using control add Image in this format with a DLL built in icon and it works.
I send it an icon and well, it's just a question of how to insert it I suppose:
'This works fine with built in image #2015 (an icon in the resource file)
Control Add Image, aDlg, %IDIMAGE1, "#2015",5,5,18,18
I recall seeing using a pointer in times gone by and had some issues with that..
Thanks
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
[This message has been edited by Scott Turchin (edited January 21, 2001).]
I send an Icon to the function in the form of hIcon (From LoadIcon Api)..
How would I display this on the screen?
I'm using control add Image in this format with a DLL built in icon and it works.
I send it an icon and well, it's just a question of how to insert it I suppose:
'This works fine with built in image #2015 (an icon in the resource file)
Control Add Image, aDlg, %IDIMAGE1, "#2015",5,5,18,18
I recall seeing using a pointer in times gone by and had some issues with that..
Thanks

Scott
------------------
Scott
mailto:[email protected][email protected]</A>
[This message has been edited by Scott Turchin (edited January 21, 2001).]
Comment