in fact you need to load a new form, set it's border to none, set it's size to the picture size, set it's picture to the picture, and then manage the movement with mouseDown, mouseUp and MouseMove events.
dim hForm as new Form hForm.Resize(hPic.W, hPic.H) hForm.Picture = hPic hForm.Border = Border.None 2010/1/10 k p <[email protected]>: > I got a button on a form and when I click the button I need the program to > load a new frame/picture. > Also I would like to be able to move the new frame/pic around on the screen > to suit. > > How do I go about the above ? > > Cheers > > kim > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
