Results 1 to 5 of 5

Thread: Good Book?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Location
    Toledo OH
    Posts
    9

    Question Good Book?

    I have spent the last 1 year and a half learning C++. I have built a decent foundation for this language and now I’m learning Visual Basic. So far, Visual Basic has been a walk in the park. With a few exceptions to pointers and multiple inheritance I have really enjoyed leaning this language. My problem is and this even applies to C++, is I cannot find any good books on network programming. I have looked online, asked my teachers, and I cannot find anything halfway decent. I want something that explains winsock programming for VB.net since VB is what we are currently studying in school. I would like to design a chat client for yahoo, this has been a personal goal of mine for the past 2 years. Anyone have any suggestions on books or online tutorials?

    Thanks, Chad

  2. #2
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    Re: Good Book?

    welcome to vbforums,

    first of all, if youre looking for a book, you can go to any bookstore at your place(joke only), basically, many books are available at bookstores but none of them would give what you want at once. there are a lot of members of this forum you can lean on and ask for help from. if you have some questions in mind with regards to vb. you can ask it here in this forum or post a new thread regarding a new topic you want to talk about. but before posting any new thread, try to search the forums first by puuling down the search menu and typing in your topic identifier
    On error goto Trap

    Trap:
    in case of emergency, drop the case...

    ****************************************
    If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option.
    if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar

  3. #3
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    Re: Good Book?

    Hi.

    Id depends on what youre looking for with regards to netowrking.

    The general concencus is TCP/IP netowkring, and in that case a good classic books is

    Networking with Microsoft TCP/IP
    Certified Administrators guide
    Drew Heywood & Rob Scrimger

    Its a hardbgack, new riders book, adn a clasic.

    If youre looking at something more specialised, look any books by Cisco, Novell (although novell netware is dated)

    But if its an all round tutorial and guide to all things networking, the Microsoft book ive detailed here will be the solution for you...

    Hope this helps

    Kai
    As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..

    A few things that make a good Developer a Great One.
    Methodical and a thorough approach to research and design inevitably leads to success.
    Forward thinking is the key to Flow of control.
    Never test in the design environment, always test in real time, you get the REAL results.
    CBSE & OOSE are the same animal, they just require different techniques, and thinking.
    SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
    The key to good design is explicit attention to both detail and response.
    Think Freely out of the "Box" you're in..... You will soar to better heights.

    Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT


  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Location
    Toledo OH
    Posts
    9

    Re: Good Book?

    Thank you both for the response I have searched a little bit and found some usful topics. One question: I use VB.net; on the older VB v6.0 when someone wanted to use a winsock they simply dragged the winsock icon from the toolbar onto the form. But in vb.net i do not see this componet anywhere in the toolbar

    I know it's a rather silly question, but is this componet named something else in vb.net?

  5. #5
    Hyperactive Member
    Join Date
    Feb 2006
    Location
    Melbourne, Australia
    Posts
    415

    Re: Good Book?

    Press ctrl - T, then scroll down and tick 'Microsoft Winsock Control'


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