Search the Gambas Mailinglists

Search for:
Extended
picturebox : 1765, clear : 5443

Results 21-30 of 44 ( 0.036 seconds)
21 [Gambas-user] Problem clearing picture in a PictureBox   [ 6.835% Popularity: 0.42480 ]
[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
 
22 [Gambas-user] Problem clearing picture in a PictureBox   [ 6.836% Popularity: 0.42480 ]
... 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   [ 7.175% Popularity: 0.42480 ]
... 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
 
24 [Gambas-user] How to regain the used memory after clearing the array?   [ 4.490% Popularity: 0.42486 ]
... point, mkb, xkl, fullsearch As String Dim nyogd As TextLabel Dim keep As PictureBox SConn.Name = "GamCat" SConn.Type = "sqlite" SConn.Host = User.Home & ... Next End Select SConn.Close() Return nev.Count End Public Sub Trashing() nev.Clear() ut.Clear() nagy.Clear() mikor.Clear() kotet.Clear() End Public Sub...
https://lists.gambas-basic.org/pipermail/user/2012-February/037467.html - Cached
text/html - 21471 bytes - Tue, 21 Feb 2012, 14:01:26 CET
 
25 [Gambas-user] WebForm   [ 4.653% Popularity: 0.42498 ]
... [Gambas-user] WebForm Next message (by thread): [Gambas-user] how control a picturebox create in code... Messages sorted by: [ date ] [ thread ] [ subject ] [ author ... Minisini < gambas at ...1... > a écrit : >> Greetings community, I have no clear how to do it and I'm lost, if I >> could help, I need to create a program that...
https://lists.gambas-basic.org/pipermail/user/2011-October/035686.html - Cached
text/html - 4461 bytes - Tue, 04 Oct 2011, 09:39:14 CEST
 
26 [Gambas-user] Arrays of controls   [ 4.526% Popularity: 0.42486 ]
... check this at all: > > > > Public Sub Page_First_Init() > > Dim hPictureBox As PictureBox > > Dim I As Integer > > For i = 0 To 9 > > hPictureBox = New PictureBox(Me) ... > is the best solution for it): > > Public Function Pick(iInd As Integer) As PictureBox > Dim cControl As Control > > For Each cControl In Me.Children > If...
https://lists.gambas-basic.org/pipermail/user/2011-August/035098.html - Cached
text/html - 6081 bytes - Sun, 28 Aug 2011, 18:32:05 CEST
 
27 [Gambas-user] Images and Pictures   [ 5.195% Popularity: 0.42478 ]
... > 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
 
28 [Gambas-user] Images and Pictures   [ 5.201% Popularity: 0.42608 ]
... > 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/2010-December/032004.html - Cached
text/html - 3780 bytes - Fri, 31 Dec 2010, 14:43:24 CET
 
29 [Gambas-user] Images and Pictures   [ 5.195% Popularity: 0.42461 ]
... Image class. i want to demostrate the methods of Image class. the example will Clear Copy Draw Fill Flip Mirror Replace Resize 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...
https://lists.gambas-basic.org/pipermail/user/2010-December/032003.html - Cached
text/html - 3149 bytes - Fri, 31 Dec 2010, 09:32:51 CET
 
30 [Gambas-user] How to close a modal dialog form?   [ 4.490% Popularity: 0.42478 ]
... 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