Search the Gambas Mailinglists

Search for:
Extended
picturebox : 1765, clear : 5438

Results 31-40 of 44 ( 0.026 seconds)
31 [Gambas-user] WebForm   [ 4.654% Popularity: 0.42510 ]
... [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
 
32 [Gambas-user] Picture Viewer Project   [ 4.612% Popularity: 0.42487 ]
... ] 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
 
33 [Gambas-user] R: "Strange" coordinates of mouse with _Drop() event   [ 4.558% Popularity: 0.42486 ]
... - 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
 
34 [Gambas-user] R: "Strange" coordinates of mouse with _Drop() event   [ 4.558% Popularity: 0.42486 ]
... 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 ... 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...
https://lists.gambas-basic.org/pipermail/user/2013-October/045513.html - Cached
text/html - 4569 bytes - Tue, 22 Oct 2013, 01:39:08 CEST
 
35 [Gambas-user] Gambas-user Digest, Vol 89, Issue 44   [ 4.558% Popularity: 0.42486 ]
... > > > > Hello, > > > > on a Form I have a "ScrollView" and separately a > > "PictureBox", in which there is the image I'll drag then > > with the mouse inside the ... Endif > > > > End > > > > > > Public Sub ScrollView1_Drop() > > > > Dim pb As PictureBox > > Dim pc As Picture > > > > With pb = New > > PictureBox(ScrollView1) > >...
https://lists.gambas-basic.org/pipermail/user/2013-October/045521.html - Cached
text/html - 26520 bytes - Tue, 22 Oct 2013, 12:35:03 CEST
 
36 [Gambas-user] Arrays of controls   [ 4.527% Popularity: 0.42496 ]
... 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
 
37 [Gambas-user] Question about Key in ColumnView   [ 4.493% Popularity: 0.42530 ]
... Arrangement = Arrange.Horizontal Spacing = 8 Padding = 8 { PictureBox1 PictureBox MoveScaled(1,1,5,5) 'Move(7,7,35,35) Picture = Picture["icon:/32/language"] } ... } { btnClear ToolButton MoveScaled(0,0,3,3) 'Move(0,0,21,21) ToolTip = ("Clear this translation") Text = ("") Picture = Picture["icon:/16/clear"] } {...
https://lists.gambas-basic.org/pipermail/user/2006-September/013663.html - Cached
text/html - 10620 bytes - Sat, 02 Sep 2006, 00:33:06 CEST
 
38 [Gambas-user] Menu events in 1.9.34 (attachment)   [ 4.492% Popularity: 0.42509 ]
... 2) IF IsNull(hCtrl) THEN sName = Name IF sClass = "Image" THEN PRINT "Image -> PictureBox" sClass = "PictureBox" ENDIF hCtrl = CreateControl(sClass, hCtrl, sName) IF ... CControl FOR EACH hCtrl IN Selection hCtrl.UnSelect(ME, TRUE) NEXT Selection.Clear Master = NULL SelectionChange 'RefreshProperty END PRIVATE PROCEDURE...
https://lists.gambas-basic.org/pipermail/user/2006-July/012932.html - Cached
text/html - 48285 bytes - Tue, 25 Jul 2006, 02:33:45 CEST
 
39 [Gambas-user] RE: Gambas-user digest, Vol 1 #1616 - 5 msgs   [ 4.492% Popularity: 0.42522 ]
... the gb.net.curl class to retrieve the image to /tmp and then load it into the picturebox. Gambas doesn't care what the file extension is... you can name the output ... i = mTxt.Count - 1 TO 0 STEP -1 >>>>>> mTxt[i].Delete >>>>>> NEXT >>>>>> mTxt.Clear >>>>>> >>>>>> This seems to do what I wanted - is it correct, or will it crash...
https://lists.gambas-basic.org/pipermail/user/2005-December/010746.html - Cached
text/html - 18301 bytes - Fri, 23 Dec 2005, 11:19:42 CET
 
40 [Gambas-user] Make Datacontrol act like textbox with password set to   [ 4.491% Popularity: 0.42492 ]
... of Gambas-user digest..." Today's Topics: 1. Re: Directory navigation in IDE PictureBox Picture property not working (Beno?t Minisini) 2. Error configuring ... with password set to true (Tobias Boege) 5. Re: Directory navigation in IDE PictureBox Picture property not working (Lee) 6. Re: Problems compiling Gambas 3.6.1...
https://lists.gambas-basic.org/pipermail/user/2014-November/050486.html - Cached
text/html - 19911 bytes - Thu, 06 Nov 2014, 14:36:29 CET