WebControl Control? -- Always greyed out???
Hi everyone
The company I work for is attemtping to upgrade our current application from VB6 to VB .NET.
In my old app, we use the VB6 web browser control to display data.
I'm thinking of using the same methods to display data but want to know what the equivalent of the MS Web Control is from VB6 to VB .NET.
I don't want to use the COM VB6 control because I believe all the problems I had with the old control will be ported over to the new app. I found a WebControl control (This controls seems inherent in the .NET framework controls. I added it by adding an item/component from right clicking in the toolbox), but it is always greyed out? Any idea how I can use this control and is it similar to the Web Browser control of VB6?
Am I on the right track? I am a VB .NET newbie, so please keep the flaming to a minimum.
Thanks.