picturebox...no form?

lets say we have a Form1 with a button. is it possible to display a picturebox (with an image in it)
BUT!!!--not on the form ...that is, on the screen somewhere other than embedded in the form.
possible

some code would be nice thank you!




Answer this question

picturebox...no form?

  • yogiberr

    you can display a picturebox with a picture in it, thats not a problem but as for "not on the form" well not quite, not unless you want to launch an external picture viewer

    anything you wish to display to the user - the form is used as a basis/body of it



  • mamrg

    You can probably get the same effect by launching another form,

    (borderless), with a background image set to stretch.

    To close the borderless form. Search this forum for 'borderless'

    Of course if you just want to leave it there. It will close when form1

    closes.



  • Andy Morton

    was going to post exactly that Tall Dude after some grub! Beat me to it ;-)

    Tall Dude is correct, you can have the illusion its just a picturebox by setting the form properties appropriately



  • picturebox...no form?