Tema: Starposition
Ver Mensaje Individual
  #8 (permalink)  
Antiguo 27/04/2005, 00:20
alehawk
 
Fecha de Ingreso: junio-2002
Mensajes: 212
Antigüedad: 22 años, 7 meses
Puntos: 0
Mira, no se lo que te hace pero fijate aca, lo acabo de hacer y lo centra bien...

Public Class Form1
Inherits System.Windows.Forms.Form

#Region " Windows Form Designer generated code "

Public Sub New()
MyBase.New()

'This call is required by the Windows Form Designer.
InitializeComponent()

'Add any initialization after the InitializeComponent() call

End Sub

'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub

'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer

'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
Friend WithEvents Label1 As System.Windows.Forms.Label
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(55, 51)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(172, 46)
Me.Label1.TabIndex = 0
Me.Label1.Text = "estoy centrado"
'
'Form1
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.ClientSize = New System.Drawing.Size(292, 273)
Me.Controls.Add(Me.Label1)
Me.Name = "Form1"
Me.Text = "Form1"
Me.ResumeLayout(False)

End Sub

#End Region

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.Top = Screen.PrimaryScreen.Bounds.Height / 2 - (Me.Height / 2)
Me.Left = Screen.PrimaryScreen.Bounds.Width / 2 - (Me.Width / 2)

End Sub
End Class
__________________
Simuladores y Examenes Cisco, Herramientas de Red Online - Tecnologia y Redes