Picture slide show
Posted
#1
(In Topic #694)
Enthusiast

Does any have or know of a Picture slide show done in Gambas?
Posted
Regular

Europaeus sum !
<COLOR color="#FF8000">Amare memorentes atque deflentes ad mortem silenter labimur.</COLOR>
<COLOR color="#FF8000">Amare memorentes atque deflentes ad mortem silenter labimur.</COLOR>
Posted
Enthusiast

Posted
Regular

Europaeus sum !
<COLOR color="#FF8000">Amare memorentes atque deflentes ad mortem silenter labimur.</COLOR>
<COLOR color="#FF8000">Amare memorentes atque deflentes ad mortem silenter labimur.</COLOR>
Posted
Enthusiast

Posted
Guru

Add a PictureBox called PictureBox1 and a timer called PictureTimer…
Code (gambas)
- ListPos = 0
- dirList = []
- PictureTimer.Start
(I typed this on my phone at work so could be errors, just an example)
Posted
Enthusiast

Posted
Guru

Code (gambas)
- PictureBox1 As PictureBox
- BuildForm
- Inc iCount
- .Height = 700
- .Width = 1000
- .Padding = 5
- .Arrangement = Arrange.Vertical
- .Center
- .Alignment = Align.Center
- .Delay = 2000
1 guest and 0 members have just viewed this.


