S
Supra
how do i get textbox1.locked set to true? using GDI vb.net. i wanted to
prevent user typed in txtbox becuase i'm using helpfile for textbox.
ne ideas u can give me a hint?
Dim txthelp As New TextBox
With txthelp
.Parent = Me
.Dock = DockStyle.Fill
.WordWrap = True
.Multiline = True
.ScrollBars = ScrollBars.Vertical
.locked ===========> can't see fielld of locked set to true
end with.
regards
prevent user typed in txtbox becuase i'm using helpfile for textbox.
ne ideas u can give me a hint?
Dim txthelp As New TextBox
With txthelp
.Parent = Me
.Dock = DockStyle.Fill
.WordWrap = True
.Multiline = True
.ScrollBars = ScrollBars.Vertical
.locked ===========> can't see fielld of locked set to true
end with.
regards