Indirect Referencing in VB
Hi, I am stuck in something similar, as I try to resolve a variable name from a literal and to get it back as value as dim vn as string vn="nomvariable" nomvariable="some text" and from here i want to...
View ArticleIndirect Referencing in VB
Hi even though your problem seems already to be solved I would like to mention that in the next version of VB (which is version 9.0) there will be the possibility to access a member determining its...
View ArticleIndirect Referencing in VB
Hi,If you're using Visual Basic .NET, System.Windows.Forms.Form class has Controls property that allows you to access the controls on the Form by name. So assuming your code above is within a Form, you...
View ArticleIndirect Referencing in VB
Hi All! I am new to VB so please bear with me if the solution is obvious to you all as it is not to me! Basically, is there a way of perfoming an indirect reference to a variable, or building up a...
View Article