Jump to content

How to get image with InetRead and Display It?


Recommended Posts

I can get an image with InetRead but can someone please show me an example of how to then display this image in my program? I have searched and found no answer. I do not want to use InetGet.

Thanks

Edited by drego
Link to comment
Share on other sites

What I would do is make it a label or other item in a custom GUI.

 

that answer didnt make any sense toward helping that I'm aware of

 

 

this did it

$x = InetRead("https://www.site.com/image.bmp")
            $hB1 = _GDIPlus_BitmapCreateFromMemory($x)

 

Funny that... looks like my answer.  Only with more code.  And the plus side is ... you learned something.

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...