Etienne BAUDOUX

Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Etienne BAUDOUX

Forum sur les projets de Etienne BAUDOUX

Le Deal du moment : -25%
PC Portable Gamer 16,1” HP Victus 16 – 16 ...
Voir le deal
749.99 €

2 participants

    Variable ?

    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Variable ?

    Message par Adrien Mar 29 Juin 2010 - 9:34

    Salut,

    J'ai une erreur que je n'avais jamais eue. Avec une action "remplacer du texte par un autre" dans une checked list box.

    "Variable objet ou variable d'un bloc With non définie". Je ne sais pas du tout ce que c'est
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 32
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    Variable ? Empty Re: Variable ?

    Message par Admin Mar 29 Juin 2010 - 9:49

    Salut,

    Qu'est-ce que tu as mit exactement dans les paramètres Texte à recherche et Texte qui remplacera le texte recherché ?
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:04

    J'ai voulu faire un texte essai donc j'ai mis rechercher "bonjour" remplacé par "salut" pour tester.
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 32
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    Variable ? Empty Re: Variable ?

    Message par Admin Mar 29 Juin 2010 - 11:37

    Peux-tu faire clic droit dans le panneau Erreur de génération, Ouvrir le dernier rapport de génération, et m'envoyer le contenu de celui-ci? =)
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:48

    Project : VCLBoeing747v2
    Last build the mardi 29 juin 2010 at 13:47
    Building failed : errors number: 2
    File code : C:\Program Files (x86)\Veler Software\SoftwareZator 2011 Bêta\Temp\Code.vb
    Project setting :
    Type : ApplicationWindows
    Debug : Classique
    FormStart : Accueil.szw
    SplashScreen : EcranDeDemarrage.szw
    Optimize : True
    ----------------------------------------------------------------
    16 - Line 0, Column 0, Error BC2007 : option 'win32manifest:"C:\Users\Administrateur\Documents\Mes Projets SoftwareZator\VCLBoeing747v2\Bin\VCLBoeing747v2.manifest"'; non reconnue ignorée
    17 - Line 0, Column 0, Error BC31019 : Impossible d'écrire dans le fichier de sortie 'C:\Users\Administrateur\Documents\Mes Projets SoftwareZator\VCLBoeing747v2\Bin\VCLBoeing747v2.exe' : Erreur système &H80070020&
    ----------------------------------------------------------------
    ' NOTE :
    ' TOUTES MODIFICATIONS APPORTEES A CE FICHIER CODE NE SERONT PAS PRISES EN COMPTE LORS DE LA REGENERATION DU PROJET.
    '------------------------------------------------------------------------------
    ' <auto-generated>
    ' Ce code a été généré par un outil.
    ' Version du runtime :2.0.50727.3603
    '
    ' Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
    ' le code est régénéré.
    ' </auto-generated>
    '------------------------------------------------------------------------------
    Option Strict Off
    Option Explicit On
    Imports System
    Imports System.ComponentModel
    Imports System.Windows.Forms
    <Assembly: Reflection.AssemblyTitle("VCLBoeing747v1.2.3")>
    <Assembly: Reflection.AssemblyDescription("Programme de checklists pour le B747")>
    <Assembly: Reflection.AssemblyCompany("")>
    <Assembly: Reflection.AssemblyProduct("")>
    <Assembly: Reflection.AssemblyCopyright("Copyright © 2010")>
    <Assembly: Reflection.AssemblyTrademark("Virtual CheckList")>
    <Assembly: Reflection.AssemblyVersion("1.2.3")>
    <Assembly: Reflection.AssemblyFileVersion("1.2.3")>
    <Assembly: Runtime.InteropServices.ComVisible(True)>

    'Ce Namespace a été généré par SoftwareZator 2011 Edition Professionnel Bêta (2.0.0.0)
    Namespace VCLBoeing747v2
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:48

    Public Class Accueil_f
    Inherits System.Windows.Forms.Form

    Public WithEvents pictureBox1 As System.Windows.Forms.PictureBox

    Public WithEvents button1 As System.Windows.Forms.Button

    Public WithEvents button2 As System.Windows.Forms.Button

    Public WithEvents button3 As System.Windows.Forms.Button

    Public WithEvents button4 As System.Windows.Forms.Button

    Public WithEvents button5 As System.Windows.Forms.Button

    Public WithEvents button6 As System.Windows.Forms.Button

    Public WithEvents button7 As System.Windows.Forms.Button

    Public WithEvents button8 As System.Windows.Forms.Button

    Public WithEvents button9 As System.Windows.Forms.Button

    Public WithEvents button10 As System.Windows.Forms.Button

    Public WithEvents button11 As System.Windows.Forms.Button

    Public WithEvents button12 As System.Windows.Forms.Button

    Public WithEvents button13 As System.Windows.Forms.Button

    Public WithEvents label1 As System.Windows.Forms.Label

    Public WithEvents components As System.ComponentModel.IContainer

    Public Sub New()
    MyBase.New
    Me.InitializeComponent
    End Sub

    Private Sub InitializeComponent()
    Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Accueil_f))
    Me.pictureBox1 = New System.Windows.Forms.PictureBox
    Me.button1 = New System.Windows.Forms.Button
    Me.button2 = New System.Windows.Forms.Button
    Me.button3 = New System.Windows.Forms.Button
    Me.button4 = New System.Windows.Forms.Button
    Me.button5 = New System.Windows.Forms.Button
    Me.button6 = New System.Windows.Forms.Button
    Me.button7 = New System.Windows.Forms.Button
    Me.button8 = New System.Windows.Forms.Button
    Me.button9 = New System.Windows.Forms.Button
    Me.button10 = New System.Windows.Forms.Button
    Me.button11 = New System.Windows.Forms.Button
    Me.button12 = New System.Windows.Forms.Button
    Me.button13 = New System.Windows.Forms.Button
    Me.label1 = New System.Windows.Forms.Label
    CType(Me.pictureBox1,System.ComponentModel.ISupportInitialize).BeginInit
    Me.SuspendLayout
    '
    'pictureBox1
    '
    Me.pictureBox1.ErrorImage = CType(resources.GetObject("pictureBox1.ErrorImage"),System.Drawing.Image)
    Me.pictureBox1.Image = CType(resources.GetObject("pictureBox1.Image"),System.Drawing.Image)
    Me.pictureBox1.InitialImage = CType(resources.GetObject("pictureBox1.InitialImage"),System.Drawing.Image)
    Me.pictureBox1.Location = New System.Drawing.Point(354, -1)
    Me.pictureBox1.Name = "pictureBox1"
    Me.pictureBox1.Size = New System.Drawing.Size(555, 300)
    Me.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
    Me.pictureBox1.TabIndex = 0
    Me.pictureBox1.TabStop = false
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:48

    '
    'button1
    '
    Me.button1.BackColor = System.Drawing.SystemColors.ControlText
    Me.button1.ForeColor = System.Drawing.Color.Red
    Me.button1.Location = New System.Drawing.Point(354, 305)
    Me.button1.Name = "button1"
    Me.button1.Size = New System.Drawing.Size(144, 47)
    Me.button1.TabIndex = 1
    Me.button1.Text = "Avant le démarrage"
    Me.button1.UseVisualStyleBackColor = false
    '
    'button2
    '
    Me.button2.BackColor = System.Drawing.SystemColors.ControlText
    Me.button2.ForeColor = System.Drawing.Color.Red
    Me.button2.Location = New System.Drawing.Point(504, 517)
    Me.button2.Name = "button2"
    Me.button2.Size = New System.Drawing.Size(144, 47)
    Me.button2.TabIndex = 2
    Me.button2.Text = "L'approche"
    Me.button2.UseVisualStyleBackColor = false
    '
    'button3
    '
    Me.button3.BackColor = System.Drawing.SystemColors.ControlText
    Me.button3.ForeColor = System.Drawing.Color.Red
    Me.button3.Location = New System.Drawing.Point(354, 464)
    Me.button3.Name = "button3"
    Me.button3.Size = New System.Drawing.Size(144, 47)
    Me.button3.TabIndex = 3
    Me.button3.Text = "Le taxi pour la piste"
    Me.button3.UseVisualStyleBackColor = false
    '
    'button4
    '
    Me.button4.BackColor = System.Drawing.SystemColors.ControlText
    Me.button4.ForeColor = System.Drawing.Color.Red
    Me.button4.Location = New System.Drawing.Point(354, 517)
    Me.button4.Name = "button4"
    Me.button4.Size = New System.Drawing.Size(144, 47)
    Me.button4.TabIndex = 4
    Me.button4.Text = "Avant le décollage"
    Me.button4.UseVisualStyleBackColor = false
    '
    'button5
    '
    Me.button5.BackColor = System.Drawing.SystemColors.ControlText
    Me.button5.ForeColor = System.Drawing.Color.Red
    Me.button5.Location = New System.Drawing.Point(354, 358)
    Me.button5.Name = "button5"
    Me.button5.Size = New System.Drawing.Size(144, 47)
    Me.button5.TabIndex = 5
    Me.button5.Text = "Le démarrage"
    Me.button5.UseVisualStyleBackColor = false
    '
    'button6
    '
    Me.button6.BackColor = System.Drawing.SystemColors.ControlText
    Me.button6.ForeColor = System.Drawing.Color.Red
    Me.button6.Location = New System.Drawing.Point(354, 411)
    Me.button6.Name = "button6"
    Me.button6.Size = New System.Drawing.Size(144, 47)
    Me.button6.TabIndex = 6
    Me.button6.Text = "Avant le taxi"
    Me.button6.UseVisualStyleBackColor = false
    '
    'button7
    '
    Me.button7.BackColor = System.Drawing.SystemColors.ControlText
    Me.button7.ForeColor = System.Drawing.Color.Red
    Me.button7.Location = New System.Drawing.Point(504, 411)
    Me.button7.Name = "button7"
    Me.button7.Size = New System.Drawing.Size(144, 47)
    Me.button7.TabIndex = 7
    Me.button7.Text = "En croisière"
    Me.button7.UseVisualStyleBackColor = false
    '
    'button8
    '
    Me.button8.BackColor = System.Drawing.SystemColors.ControlText
    Me.button8.ForeColor = System.Drawing.Color.Red
    Me.button8.Location = New System.Drawing.Point(504, 464)
    Me.button8.Name = "button8"
    Me.button8.Size = New System.Drawing.Size(144, 47)
    Me.button8.TabIndex = 8
    Me.button8.Text = "En descente"
    Me.button8.UseVisualStyleBackColor = false
    '
    'button9
    '
    Me.button9.BackColor = System.Drawing.SystemColors.ControlText
    Me.button9.ForeColor = System.Drawing.Color.Red
    Me.button9.Location = New System.Drawing.Point(504, 358)
    Me.button9.Name = "button9"
    Me.button9.Size = New System.Drawing.Size(144, 47)
    Me.button9.TabIndex = 9
    Me.button9.Text = "En montée"
    Me.button9.UseVisualStyleBackColor = false
    '
    'button10
    '
    Me.button10.BackColor = System.Drawing.SystemColors.ControlText
    Me.button10.ForeColor = System.Drawing.Color.Red
    Me.button10.Location = New System.Drawing.Point(504, 305)
    Me.button10.Name = "button10"
    Me.button10.Size = New System.Drawing.Size(144, 47)
    Me.button10.TabIndex = 10
    Me.button10.Text = "Le décollage"
    Me.button10.UseVisualStyleBackColor = false
    '
    'button11
    '
    Me.button11.BackColor = System.Drawing.SystemColors.ControlText
    Me.button11.ForeColor = System.Drawing.Color.Red
    Me.button11.Location = New System.Drawing.Point(654, 305)
    Me.button11.Name = "button11"
    Me.button11.Size = New System.Drawing.Size(144, 47)
    Me.button11.TabIndex = 11
    Me.button11.Text = "L'atterrissage"
    Me.button11.UseVisualStyleBackColor = false
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:49

    '
    'button12
    '
    Me.button12.BackColor = System.Drawing.SystemColors.ControlText
    Me.button12.ForeColor = System.Drawing.Color.Red
    Me.button12.Location = New System.Drawing.Point(654, 358)
    Me.button12.Name = "button12"
    Me.button12.Size = New System.Drawing.Size(144, 47)
    Me.button12.TabIndex = 12
    Me.button12.Text = "Le taxi pour la rampe"
    Me.button12.UseVisualStyleBackColor = false
    '
    'button13
    '
    Me.button13.BackColor = System.Drawing.SystemColors.ControlText
    Me.button13.ForeColor = System.Drawing.Color.Red
    Me.button13.Location = New System.Drawing.Point(654, 411)
    Me.button13.Name = "button13"
    Me.button13.Size = New System.Drawing.Size(144, 47)
    Me.button13.TabIndex = 13
    Me.button13.Text = "Au parking final"
    Me.button13.UseVisualStyleBackColor = false
    '
    'label1
    '
    Me.label1.Font = New System.Drawing.Font("Segoe UI", 13!, System.Drawing.FontStyle.Underline)
    Me.label1.Location = New System.Drawing.Point(-3, -1)
    Me.label1.Name = "label1"
    Me.label1.Size = New System.Drawing.Size(357, 41)
    Me.label1.TabIndex = 14
    Me.label1.Text = "Bienvenue sur Virtual CheckList"
    Me.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
    '
    'Accueil
    '
    Me.BackColor = System.Drawing.SystemColors.WindowFrame
    Me.ClientSize = New System.Drawing.Size(909, 564)
    Me.Controls.Add(Me.label1)
    Me.Controls.Add(Me.button1)
    Me.Controls.Add(Me.pictureBox1)
    Me.Controls.Add(Me.button2)
    Me.Controls.Add(Me.button3)
    Me.Controls.Add(Me.button4)
    Me.Controls.Add(Me.button5)
    Me.Controls.Add(Me.button6)
    Me.Controls.Add(Me.button7)
    Me.Controls.Add(Me.button8)
    Me.Controls.Add(Me.button9)
    Me.Controls.Add(Me.button10)
    Me.Controls.Add(Me.button11)
    Me.Controls.Add(Me.button12)
    Me.Controls.Add(Me.button13)
    Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
    Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
    Me.MaximizeBox = false
    Me.Name = "Accueil"
    Me.Text = "Accueil"
    CType(Me.pictureBox1,System.ComponentModel.ISupportInitialize).EndInit
    Me.ResumeLayout(false)
    End Sub

    <System.STAThreadAttribute()> _
    Public Shared Sub Main()
    System.Windows.Forms.Application.EnableVisualStyles()
    If My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5", "Version", Nothing) Is Nothing Then
    System.Windows.Forms.MessageBox.Show("The .Net Framework 3.5 was not found. VCLBoeing747v2 can't start without it. Please install the .Net Framework 3.5 and try again.", "VCLBoeing747v1.2.3", MessageBoxButtons.OK, MessageBoxIcon.Error)
    System.Diagnostics.Process.Start("http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=fr")
    End
    End If
    My.Resources.Culture = Globalization.CultureInfo.InvariantCulture : My.Resources.Culture = My.Resources.Culture
    System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(False)
    For Each arg As String In System.Environment.GetCommandLineArgs
    If Not arg = System.Windows.Forms.Application.ExecutablePath Then
    Redim Preserve ALL_ARGUMENTS_APPLICATIONS(ALL_ARGUMENTS_APPLICATIONS.Length) : ALL_ARGUMENTS_APPLICATIONS(ALL_ARGUMENTS_APPLICATIONS.Length - 1) = arg
    End If
    Next
    System.Windows.Forms.Application.Run(New Accueil_f)
    End Sub
    End Class
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:49

    Public Class AvantLeDecollage_f
    Inherits System.Windows.Forms.Form

    Public WithEvents pictureBox1 As System.Windows.Forms.PictureBox

    Public WithEvents checkedListBox1 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox2 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox3 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox4 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox5 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox6 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox7 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox8 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox9 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox10 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox11 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox12 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox13 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox14 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox15 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox16 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox17 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox18 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox19 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox20 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox21 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox22 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox23 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox24 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox25 As System.Windows.Forms.CheckedListBox

    Public WithEvents checkedListBox26 As System.Windows.Forms.CheckedListBox

    Public WithEvents components As System.ComponentModel.IContainer

    Public Sub New()
    MyBase.New
    Me.InitializeComponent
    End Sub

    Private Sub InitializeComponent()
    Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AvantLeDecollage_f))
    Me.pictureBox1 = New System.Windows.Forms.PictureBox
    Me.checkedListBox1 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox2 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox3 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox4 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox5 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox6 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox7 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox8 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox9 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox10 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox11 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox12 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox13 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox14 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox15 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox16 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox17 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox18 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox19 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox20 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox21 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox22 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox23 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox24 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox25 = New System.Windows.Forms.CheckedListBox
    Me.checkedListBox26 = New System.Windows.Forms.CheckedListBox
    CType(Me.pictureBox1,System.ComponentModel.ISupportInitialize).BeginInit
    Me.SuspendLayout
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:49

    '
    'pictureBox1
    '
    Me.pictureBox1.ErrorImage = CType(resources.GetObject("pictureBox1.ErrorImage"),System.Drawing.Image)
    Me.pictureBox1.InitialImage = CType(resources.GetObject("pictureBox1.InitialImage"),System.Drawing.Image)
    Me.pictureBox1.Location = New System.Drawing.Point(-3, 0)
    Me.pictureBox1.Name = "pictureBox1"
    Me.pictureBox1.Size = New System.Drawing.Size(912, 200)
    Me.pictureBox1.TabIndex = 0
    Me.pictureBox1.TabStop = false
    '
    'checkedListBox1
    '
    Me.checkedListBox1.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox1.CheckOnClick = true
    Me.checkedListBox1.FormattingEnabled = true
    Me.checkedListBox1.Items.AddRange(New Object() {"checkedListBox1"})
    Me.checkedListBox1.Location = New System.Drawing.Point(12, 206)
    Me.checkedListBox1.Name = "checkedListBox1"
    Me.checkedListBox1.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox1.TabIndex = 1
    '
    'checkedListBox2
    '
    Me.checkedListBox2.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox2.CheckOnClick = true
    Me.checkedListBox2.FormattingEnabled = true
    Me.checkedListBox2.Location = New System.Drawing.Point(12, 233)
    Me.checkedListBox2.Name = "checkedListBox2"
    Me.checkedListBox2.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox2.TabIndex = 2
    '
    'checkedListBox3
    '
    Me.checkedListBox3.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox3.CheckOnClick = true
    Me.checkedListBox3.FormattingEnabled = true
    Me.checkedListBox3.Location = New System.Drawing.Point(12, 260)
    Me.checkedListBox3.Name = "checkedListBox3"
    Me.checkedListBox3.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox3.TabIndex = 3
    '
    'checkedListBox4
    '
    Me.checkedListBox4.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox4.CheckOnClick = true
    Me.checkedListBox4.FormattingEnabled = true
    Me.checkedListBox4.Location = New System.Drawing.Point(12, 287)
    Me.checkedListBox4.Name = "checkedListBox4"
    Me.checkedListBox4.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox4.TabIndex = 4
    '
    'checkedListBox5
    '
    Me.checkedListBox5.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox5.CheckOnClick = true
    Me.checkedListBox5.FormattingEnabled = true
    Me.checkedListBox5.Location = New System.Drawing.Point(12, 314)
    Me.checkedListBox5.Name = "checkedListBox5"
    Me.checkedListBox5.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox5.TabIndex = 5
    '
    'checkedListBox6
    '
    Me.checkedListBox6.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox6.CheckOnClick = true
    Me.checkedListBox6.FormattingEnabled = true
    Me.checkedListBox6.Location = New System.Drawing.Point(12, 341)
    Me.checkedListBox6.Name = "checkedListBox6"
    Me.checkedListBox6.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox6.TabIndex = 6
    '
    'checkedListBox7
    '
    Me.checkedListBox7.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox7.CheckOnClick = true
    Me.checkedListBox7.FormattingEnabled = true
    Me.checkedListBox7.Location = New System.Drawing.Point(12, 368)
    Me.checkedListBox7.Name = "checkedListBox7"
    Me.checkedListBox7.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox7.TabIndex = 7
    '
    'checkedListBox8
    '
    Me.checkedListBox8.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox8.CheckOnClick = true
    Me.checkedListBox8.FormattingEnabled = true
    Me.checkedListBox8.Location = New System.Drawing.Point(12, 395)
    Me.checkedListBox8.Name = "checkedListBox8"
    Me.checkedListBox8.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox8.TabIndex = 8
    '
    'checkedListBox9
    '
    Me.checkedListBox9.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox9.CheckOnClick = true
    Me.checkedListBox9.FormattingEnabled = true
    Me.checkedListBox9.Location = New System.Drawing.Point(12, 422)
    Me.checkedListBox9.Name = "checkedListBox9"
    Me.checkedListBox9.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox9.TabIndex = 9
    '
    'checkedListBox10
    '
    Me.checkedListBox10.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox10.CheckOnClick = true
    Me.checkedListBox10.FormattingEnabled = true
    Me.checkedListBox10.Location = New System.Drawing.Point(12, 449)
    Me.checkedListBox10.Name = "checkedListBox10"
    Me.checkedListBox10.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox10.TabIndex = 10
    '
    'checkedListBox11
    '
    Me.checkedListBox11.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox11.CheckOnClick = true
    Me.checkedListBox11.FormattingEnabled = true
    Me.checkedListBox11.Location = New System.Drawing.Point(12, 476)
    Me.checkedListBox11.Name = "checkedListBox11"
    Me.checkedListBox11.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox11.TabIndex = 11
    '
    'checkedListBox12
    '
    Me.checkedListBox12.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox12.CheckOnClick = true
    Me.checkedListBox12.FormattingEnabled = true
    Me.checkedListBox12.Location = New System.Drawing.Point(12, 503)
    Me.checkedListBox12.Name = "checkedListBox12"
    Me.checkedListBox12.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox12.TabIndex = 12
    '
    'checkedListBox13
    '
    Me.checkedListBox13.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox13.CheckOnClick = true
    Me.checkedListBox13.FormattingEnabled = true
    Me.checkedListBox13.Location = New System.Drawing.Point(12, 530)
    Me.checkedListBox13.Name = "checkedListBox13"
    Me.checkedListBox13.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox13.TabIndex = 13
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:50

    '
    'checkedListBox14
    '
    Me.checkedListBox14.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox14.CheckOnClick = true
    Me.checkedListBox14.FormattingEnabled = true
    Me.checkedListBox14.Location = New System.Drawing.Point(268, 206)
    Me.checkedListBox14.Name = "checkedListBox14"
    Me.checkedListBox14.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox14.TabIndex = 14
    '
    'checkedListBox15
    '
    Me.checkedListBox15.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox15.CheckOnClick = true
    Me.checkedListBox15.FormattingEnabled = true
    Me.checkedListBox15.Location = New System.Drawing.Point(268, 233)
    Me.checkedListBox15.Name = "checkedListBox15"
    Me.checkedListBox15.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox15.TabIndex = 15
    '
    'checkedListBox16
    '
    Me.checkedListBox16.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox16.CheckOnClick = true
    Me.checkedListBox16.FormattingEnabled = true
    Me.checkedListBox16.Location = New System.Drawing.Point(268, 260)
    Me.checkedListBox16.Name = "checkedListBox16"
    Me.checkedListBox16.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox16.TabIndex = 16
    '
    'checkedListBox17
    '
    Me.checkedListBox17.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox17.CheckOnClick = true
    Me.checkedListBox17.FormattingEnabled = true
    Me.checkedListBox17.Location = New System.Drawing.Point(268, 287)
    Me.checkedListBox17.Name = "checkedListBox17"
    Me.checkedListBox17.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox17.TabIndex = 17
    '
    'checkedListBox18
    '
    Me.checkedListBox18.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox18.CheckOnClick = true
    Me.checkedListBox18.FormattingEnabled = true
    Me.checkedListBox18.Location = New System.Drawing.Point(268, 314)
    Me.checkedListBox18.Name = "checkedListBox18"
    Me.checkedListBox18.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox18.TabIndex = 18
    '
    'checkedListBox19
    '
    Me.checkedListBox19.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox19.CheckOnClick = true
    Me.checkedListBox19.FormattingEnabled = true
    Me.checkedListBox19.Location = New System.Drawing.Point(268, 341)
    Me.checkedListBox19.Name = "checkedListBox19"
    Me.checkedListBox19.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox19.TabIndex = 19
    '
    'checkedListBox20
    '
    Me.checkedListBox20.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox20.CheckOnClick = true
    Me.checkedListBox20.FormattingEnabled = true
    Me.checkedListBox20.Location = New System.Drawing.Point(268, 368)
    Me.checkedListBox20.Name = "checkedListBox20"
    Me.checkedListBox20.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox20.TabIndex = 20
    '
    'checkedListBox21
    '
    Me.checkedListBox21.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox21.CheckOnClick = true
    Me.checkedListBox21.FormattingEnabled = true
    Me.checkedListBox21.Location = New System.Drawing.Point(268, 395)
    Me.checkedListBox21.Name = "checkedListBox21"
    Me.checkedListBox21.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox21.TabIndex = 21
    '
    'checkedListBox22
    '
    Me.checkedListBox22.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox22.CheckOnClick = true
    Me.checkedListBox22.FormattingEnabled = true
    Me.checkedListBox22.Location = New System.Drawing.Point(268, 422)
    Me.checkedListBox22.Name = "checkedListBox22"
    Me.checkedListBox22.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox22.TabIndex = 22
    '
    'checkedListBox23
    '
    Me.checkedListBox23.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox23.CheckOnClick = true
    Me.checkedListBox23.FormattingEnabled = true
    Me.checkedListBox23.Location = New System.Drawing.Point(268, 449)
    Me.checkedListBox23.Name = "checkedListBox23"
    Me.checkedListBox23.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox23.TabIndex = 23
    '
    'checkedListBox24
    '
    Me.checkedListBox24.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox24.CheckOnClick = true
    Me.checkedListBox24.FormattingEnabled = true
    Me.checkedListBox24.Location = New System.Drawing.Point(268, 476)
    Me.checkedListBox24.Name = "checkedListBox24"
    Me.checkedListBox24.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox24.TabIndex = 24
    '
    'checkedListBox25
    '
    Me.checkedListBox25.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox25.CheckOnClick = true
    Me.checkedListBox25.FormattingEnabled = true
    Me.checkedListBox25.Location = New System.Drawing.Point(268, 503)
    Me.checkedListBox25.Name = "checkedListBox25"
    Me.checkedListBox25.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox25.TabIndex = 25
    '
    'checkedListBox26
    '
    Me.checkedListBox26.BackColor = System.Drawing.SystemColors.ScrollBar
    Me.checkedListBox26.CheckOnClick = true
    Me.checkedListBox26.FormattingEnabled = true
    Me.checkedListBox26.Location = New System.Drawing.Point(268, 531)
    Me.checkedListBox26.Name = "checkedListBox26"
    Me.checkedListBox26.Size = New System.Drawing.Size(250, 21)
    Me.checkedListBox26.TabIndex = 26
    '
    'AvantLeDecollage
    '
    Me.BackColor = System.Drawing.SystemColors.WindowFrame
    Me.ClientSize = New System.Drawing.Size(909, 564)
    Me.Controls.Add(Me.checkedListBox1)
    Me.Controls.Add(Me.pictureBox1)
    Me.Controls.Add(Me.checkedListBox2)
    Me.Controls.Add(Me.checkedListBox3)
    Me.Controls.Add(Me.checkedListBox4)
    Me.Controls.Add(Me.checkedListBox5)
    Me.Controls.Add(Me.checkedListBox6)
    Me.Controls.Add(Me.checkedListBox7)
    Me.Controls.Add(Me.checkedListBox8)
    Me.Controls.Add(Me.checkedListBox9)
    Me.Controls.Add(Me.checkedListBox10)
    Me.Controls.Add(Me.checkedListBox11)
    Me.Controls.Add(Me.checkedListBox12)
    Me.Controls.Add(Me.checkedListBox13)
    Me.Controls.Add(Me.checkedListBox14)
    Me.Controls.Add(Me.checkedListBox15)
    Me.Controls.Add(Me.checkedListBox16)
    Me.Controls.Add(Me.checkedListBox17)
    Me.Controls.Add(Me.checkedListBox18)
    Me.Controls.Add(Me.checkedListBox19)
    Me.Controls.Add(Me.checkedListBox20)
    Me.Controls.Add(Me.checkedListBox21)
    Me.Controls.Add(Me.checkedListBox22)
    Me.Controls.Add(Me.checkedListBox23)
    Me.Controls.Add(Me.checkedListBox24)
    Me.Controls.Add(Me.checkedListBox25)
    Me.Controls.Add(Me.checkedListBox26)
    Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
    Me.MaximizeBox = false
    Me.Name = "AvantLeDecollage"
    Me.Text = "Avant le décollage"
    CType(Me.pictureBox1,System.ComponentModel.ISupportInitialize).EndInit
    Me.ResumeLayout(false)
    End Sub
    End Class
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 11:51

    Je dois envoyer tout le reste là ? J'en ai pour trois heures..?
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 32
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    Variable ? Empty Re: Variable ?

    Message par Admin Mar 29 Juin 2010 - 11:57

    Non non c'est bon x)

    Bon il y a un problème tout ce même c'est que l'erreur affiché dans le rapport n'est pas la même que tu m'as dite.
    En suivant celle du rapport d'erreur :
    soit ton fichier de sortie (le exe) est en lecture seule, soit il était en cours d'exécution la dernière fois que tu as généré ton projet.

    Essaye de regénérer ton projet et dit moi ce qu'il se passe Variable ? Lol
    Sinon, essaye de supprimer cette action, on m'a déjà informé d'un problème de compilation avec cette action et j'en ai eu également (pas tout le temps), le problème a déjà été corrigé mais quand même, je préfère être sur =)
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 12:05

    Super,

    Maintenant, la génération échoue et il est "impossible d'écrire dans le fichier de sortie (Path de mon fichier)"
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 32
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    Variable ? Empty Re: Variable ?

    Message par Admin Mar 29 Juin 2010 - 12:07

    Oui c'est ce que je viens de dire :

    soit ton fichier de sortie (le exe) est en lecture seule, soit il était
    en cours d'exécution la dernière fois que tu as généré ton projet.
    Essaye de le supprimer, Windows va sûrement dire qu'il ne peut pas. Essaye alors de redémarrer Windows si c'est le cas ^^
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 12:12

    Ah, c'est vrai que j'ai ajouté une action "modifier la valeur" visible de ma fenêtre principale en False car je voulais l'éteindre mais comme c'est ma form de démarrage, je l'ai cachée ... Mais j'avais regardé dans mes tâches et il n'y était plus. Ca veut dire que ça le rend invisible pour Windows alors qu'il est là ?
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 32
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    Variable ? Empty Re: Variable ?

    Message par Admin Mar 29 Juin 2010 - 12:14

    Dans le gestionnaire des tâche, va dans l'onglet Processus Variable ? Icon_razz
    L'onglet Application n'affiche que les fenêtres "visible" lol
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 12:24

    Eh eh ...

    Donc, c'est bon, un problème de résolu. Il reste celui de la variable pour changer le texte.


    Mais aussi, pour que l'utilisateur du programme ne lance pas 10 000 applications, il y a un évenement genre si la fenêtre se ferme, l'accueil redevient visible ?

    Je pense qu'il va falloir utiliser du VB. Je vais chercher
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 32
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    Variable ? Empty Re: Variable ?

    Message par Admin Mar 29 Juin 2010 - 12:29

    - Il y a un évènement FormClosing et FormClosed
    - Dans les paramètres du projet tu peux choisir de faire une application à instance unique (peu être lancé une seule fois, pas 2 en même temps).
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 12:35

    Ok, plus que deux sur 4.

    on est à 50% du poroblème. Il y a toujours ce Fou** message dans le programme et l'erreur "La définition ''Public ReadOnly Property l' a été déclaré plusieurs fois dans la même Classe ou Fenêtre."
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 32
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    Variable ? Empty Re: Variable ?

    Message par Admin Mar 29 Juin 2010 - 12:38

    pour la seconde erreur :

    vérifie que tu n'ais pas de doublon dans les ressources du projet ou autre.
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 12:45

    Voila, réparé. J'ai carrément retiré les ressources parce que au début, je croyais qu'il fallait le faire pour toutes les images utilisées dans les form mais comme j'ai lu trois fois le dossier d'aide hier en le corrigant, je sais maintenant à quoi ça sert ^^


    75%

    Pour la derniere ...
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 12:52

    Ah oui, un pitit problème.


    La form s'ouvre bien avec le FormClosed mais seulement, il tente de réouvrir le splashscreen... Comment faire pour ne l'ouvrir que au démarrage ?
    Admin
    Admin
    Administrateur
    Administrateur


    Masculin Nombre de messages : 1882
    Age : 32
    Localisation : Boulogne Billancourt(92100)(France)
    Emploi/loisirs : Software Development Engineer
    Date d'inscription : 24/01/2008

    Variable ? Empty Re: Variable ?

    Message par Admin Mar 29 Juin 2010 - 13:04

    La dernière, l'erreur vient de l'action, un petit bug.
    Tu peux utiliser Exécuter du code vb.net et mettre

    Code:
    Variable_Recevant_Resultat = Variable_Contenant_Texte.Replace("bonjour", "salut")

    Enfin, pour le SplashScreen, tu peux faire une condition avec une variable, ainsi, si la variable a tel valeur, tu la change, et ainsi tu peux savoir si il faut afficher le splash ou pas.
    Adrien
    Adrien
    Habitué
    Habitué


    Masculin Nombre de messages : 387
    Age : 29
    Emploi/loisirs : Aviation // Aux études
    Humeur : Sens-toi bien et tu seras bien !
    Date d'inscription : 14/02/2010

    Variable ? Empty Re: Variable ?

    Message par Adrien Mar 29 Juin 2010 - 13:19

    Ok, pour le code, c'est comme dans la version1 ^^ même bug Variable ? Lol


    Par contre, pour la variable, je n'ai pas compris, c'est une variable que je dois entrer dans mon splashscreen disant que si il n'est pas activé par le démarrage du programme ça ne marche pas ou je dois faire autrement ?

    Contenu sponsorisé


    Variable ? Empty Re: Variable ?

    Message par Contenu sponsorisé


      La date/heure actuelle est Jeu 21 Nov 2024 - 19:46