Results 1 to 2 of 2

Thread: [RESOLVED] Including Controls in VB2008 ???

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2007
    Posts
    36

    Resolved [RESOLVED] Including Controls in VB2008 ???

    Quote Originally Posted by From a Networking Tutorial
    Start by loading Visual Basic and creating a new standard exe application. Rename form1 to frmMain. To allow our chat application to communicate over the Internet, we need access to the Microsoft Winsock library. We can access this library in two ways. Firstly, by adding a reference to the library from the Project -> References menu option. Secondly, we can add the Microsoft Winsock ActiveX component into our application. The second way allows us to easily create an instantiation of the Winsock library in the form of a control, so we will use this method.

    Click on the Projects menu, and then the Components menu item. Scroll down the list of available components and check the "Microsoft Winsock Control 6.0" option:
    As you can see in my attachment.. there is no 'components' under 'project'.
    So where do I go to include components?

    ..

    Ps. I know how nooby this question sounds.

    ..

    PPs. There is not even a WinSock control under either menu of the Add Reference screen, (.NET, COM). Is my version of MSVB just f*xed ?
    Attached Images Attached Images  
    Last edited by d22552000; Dec 26th, 2007 at 03:15 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width