VB.NET Handheld PDA - Input box not displaying text
-
I've just starting in VB.NET and would like to know if someone could help me out with a minor issue I have. When I use INPUTBOX(), the textbox is shown on the screen but the text message isn't. Anyone would know why ? Again, must be something very easy.. just new to this .NET world
-
I've just starting in VB.NET and would like to know if someone could help me out with a minor issue I have. When I use INPUTBOX(), the textbox is shown on the screen but the text message isn't. Anyone would know why ? Again, must be something very easy.. just new to this .NET world
Not sure what text are your referring to by the line " the textbox is shown on the screen but the text message isn't". Are you talking about the Prompt, Title or the Default text? The code below worked for me: str = InputBox("Prompt", "Title", "Default text in the textbox") Regards, Dave
Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com