ok! This is what I wan to do.....
I have
frmToolKit (which is my main form)
it has an image and a RadioButtonList (called radOption)
then a HR
Under the HR I would like to show a different form based on the
radio button pressed. Example:
if radOption.SelectedIndex = 0 Then
frmLogFa.Show (or something like that)
end if
I'm not sure if this will work but how do I tell it to display on my main form?
kinda like frames but not really.
HELP!!!