Results 1 to 8 of 8

Thread: where can I find info about APIs?

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    where can I find info about APIs?

    There are a lot of stuff that the API Guide doesnt have, so I decided to take a look at MSDN...
    I was looking for the GetConsoleMode function ( here's the link ). My problem is that I cant figure out the values for the constants that they list on the site. For example the ENABLE_LINE_INPUT is listed in the MSDN website but it doesnt say what is its value. How can I find out these values


    also, how do I edit these!!?!
    VB Code:
    1. BOOL GetConsoleMode(
    2.   HANDLE hConsoleHandle,
    3.   LPDWORD lpMode
    4. );

    How do I know what is HANDLE or LPDWORD in .NET?!!!
    Last edited by MrPolite; Jan 19th, 2003 at 08:03 PM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    Hyperactive Member
    Join Date
    Dec 2002
    Posts
    382
    http://www.allapi.net/

    More based for VB6 but has a few .Net references

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    have a look at these links :



  4. #4

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    couldnt find anything
    well I mean I see alot of poeple using APIs in their programs and they know how to convert it correctly to .NET... just wondering if there is a guide for it.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I don't know but I can help maybe


    ]

  6. #6
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Chinese....

  7. #7

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by pirate
    Chinese....
    lol, hehe
    btw the first site is identical to msdn


    ahem, I dont really care if I know how to write this particular function in vb.net... I'm just wondering if in the future I want to look for an API function, how would I know about these things? because they're not all stated in msdn
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  8. #8
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    if it's VB issue then , I bet there are million of people are helping you .

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