So I'm pretty new to this, go easy one me.
I have a form right now(Form1)
I want to create a new image at specific coords, I'm not sure how to do this though, I've tried searching but the search results I'm finding are all much more complicated that what I need, all I need is a simple image at a location, I don't even need a control for it, I'm hoping for something along the lines of
New Image(imageurl, x, y)
Thanks in advance!
I have a form right now(Form1)
I want to create a new image at specific coords, I'm not sure how to do this though, I've tried searching but the search results I'm finding are all much more complicated that what I need, all I need is a simple image at a location, I don't even need a control for it, I'm hoping for something along the lines of
New Image(imageurl, x, y)
Thanks in advance!