Nesanco
Nesanco
Explore posts from servers
CC#
Created by Nesanco on 3/1/2023 in #help
❔ overlap labels
no im trying to overlap labels
6 replies
CC#
Created by Nesanco on 3/1/2023 in #help
❔ overlap labels
looks like that rn
Label uline = new Label();
uline.Visible = true;
uline.BackColor = Color.Transparent;
uline.Location = new Point(x, 400);
uline.Font = new Font("Arial", 15);
uline.Text = "____";
this.Controls.Add(uline);
Label uline = new Label();
uline.Visible = true;
uline.BackColor = Color.Transparent;
uline.Location = new Point(x, 400);
uline.Font = new Font("Arial", 15);
uline.Text = "____";
this.Controls.Add(uline);
6 replies