Search the Gambas Mailinglists

Search for:
Extended
picturebox : 1761, clear : 5423

Results 41-42 of 42 ( 0.016 seconds)
41 [Gambas-user] How to close a modal dialog form?   [ 4.491% Popularity: 0.42507 ]
... 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
 
42 [Gambas-user] How to close a modal dialog form?   [ 4.491% Popularity: 0.42507 ]
... 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