using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using Systme.Windows.Forms;
namespace NewControls
{
public partial class Form1 : form
{
Public Form1()
InitializeComponent();
CrearControl();
}
private void CreateControl()
{
//Creamos el objeto control ( Etiqueta )
Label lblControl = new Label();
//Establecemos propiedades para el control
lblControl.Name = "MiControlEtiqueta";
lblControl.Bounds = new Rectangle(7, 14, 70, 30);
//Añadimos el control etiqueta al formulario
this.Controls.Add(lblControl);
}
Jonge bezoeker wint een enorme jackpot bij Holland Casino Enschede
-
Een jonge bezoeker van Holland Casino Enschede had vorige week dinsdag
reden tot juichen. Met slechts één euro inzet op de Mega Millions kreeg de
20-jarige...
Hace 1 año
2 comentarios
Me estoy iniciando en la programación con C# y tu post me ha resultado muy útil. Gracias!!!
Salut, J'ai trouvé votre blog par Google lors de la recherche pour les premiers soins pour une crise cardiaque et votre post semble très intéressant pour moi.
Publicar un comentario