I have a problem I dont know if you guys have experienced it before. I have searched but I cant seem to find a right solution. When I use this code to open a new form, My maskedtextbox on the new form can't allow the user user t enter any text. I need some help. This has slowed me down a bit.

Dim F2 As New FrmStudentRegistration()
        F2.TopLevel = False
        Controls.Add(F2)
        F2.Show()

try
[

F2.Enabled = True
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.