Hi,
I tried to set the form width to the width of the label box. The following coding is not working. It's width is not changed.
VB Code:
private void lblMess_TextChanged(object sender, EventArgs e) { this.Width = lblMess.Width + 70; this.Refresh(); }


Reply With Quote
