<code>
Sv: forma shape runt label!
Svara
Private Sub Form_Load()
'om Shape1.Shape=0, 2 eller 4
Label1.AutoSize = True
Label1 = "Pellesoft.nu"
Shape1.Width = Label1.Width
Shape1.Height = Label1.Height * 2
Shape1.Move Label1.Left, Label1.Top - Label1.Height / 2
End Sub
</code>
/Ibbe