Voila donc encore une erreur inderminée :
Je précise que ca vient du fait que j'ai des fonction qui modifie des image de picturebox et ça déconne un peu mais comme je trouve pas le problème :
Voila merci Étienne par ce que je suis sur qu'il y a que lui qui trouvera. Peux être Lereparateurdepc enfin...
Je précise que ca vient du fait que j'ai des fonction qui modifie des image de picturebox et ça déconne un peu mais comme je trouve pas le problème :
- Code:
Last build the samedi 30 avril 2011 at 13:21
Building failed : errors number: 8
File code : D:\Programmes\Temp\Code.vb
Project setting :
Type : ApplicationWindows
Debug : Classique
FormStart : WindowsForm1.szw
SplashScreen :
Optimize : True
----------------------------------------------------------------
3 - Line 0, Column 0, Error BC2007 : option 'win32manifest:"C:\Documents and Settings\Max\Mes documents\Mes Projets SoftwareZator\GuerreGame\Bin\GuerreGame.manifest"'; non reconnue ignorée
4 - Line 238, Column 0, Error BC40004 : withEvents variable 'Menu' est en conflit avec property 'Menu' dans la class 'Form' de base et doit donc être déclaré 'Shadows'.
5 - Line 2431, Column 0, Error BC30452 : L'opérateur '=' n'est pas défini pour les types 'Object' et 'System.Drawing.Image'.
6 - Line 2434, Column 0, Error BC30452 : L'opérateur '=' n'est pas défini pour les types 'Object' et 'System.Drawing.Image'.
7 - Line 2445, Column 0, Error BC30452 : L'opérateur '=' n'est pas défini pour les types 'Object' et 'System.Drawing.Image'.
8 - Line 2448, Column 0, Error BC30452 : L'opérateur '=' n'est pas défini pour les types 'Object' et 'System.Drawing.Image'.
9 - Line 2459, Column 0, Error BC30452 : L'opérateur '=' n'est pas défini pour les types 'Object' et 'System.Drawing.Image'.
10 - Line 2462, Column 0, Error BC30452 : L'opérateur '=' n'est pas défini pour les types 'Object' et 'System.Drawing.Image'.
----------------------------------------------------------------
' 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.3620
'
' 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("GuerreGame")>
<Assembly: Reflection.AssemblyDescription("")>
<Assembly: Reflection.AssemblyCompany("")>
<Assembly: Reflection.AssemblyProduct("")>
<Assembly: Reflection.AssemblyCopyright("Copyright 2011")>
<Assembly: Reflection.AssemblyTrademark("")>
<Assembly: Reflection.AssemblyVersion("1.0.0.0")>
<Assembly: Reflection.AssemblyFileVersion("1.0.0.0")>
<Assembly: Runtime.InteropServices.ComVisible(True)>
'Ce Namespace a été généré par SoftwareZator 2011 Edition Standard (2.0.0.0)
Namespace GuerreGame
Public Class WindowsForm1_f
Inherits System.Windows.Forms.Form
Public WithEvents pictureBox1 As System.Windows.Forms.PictureBox
Public WithEvents label1 As System.Windows.Forms.Label
Public WithEvents pictureBox2 As System.Windows.Forms.PictureBox
Public WithEvents timer1 As System.Windows.Forms.Timer
Public WithEvents pictureBox3 As System.Windows.Forms.PictureBox
Public WithEvents pictureBox4 As System.Windows.Forms.PictureBox
Public WithEvents progressBar1 As System.Windows.Forms.ProgressBar
Public WithEvents progressBar2 As System.Windows.Forms.ProgressBar
Public WithEvents components As System.ComponentModel.IContainer
Public Sub New()
MyBase.New
Me.InitializeComponent
End Sub
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(WindowsForm1_f))
Me.pictureBox1 = New System.Windows.Forms.PictureBox
Me.label1 = New System.Windows.Forms.Label
Me.pictureBox2 = New System.Windows.Forms.PictureBox
Me.timer1 = New System.Windows.Forms.Timer(Me.components)
Me.pictureBox3 = New System.Windows.Forms.PictureBox
Me.pictureBox4 = New System.Windows.Forms.PictureBox
Me.progressBar1 = New System.Windows.Forms.ProgressBar
Me.progressBar2 = New System.Windows.Forms.ProgressBar
CType(Me.pictureBox1,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.pictureBox2,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.pictureBox3,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.pictureBox4,System.ComponentModel.ISupportInitialize).BeginInit
Me.SuspendLayout
'
'pictureBox1
'
Me.pictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left),System.Windows.Forms.AnchorStyles)
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(12, 526)
Me.pictureBox1.Name = "pictureBox1"
Me.pictureBox1.Size = New System.Drawing.Size(76, 45)
Me.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.pictureBox1.TabIndex = 0
Me.pictureBox1.TabStop = false
Me.pictureBox1.Visible = false
'
'label1
'
Me.label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left),System.Windows.Forms.AnchorStyles)
Me.label1.Location = New System.Drawing.Point(94, 535)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(115, 23)
Me.label1.TabIndex = 1
Me.label1.Text = "GipseProduction"
'
'pictureBox2
'
Me.pictureBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
Me.pictureBox2.ErrorImage = CType(resources.GetObject("pictureBox2.ErrorImage"),System.Drawing.Image)
Me.pictureBox2.Image = CType(resources.GetObject("pictureBox2.Image"),System.Drawing.Image)
Me.pictureBox2.InitialImage = CType(resources.GetObject("pictureBox2.InitialImage"),System.Drawing.Image)
Me.pictureBox2.Location = New System.Drawing.Point(731, 518)
Me.pictureBox2.Name = "pictureBox2"
Me.pictureBox2.Size = New System.Drawing.Size(99, 53)
Me.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pictureBox2.TabIndex = 0
Me.pictureBox2.TabStop = false
Me.pictureBox2.Visible = false
'
'timer1
'
Me.timer1.Interval = 4000
'
'pictureBox3
'
Me.pictureBox3.BackColor = System.Drawing.Color.Transparent
Me.pictureBox3.ErrorImage = CType(resources.GetObject("pictureBox3.ErrorImage"),System.Drawing.Image)
Me.pictureBox3.Image = CType(resources.GetObject("pictureBox3.Image"),System.Drawing.Image)
Me.pictureBox3.InitialImage = CType(resources.GetObject("pictureBox3.InitialImage"),System.Drawing.Image)
Me.pictureBox3.Location = New System.Drawing.Point(12, 12)
Me.pictureBox3.Name = "pictureBox3"
Me.pictureBox3.Size = New System.Drawing.Size(294, 127)
Me.pictureBox3.TabIndex = 2
Me.pictureBox3.TabStop = false
Me.pictureBox3.Visible = false
'
'pictureBox4
'
Me.pictureBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
Me.pictureBox4.BackColor = System.Drawing.Color.Transparent
Me.pictureBox4.ErrorImage = CType(resources.GetObject("pictureBox4.ErrorImage"),System.Drawing.Image)
Me.pictureBox4.Image = CType(resources.GetObject("pictureBox4.Image"),System.Drawing.Image)
Me.pictureBox4.InitialImage = CType(resources.GetObject("pictureBox4.InitialImage"),System.Drawing.Image)
Me.pictureBox4.Location = New System.Drawing.Point(521, 12)
Me.pictureBox4.Name = "pictureBox4"
Me.pictureBox4.Size = New System.Drawing.Size(293, 127)
Me.pictureBox4.TabIndex = 2
Me.pictureBox4.TabStop = false
Me.pictureBox4.Visible = false
'
'progressBar1
'
Me.progressBar1.Location = New System.Drawing.Point(12, 145)
Me.progressBar1.Name = "progressBar1"
Me.progressBar1.Size = New System.Drawing.Size(293, 23)
Me.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee
Me.progressBar1.TabIndex = 3
Me.progressBar1.Value = 5
Me.progressBar1.Visible = false
'
'progressBar2
'
Me.progressBar2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
Me.progressBar2.Location = New System.Drawing.Point(521, 145)
Me.progressBar2.Name = "progressBar2"
Me.progressBar2.Size = New System.Drawing.Size(293, 23)
Me.progressBar2.Style = System.Windows.Forms.ProgressBarStyle.Marquee
Me.progressBar2.TabIndex = 3
Me.progressBar2.Value = 5
Me.progressBar2.Visible = false
'
'WindowsForm1
'
Me.BackColor = System.Drawing.Color.Black
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"),System.Drawing.Image)
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.ClientSize = New System.Drawing.Size(842, 574)
Me.Controls.Add(Me.progressBar1)
Me.Controls.Add(Me.progressBar2)
Me.Controls.Add(Me.pictureBox4)
Me.Controls.Add(Me.pictureBox3)
Me.Controls.Add(Me.label1)
Me.Controls.Add(Me.pictureBox2)
Me.Controls.Add(Me.pictureBox1)
Me.DoubleBuffered = true
Me.Font = New System.Drawing.Font("Comic Sans MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.ForeColor = System.Drawing.Color.White
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
Me.Name = "WindowsForm1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Rally Of Road"
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
CType(Me.pictureBox1,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.pictureBox2,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.pictureBox3,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.pictureBox4,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. GuerreGame can't start without it. Please install the .Net Framework 3.5 and try again.", "GuerreGame", 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 WindowsForm1_f)
End Sub
End Class
Public Class WindowsForm2_f
Inherits System.Windows.Forms.Form
Public WithEvents tabControl1 As System.Windows.Forms.TabControl
Public WithEvents Carte As System.Windows.Forms.TabPage
Public WithEvents Magasin As System.Windows.Forms.TabPage
Public WithEvents groupBox4 As System.Windows.Forms.GroupBox
Public WithEvents groupBox3 As System.Windows.Forms.GroupBox
Public WithEvents groupBox2 As System.Windows.Forms.GroupBox
Public WithEvents groupBox1 As System.Windows.Forms.GroupBox
Public WithEvents Garage As System.Windows.Forms.TabPage
Public WithEvents Jeux_de_chance As System.Windows.Forms.TabPage
Public WithEvents Menu As System.Windows.Forms.TabPage
Public WithEvents label1 As System.Windows.Forms.Label
Public WithEvents label2 As System.Windows.Forms.Label
Public WithEvents label3 As System.Windows.Forms.Label
Public WithEvents label4 As System.Windows.Forms.Label
Public WithEvents label7 As System.Windows.Forms.Label
Public WithEvents textBox1 As System.Windows.Forms.TextBox
Public WithEvents label6 As System.Windows.Forms.Label
Public WithEvents label5 As System.Windows.Forms.Label
Public WithEvents pictureBox2 As System.Windows.Forms.PictureBox
Public WithEvents pictureBox1 As System.Windows.Forms.PictureBox
Public WithEvents button2 As System.Windows.Forms.Button
Public WithEvents button1 As System.Windows.Forms.Button
Public WithEvents label12 As System.Windows.Forms.Label
Public WithEvents label11 As System.Windows.Forms.Label
Public WithEvents label10 As System.Windows.Forms.Label
Public WithEvents label13 As System.Windows.Forms.Label
Public WithEvents label14 As System.Windows.Forms.Label
Public WithEvents label9 As System.Windows.Forms.Label
Public WithEvents label8 As System.Windows.Forms.Label
Public WithEvents textBox19 As System.Windows.Forms.TextBox
Public WithEvents textBox7 As System.Windows.Forms.TextBox
Public WithEvents textBox18 As System.Windows.Forms.TextBox
Public WithEvents textBox5 As System.Windows.Forms.TextBox
Public WithEvents textBox22 As System.Windows.Forms.TextBox
Public WithEvents textBox31 As System.Windows.Forms.TextBox
Public WithEvents textBox28 As System.Windows.Forms.TextBox
Public WithEvents textBox23 As System.Windows.Forms.TextBox
Public WithEvents textBox17 As System.Windows.Forms.TextBox
Public WithEvents textBox3 As System.Windows.Forms.TextBox
Public WithEvents textBox30 As System.Windows.Forms.TextBox
Public WithEvents textBox27 As System.Windows.Forms.TextBox
Public WithEvents textBox24 As System.Windows.Forms.TextBox
Public WithEvents textBox16 As System.Windows.Forms.TextBox
Public WithEvents textBox10 As System.Windows.Forms.TextBox
Public WithEvents textBox29 As System.Windows.Forms.TextBox
Public WithEvents textBox15 As System.Windows.Forms.TextBox
Public WithEvents textBox26 As System.Windows.Forms.TextBox
Public WithEvents textBox6 As System.Windows.Forms.TextBox
Public WithEvents textBox14 As System.Windows.Forms.TextBox
Public WithEvents textBox9 As System.Windows.Forms.TextBox
Public WithEvents textBox13 As System.Windows.Forms.TextBox
Public WithEvents textBox8 As System.Windows.Forms.TextBox
Public WithEvents textBox21 As System.Windows.Forms.TextBox
Public WithEvents textBox12 As System.Windows.Forms.TextBox
Public WithEvents textBox4 As System.Windows.Forms.TextBox
Public WithEvents textBox20 As System.Windows.Forms.TextBox
Public WithEvents textBox11 As System.Windows.Forms.TextBox
Public WithEvents textBox2 As System.Windows.Forms.TextBox
Public WithEvents BoutonAcheter9 As System.Windows.Forms.Button
Public WithEvents BoutonAcheter8 As System.Windows.Forms.Button
Public WithEvents BoutonAcheter6 As System.Windows.Forms.Button
Public WithEvents BoutonAcheter5 As System.Windows.Forms.Button
Public WithEvents BoutonAcheter7 As System.Windows.Forms.Button
Public WithEvents BoutonAcheter3 As System.Windows.Forms.Button
Public WithEvents BoutonAcheter4 As System.Windows.Forms.Button
Public WithEvents BoutonAcheter2 As System.Windows.Forms.Button
Public WithEvents BoutonAcheter1 As System.Windows.Forms.Button
Public WithEvents textBox25 As System.Windows.Forms.TextBox
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 label15 As System.Windows.Forms.Label
Public WithEvents label16 As System.Windows.Forms.Label
Public WithEvents textBoxrenforcment As System.Windows.Forms.TextBox
Public WithEvents textBoxmanovre As System.Windows.Forms.TextBox
Public WithEvents textBoxvitesse As System.Windows.Forms.TextBox
Public WithEvents button3 As System.Windows.Forms.Button
Public WithEvents label17 As System.Windows.Forms.Label
Public WithEvents label18 As System.Windows.Forms.Label
Public WithEvents label20 As System.Windows.Forms.Label
Public WithEvents pictureBox3 As System.Windows.Forms.PictureBox
Public WithEvents label25 As System.Windows.Forms.Label
Public WithEvents label23 As System.Windows.Forms.Label
Public WithEvents label22 As System.Windows.Forms.Label
Public WithEvents label21 As System.Windows.Forms.Label
Public WithEvents groupBox5 As System.Windows.Forms.GroupBox
Public WithEvents label19 As System.Windows.Forms.Label
Public WithEvents pictureBox10 As System.Windows.Forms.PictureBox
Public WithEvents pictureBox8 As System.Windows.Forms.PictureBox
Public WithEvents pictureBox7 As System.Windows.Forms.PictureBox
Public WithEvents pictureBox6 As System.Windows.Forms.PictureBox
Public WithEvents pictureBox5 As System.Windows.Forms.PictureBox
Public WithEvents pictureBox4 As System.Windows.Forms.PictureBox
Public WithEvents label24 As System.Windows.Forms.Label
Public WithEvents label33 As System.Windows.Forms.Label
Public WithEvents label32 As System.Windows.Forms.Label
Public WithEvents label31 As System.Windows.Forms.Label
Public WithEvents label30 As System.Windows.Forms.Label
Public WithEvents label29 As System.Windows.Forms.Label
Public WithEvents label28 As System.Windows.Forms.Label
Public WithEvents label27 As System.Windows.Forms.Label
Public WithEvents label26 As System.Windows.Forms.Label
Public WithEvents label34 As System.Windows.Forms.Label
Public WithEvents pictureBox9 As System.Windows.Forms.PictureBox
Public WithEvents timer1 As System.Windows.Forms.Timer
Public WithEvents components As System.ComponentModel.IContainer
Public Sub New()
MyBase.New
Me.InitializeComponent
End Sub
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New
Voila merci Étienne par ce que je suis sur qu'il y a que lui qui trouvera. Peux être Lereparateurdepc enfin...