Search the Gambas Mailinglists

Search for:
Extended
picturebox : 1765, clear : 5443

Results 21-30 of 44 ( 0.020 seconds)
21 [Gambas-user] Problem clearing picture in a PictureBox   [ 7.175% Popularity: 0.42481 ]
... for PNG files and when selected show use the Dialog.Path to load the PNG into PictureBox (using PicBox.Picture = Picture.Load(Dialog.Path)) At a certain moment I want to clear the form and have this little rountine: Public Sub PanelClear() TextBox1.Clear TextBox2.Clear PictureBox1.Picture.Clear PictureBox2.Picture.Clear...
https://lists.gambas-basic.org/pipermail/user/2012-November/042301.html - Cached
text/html - 3651 bytes - Fri, 30 Nov 2012, 16:04:36 CET
 
22 [Gambas-user] Problem clearing picture in a PictureBox   [ 6.836% Popularity: 0.42481 ]
... in the project. > > Willy > PictureBox1.Picture = Null PictureBox1.Picture.Clear only clears the contents of the picture returned by the property, which is somewhat a copy of the internal picture of the PictureBox which stays unchanged. Regards, -- BenoƮt Minisini Previous message (by...
https://lists.gambas-basic.org/pipermail/user/2012-November/042302.html - Cached
text/html - 4449 bytes - Fri, 30 Nov 2012, 16:06:57 CET
 
23 [Gambas-user] Problem clearing picture in a PictureBox   [ 6.835% Popularity: 0.42481 ]
[Gambas-user] Problem clearing picture in a PictureBox Willy Raets willy at ...2734... Fri Nov 30 16:17:02 CET 2012 Previous message (by thread): [Gambas-user] Problem clearing picture in a PictureBox Next message (by thread): [Gambas-user] Group property of controls in IDE...
https://lists.gambas-basic.org/pipermail/user/2012-November/042303.html - Cached
text/html - 4835 bytes - Fri, 30 Nov 2012, 16:17:02 CET
 
24 [Gambas-user] Images and Pictures   [ 5.195% Popularity: 0.42480 ]
... > Rotate Save Stretch a picture in an Image class and put the result in > > a PictureBox. > > > > Firstly i want the picture from an Image object to put it in a > > Picturebox without modify image. > > i use the following code: > > > >...
https://lists.gambas-basic.org/pipermail/user/2011-January/032016.html - Cached
text/html - 4481 bytes - Sat, 01 Jan 2011, 09:09:41 CET
 
25 [Gambas-user] How to close a modal dialog form?   [ 4.490% Popularity: 0.42480 ]
... thread ] [ subject ] [ author ] Since the language of help documents aren't as clear to me, and I saw no practical example I need your help. I would like to have a ... SUB Messenger(naslov AS String, tekst AS String, slika AS String) DIM imge AS PictureBox DIM conti AS TextLabel DIM butty AS Button keret = NEW Form keret.Width = 500...
https://lists.gambas-basic.org/pipermail/user/2009-December/027553.html - Cached
text/html - 3603 bytes - Tue, 08 Dec 2009, 17:40:48 CET
 
26 [Gambas-user] How to close a modal dialog form?   [ 4.490% Popularity: 0.42480 ]
... Messenger(naslov AS String, tekst AS String, slika AS String) > DIM imge AS PictureBox > DIM conti AS TextLabel > DIM butty AS Button > keret = NEW Form > keret.Width = 500 > keret.Height = 300 > keret.Title = naslov > imge = NEW PictureBox(keret) > imge.x = 0 > imge.y = 0 > imge.Width = 280 > imge.Height = 280 >...
https://lists.gambas-basic.org/pipermail/user/2009-December/027554.html - Cached
text/html - 4432 bytes - Tue, 08 Dec 2009, 18:03:37 CET
 
27 [Gambas-user] Loading pictures   [ 4.678% Popularity: 0.42478 ]
... Is there a easier / better component to use? >> >> Thanks >> >> >> >> > > The PictureBox control (not component!) should be what you are looking for. Is > it ? > >...
https://lists.gambas-basic.org/pipermail/user/2005-March/008046.html - Cached
text/html - 4223 bytes - Fri, 11 Mar 2005, 02:55:29 CET
 
28 [Gambas-user] Loading pictures   [ 4.678% Popularity: 0.42478 ]
... IF > > END > > Is there a easier / better component to use? > > Thanks > > The PictureBox control (not component!) should be what you are looking for. Is it ? Regards,...
https://lists.gambas-basic.org/pipermail/user/2005-March/007922.html - Cached
text/html - 3999 bytes - Mon, 07 Mar 2005, 12:05:05 CET
 
29 [Gambas-user] Picture Viewer Project   [ 4.612% Popularity: 0.42478 ]
... ] I'm working on a small Picture Viewer project. The form consists of a large PictureBox and a listbox that lists files from a directory. I want the PictureBox to ... out how to use it... Previous message (by thread): [Gambas-user] I want to clear a combobox Next message (by thread): [Gambas-user] Picture Viewer Project...
https://lists.gambas-basic.org/pipermail/user/2005-March/008082.html - Cached
text/html - 2922 bytes - Mon, 14 Mar 2005, 16:03:13 CET
 
30 [Gambas-user] R: "Strange" coordinates of mouse with _Drop() event   [ 4.557% Popularity: 0.42477 ]
... - relative to the object (in the example of the application attached it is a "PictureBox" ) that contains the image to drag - are stored. Then , when the release ... ScrollView) to the coordinates "where" the mouse was clicked (inside of the PictureBox), when dragging of the image is started. And more, I known however a slight...
https://lists.gambas-basic.org/pipermail/user/2013-October/045512.html - Cached
text/html - 8648 bytes - Tue, 22 Oct 2013, 01:12:27 CEST