SetImageHandle()/SetWindowHandle()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Franky
Enthusiast
Enthusiast
Posts: 213
Joined: Sat Apr 26, 2003 2:58 pm

SetImageHandle()/SetWindowHandle()

Post by Franky »

Hello, first i have to say that i don´t know if handle is the right word for this; in the pbhelp they call it #image.

In my opinion it could be usefull to have a function that gives an imageid a handle(#image), because getclipboarddata() for example returns the imageid.

If i had a function like Setimagehandle() i could use Copyimage() to copy my image out of the clipboard

The WinApi Functions also return id´s, so setwindowhandle() could be usefull too.
Give Up everything but trying!