Missing Object in ToolBox
Hi guys!!!
i am just diverting myself to the newest version of Visual Studio .NEt...
i am lost... Where did all the components gone to ??? how can i add a component to the ToolBox such how we did it in the VB6...
what i found in VB.net is Add references.. or Add Web References...
Actually i hope to add a Microsoft Internet Control and Web Browser Control ..... But it seems that, the component in not in the tool box???? :confused: :confused: :confused:
Re: Missing Object in ToolBox
do the following :
1-In the solution Explorer , right click References ----->Add Reference .
2-Click COM tab .Scroll down till you find : Microsoft Internet Controls.Select it then Click OK.
3-Then , your Com Object is there named :explorer .
and that apply to other COMs and Objects .