|
-
Jun 2nd, 2003, 01:15 PM
#1
Thread Starter
PowerPoster
Anybody use Imports Microsoft.Win32 yet?
-
Jun 2nd, 2003, 01:45 PM
#2
-
Jun 2nd, 2003, 01:46 PM
#3
Thread Starter
PowerPoster
WEll, does M$ expose the same functionality as pure API programming does? I would like to do away with the OLD way of things.
-
Jun 2nd, 2003, 02:01 PM
#4
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.
-
Jun 2nd, 2003, 02:02 PM
#5
Thread Starter
PowerPoster
Do you know which namespace exposes all the API's?
-
Jun 2nd, 2003, 02:07 PM
#6
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.
-
Jun 2nd, 2003, 02:09 PM
#7
Thread Starter
PowerPoster
YEAH WELL THAT STINKS I WAS HOPING THEY WOULD CHANGE ALL THAT. OH WELL!!!
-
Jun 2nd, 2003, 02:27 PM
#8
Fanatic Member
Can you post an example? I am trying to use this as well - but don't know where to start.
-
Jun 2nd, 2003, 02:28 PM
#9
Thread Starter
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|