drego 4 Posted March 8, 2014 (edited) 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 March 8, 2014 by drego Share this post Link to post Share on other sites
Blue_Drache 260 Posted March 8, 2014 What I would do is make it a label or other item in a custom GUI. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache Share this post Link to post Share on other sites
drego 4 Posted March 8, 2014 that answer didnt make any sense toward helping that I'm aware of Share this post Link to post Share on other sites
JohnOne 1,603 Posted March 8, 2014 post your code for "get an image with InetRead". AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
drego 4 Posted March 8, 2014 (edited) this did it $x = InetRead("https://www.site.com/image.bmp") $hB1 = _GDIPlus_BitmapCreateFromMemory($x) Edited March 8, 2014 by drego Share this post Link to post Share on other sites
JohnOne 1,603 Posted March 8, 2014 You solved it? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Blue_Drache 260 Posted March 8, 2014 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 Share this post Link to post Share on other sites