I'll preface this by saying I'm very new to VB.Net. This is in reference to a project I'm working on for my college class, so I apologize in advance if my question may be stupid and/or unclear.
At any rate, the project I'm working on consists of a listbox that calls to one of two different forms for data. I need to be able to edit each entry by double clicking on that item in the listbox. Before I populate the popup, I need to know which form was originally used. (I hope that made sense)
I remember my professor saying we need to use something like ss = s.split(","c), so I can then use an If/then statement along the lines of:
If ss(3) = "Bliggidy" or "Blah" Then
Yadda yadda
End if
Unfortunately, I can't quite figure out how to get it to work. Can anybody provide some guidance on this?
Thank you in advance for any help you can provide.
Note: I am using Visual Studio .NET 2003/.NET Framework 1.1.




Reply With Quote