Search the Gambas Mailinglists

Search for:
Extended
picturebox : 1765, clear : 5445

Results 31-40 of 44 ( 0.036 seconds)
31 [Gambas-user] WebForm   [ 4.653% Popularity: 0.42495 ]
... [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.42472 ]
... ] 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] Gambas-user Digest, Vol 89, Issue 44   [ 4.557% Popularity: 0.42472 ]
... > > > > 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
 
34 [Gambas-user] R: "Strange" coordinates of mouse with _Drop() event   [ 4.557% Popularity: 0.42472 ]
... 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] R: "Strange" coordinates of mouse with _Drop() event   [ 4.557% Popularity: 0.42472 ]
... - 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
 
36 [Gambas-user] Arrays of controls   [ 4.526% Popularity: 0.42481 ]
... 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.492% Popularity: 0.42515 ]
... 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] RE: Gambas-user digest, Vol 1 #1616 - 5 msgs   [ 4.491% Popularity: 0.42507 ]
... 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
 
39 [Gambas-user] Menu events in 1.9.34 (attachment)   [ 4.491% Popularity: 0.42493 ]
... 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
 
40 [Gambas-user] Picture box problem   [ 4.491% Popularity: 0.42492 ]
... doesn't refresh and shows the last image(maybe cached)itself. I tried to use picturebox.refresh , even main form.refresh, but to no use. I suppose, the picture box ... i've been able to describe my problem. P.s In short, the path given on the picturebox.picture property loads the same image file, even when the picturebox.picture...
https://lists.gambas-basic.org/pipermail/user/2008-February/018227.html - Cached
text/html - 30847 bytes - Fri, 08 Feb 2008, 11:33:31 CET