Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #44.2K
2 Posted Topics
How can i create list of textboxes in vb2012 to be like textbox(0).text textbox(1).text
as this guy above explain you should use label or textbox to understand it ex textbox1.text = textbox2.text+" " + textbox3.text + " " ... You are using " " to make a spaced. If you want to work with numbers you should write **val**(textbox1.text)
The End.
t3cho