Thread: This board is a lifisaver...

  1. #1
    Registered Abuser
    Join Date
    Jun 2006
    Location
    Toronto
    Posts
    591

    This board is a lifisaver...

    because, lets face it, MSDN's search function sucks...
    http://img144.imageshack.us/img144/2...ositionxu7.png

    so to you gifted few, you MSDN ambassadors, the guys who can recall any and every Window's API function on a moment's notice... how do you do it??
    The search function mostly yields 99% off-topic garbage (especially if you are looking for C code and not C++/C# code) and manually browsing the drop-down sections is like shopping for specialty items at a department store: the stuff you're looking for is always in the LEAST likely place you'd expect it be.
    So what kind of cunningness must one employ to be able to find what they're looking for in MSDN?

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Try referring to a book for a few months. If you want C examples you'll want Charles Petzold's Programming Windows, 4th or 5th edition.

  3. #3
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Can you please submit this screenshot to thedailywtf.com ? It's too good to pass.
    (Site is down right now.)
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  4. #4
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    That screenshot is a classic!

    To answer your question, most of us use Google and/or the documentation included with the platform SDK which has a good search function.

  5. #5
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    I totaly agree on MSDN's search engein,

    what I would do is (in google) type in: "WM_SETPOSITION MSDN".
    Or what ever you'r looking for, so long as "MSDN" is in there some where, google usally links you to the MSDN Library, the tree on the left is usefull too.

  6. #6
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    Or you can use google the right way. For example try the keywords: site:msdn.microsoft.com createwindow

    The site: thing limits the search results to that domain.
    If you understand what you're doing, you're not learning anything.

  7. #7
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Help from the SDK works wonders.

    I doubt seriously if any of us have memorized the entire Windows API.
    When I code I usually have 4 or 5 windows up.

    1. MSVC
    2. MSVS help (MSDN: Platform SDK, etc)
    3. IE: This site
    4. IE: MSDN
    5. DirectX SDK help

    And most of the time MSN is up too.
    Last edited by VirtualAce; 07-19-2006 at 05:48 AM.

  8. #8
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    Quote Originally Posted by Angoid
    This is why I often use Google as follows ....

    Code:
    site:msdn.microsoft.com getfileversion
    The site: bit is telling it to just search the one site for results, and then you can trawl the Google results.
    Do you read replies before replying yourself? :P
    If you understand what you're doing, you're not learning anything.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need a second opinion - code error and i cant see it
    By bigfootneedhelp in forum C Programming
    Replies: 19
    Last Post: 10-25-2007, 06:02 AM
  2. Constructor problem
    By rebel in forum C++ Programming
    Replies: 22
    Last Post: 01-11-2006, 06:45 AM
  3. function trouble
    By rebel in forum C++ Programming
    Replies: 4
    Last Post: 12-21-2005, 05:23 AM
  4. Pick a number....
    By Salem in forum A Brief History of Cprogramming.com
    Replies: 39
    Last Post: 01-19-2003, 07:27 AM