Design a form

CarcaBot

Well-known member
Joined
Apr 23, 2007
Messages
47
Location
Romania
Programming Experience
Beginner
Can i have form like this ?

48090005gq1.png
 
Hi

Hi,

VB.NET:
    Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Me.Text = String.Empty
        Me.ControlBox = False
    End Sub
 
Last edited:
nice man, i sayd you, maybe the problem was formbordercolor.none. this was the problem.

work thanks.
 
Last edited:
when i applied this, new problem appear
untitled2na2.png


something cover the text.

// later

i think status bar is..
 
Last edited:
Back
Top