1)Mettez 2 boutons
2)Mettez 1 textbox
3)Mettez 1 ComboBox
4)Mettez 1 SelectVid
CODE:
Bouton pour ouvrir une vidéo:
SelectVid.ShowDialog()
Bouton pour convertir la vidéo:
Dim type As String = ComboBox1.Text
If ComboBox1.Text = "" Then
MsgBox("No file type...
1)Mettez 2 boutons
2)Mettez 1 PictureBox
3)Mettez 1 Timer
Code:
Bouton pour prendre le screen:
Me.Opacity = 0
Timer1.Enabled = True
Dim bounds As Rectangle
Dim screenshot As System.Drawing.Bitmap
Dim graph As Graphics
bounds =...
Pour faire ceci
Vous aurez besoin sur votre form de :
.3 Labels
.1 Timer
.1 Picture Box
Et vous aurez besoin d'un arrière-plan,Un personnage animé pour moi le fantôme (il faut en .gif) et un fichier audio.
Utiliser l'image d'arrière-plan pour votre formulaire
Placez le personnage...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.