Results 1 to 9 of 9

Thread: Anybody use Imports Microsoft.Win32 yet?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Anybody use Imports Microsoft.Win32 yet?

    well?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Yes.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    WEll, does M$ expose the same functionality as pure API programming does? I would like to do away with the OLD way of things.

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    For the most part they do but not in that namespace. I've used it to access the registry and in VS 2002 the added ODBC data provider was added as a child of it.

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    Do you know which namespace exposes all the API's?

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Well they don't expose the APIs directly or in a specific namespace. You have to do it like you did in VB6. Although I'm sure a lot of the managed code is just safely calling api calls and what not.

  7. #7

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    YEAH WELL THAT STINKS I WAS HOPING THEY WOULD CHANGE ALL THAT. OH WELL!!!

  8. #8
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Can you post an example? I am trying to use this as well - but don't know where to start.

  9. #9

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    Originally posted by VBCrazyCoder
    Can you post an example? I am trying to use this as well - but don't know where to start.

    of what exactly???

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