Search found 4 matches

by DavideTr
Thursday 21st May 2020 7:22pm
Forum: General
Topic: Import multimedia files (.png, .mp3) into the project
Replies: 2
Views: 3413

Re: Import multimedia files (.png, .mp3) into the project

Thanks for the information, after inserting the various files into the project, by doing some tests I understood that to load an image I just need to use:

Code: Select all

 PictureBoxName.Picture = Picture.Load("Hours_CircleProgress/Hours_CircleProgress_" & 1 & ".png") 
by DavideTr
Thursday 21st May 2020 4:58pm
Forum: General
Topic: Import multimedia files (.png, .mp3) into the project
Replies: 2
Views: 3413

Import multimedia files (.png, .mp3) into the project

Hi everyone, on Visual Studio from the project properties page I had the possibility to import different types of files which are then incorporated into the executable after compilation. I can recall these files from the script to load a ".png" image into a PictureBox or reproduce sounds e...
by DavideTr
Monday 18th May 2020 9:57am
Forum: General
Topic: Move a form without borders with Mask
Replies: 2
Views: 3342

Re: Move a form without borders with Mask

Fantastic, thanks to your help I understood my mistake, I will adapt the script to my needs, you have been very kind, thanks. ;)
by DavideTr
Sunday 17th May 2020 8:38pm
Forum: General
Topic: Move a form without borders with Mask
Replies: 2
Views: 3342

Move a form without borders with Mask

Hi everyone, I'm new to the Forum, sorry if I make some mistakes .. I state that I have been developing software in Visual Basic, C ++, B4A and B4J for years, now I would like to learn Gambas to develop software for Linux. :D Generally I love to draw the interface very well, this pushes me to prefer...