D
Derek Martin
Dim what As String = InputBox("What property do you want to get?",
"Requested Property")
RichTextBox1.AppendText(PersonList.getpersonbyusername(usernametextbox.Text)
..{what.ToString}.ToString)
How can I do this???? (or is it not possible)
Thanks,
Derek
"Requested Property")
RichTextBox1.AppendText(PersonList.getpersonbyusername(usernametextbox.Text)
..{what.ToString}.ToString)
How can I do this???? (or is it not possible)
Thanks,
Derek