Visual Basic Vb.Net

Fermé
Freakin Messages postés 77 Date d'inscription jeudi 10 janvier 2013 Statut Membre Dernière intervention 26 août 2013 - 25 août 2013 à 13:11
eriiic Messages postés 24601 Date d'inscription mardi 11 septembre 2007 Statut Contributeur Dernière intervention 25 novembre 2024 - 25 août 2013 à 15:32
Bonjour,

Voila mon problème est très simple :

Private Sub LinkLabel6_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel6.LinkClicked
Try

If Not Exists(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments & "\" & "Licence.txt")) Then


Form12.Show()
Me.Close()

ElseIf Exists(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments & "\" & "Licence.txt")) Then

Form5.Show()
Me.Close()

End If

Catch ex As Exception

End Try

End Sub

----------------------------------------------------

Voila, j'essaie e dire au Logiciel si il existe " Licence " il fait apparaitre une form sinon il fait apparaitre une autre form, Mais cela ne fonctionne pas ! :'(

Sa me dit : " Impossible de convertir la chaine (Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments & "\" & "Licence.txt")) en type Interger "

S'il vous plais aidez moi :'(
A voir également:

2 réponses

Frenchie83 Messages postés 2240 Date d'inscription lundi 6 mai 2013 Statut Membre Dernière intervention 11 août 2023 338
25 août 2013 à 13:24
Bonjour
Je ne connais pas Vb.net, mais à tout hasard, "Exists" s'écrit -il au pluriel?
bonne journée
0
Freakin Messages postés 77 Date d'inscription jeudi 10 janvier 2013 Statut Membre Dernière intervention 26 août 2013 3
25 août 2013 à 14:20
Oui sa s'écrit au pluriel ..
0
eriiic Messages postés 24601 Date d'inscription mardi 11 septembre 2007 Statut Contributeur Dernière intervention 25 novembre 2024 7 243
25 août 2013 à 15:32
Bonjour,

Totalement inutile de poser 3 fois la même question.
En plus ça a l'effet inverse : on fuit !
eric
0