Adaptar formulario a tamaño pantalla


/ Published in: VB.NET
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 'en form load
  2. Me.Location = Screen.PrimaryScreen.WorkingArea.Location
  3. Me.Size = Screen.PrimaryScreen.WorkingArea.Size

URL: http://www.elguille.info/NET/dotnet/adaptar_formulario_tamano_y_posicion_escritorio.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.