• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VB Input and Output Data Types

nLinked

Member
I need to make a very simple program in VB using the standard window form. It needs to have a textbox where I type anything, and by pressing a button, the amount of characters I have typed should appear in a label as an integer.

But I am new to VB and don't know which codes to use. Any help would be appreciated. I only know how to draw the textbox, button and label on-screen and I know how to assign codes to each 😱
 
Back
Top