Citat:
Ursprungligen postat av West-en
Ingen som vet? Antagligen mste de ritas igen, men hur? Har frskt med en massa olika funktioner men inget hjlpt.
Citat:
PictureBox1.Location = New System.Drawing.Point(PB1X, PB2Y)
PictureBox2.Location = New System.Drawing.Point(PB2X, PB2Y)
PictureBox3.Location = New System.Drawing.Point(PB2X, PB2Y)
PictureBox4.Location = New System.Drawing.Point(PB2X, PB2Y)
PictureBox5.Location = New System.Drawing.Point(PB2X, PB2Y)
PictureBox6.Location = New System.Drawing.Point(PB2X, PB2Y)
du stter ju ALLA utom frsta till samma position, s det r inte s konstigt...
Borde vl vara nt snt hr:
Citat:
PictureBox1.Location = New System.Drawing.Point(PB1X, PB1Y)
PictureBox2.Location = New System.Drawing.Point(PB2X, PB2Y)
PictureBox3.Location = New System.Drawing.Point(PB3X, PB3Y)
PictureBox4.Location = New System.Drawing.Point(PB4X, PB4Y)
PictureBox5.Location = New System.Drawing.Point(PB5X, PB5Y)
PictureBox6.Location = New System.Drawing.Point(PB6X, PB6Y)
Sen gr du fel i select casen nr du ska flytta vrdena.. Men det lter jag dig komma p sjlv..