Hi All,
I have a wierd problem with an Inputbox.
Who I have not in VB 2003 and 2008.
If I try this:
vb.net Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim result As String = Inputbox("Enter your username") TextBox1.Text = result End Sub
Then I've got this error:
Do I need to show an Inputbox in a different way than in vb 2003 or 2008.'Inputbox' is a namespace and cannot be used as an expression.





Reply With Quote