Results 1 to 2 of 2

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

  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.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Including Controls in VB2008 ???

    Your networking tutorial is refering to the VB 6 version which is why you are not seeing the components menu item under projects. VB 6 and VB 2008 are totally different incompatible programming languages.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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