C# and casting

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

I have a strig which represents an object.
I have 3 Browser objects on my form and each one has a unique name in the
form
I want to say:

String CurrentBrowser
CurrentBrowser.Navigate(.....)

how can I convert CurrentBrowser (String) into a WebBrowser Object (in C#)

Thx

SQ
 
There are 10 kinds of people. Those who understand binary and those who

There are three kinds of people. Those who can count and those who cannot.
;-)
 
Back
Top