aliasmortal
Member
- Joined
- Feb 26, 2008
- Messages
- 6
- Programming Experience
- 1-3
Hey all,
I am really new to VB.net and I also haven't done much programming in the last 6 years, so basically I suck at it. So here is my question, I am sure it is really simple and any help would be great.
I want to use a variable as part of a command like this.
Original command - MsgBox(combobox1.text)
Need to change to something like this - MsgBox(var1.text) var1 would be combobox1
Where var1 would be the name of a var I would pass to a function etc....
I am really new to VB.net and I also haven't done much programming in the last 6 years, so basically I suck at it. So here is my question, I am sure it is really simple and any help would be great.
I want to use a variable as part of a command like this.
Original command - MsgBox(combobox1.text)
Need to change to something like this - MsgBox(var1.text) var1 would be combobox1
Where var1 would be the name of a var I would pass to a function etc....