Any tutorials for using the Win32 API in VB.NET

  • Thread starter Thread starter SvdSinner
  • Start date Start date
S

SvdSinner

Guest
Im a part-time programmer, and have been using VB.NET for my recent projects. Im interested in learning the Win32 API, but I dont know if I spend enough time programming to keep fluent on both VB.NET and C++. Every book on the Win32 API seems to be written for C or C++. Ive heard it is possible to use VB.NET, but I cant find any tutorials or books on the subject. Any suggestions?
 
I love you!

Hopefully it will have a good guide on how to translate the bizarre variable types of the Win32 into VB.NET data types, and some basics on how to get started, like a glossary of terms that MS seems to assume all Win32 programmes know as a prerequisite to understanding MSDN. Ive been searching for such a tutorial for months now.
 
There are some examples on how to marshal datatypes in the framework sdk samples, I found they were enough to get me going.
 
"marshal datatypes" and "framework sdk samples" would be great items for that glossary of terms that seem to be a prerequisite to learning the Win32 api
 
But not in any kind of easy to read/easy to find format.

MSDN is only usable by people who have a pretty good background. It is NOT friendly towards new programmers trying to self-teach themselves the Win32 API
 
I and many many other people have found it sufficient. Even if it isnt, there are a plethora of tutorials and samples around on the internet, and a million good books on exactly that subject.
 
If so many exist, feel free to post a link to one that shows how to do Win32 programming with VB.NET. That was the original point to this thread.
 
My point is, there are articles on using the win32 api, and there are samples on how to get the win32 api working under VB.NET. .NET is a new language and there arent necessarily a lot of samples combining those two yet, but thats where resourcefulness comes in.

If you dont know what marshalling datatypes means, you may be out of your depth here.
 
Originally posted by divil
My point is, there are articles on using the win32 api, and there are samples on how to get the win32 api working under VB.NET.
Um, no, there isnt much out there on Win32 w/VB.NET. Ive searched long and hard. What is out there might be adequate for a skilled person who is merely converting his knowledge from one language to another, but it isnt adequate for beginners.

The point of my last post was to get you to either put up (post a link if you know of so many) or shut up. Apparently, rather than being helpful, youre just choosing to be an insulting loudmouth.

Originally posted by divil
If you dont know what marshalling datatypes means, you may be out of your depth here.
Or maybe you are just a pompous arse who feels better by insulting people who are less experienced than yourself.

I am just like most other tech people. When I begin to learn a new technology, I lack basic vocabulary and terminology until I find places that define them. After I get the basics, I can figure out the advanced stuff myself. Until then, Im a newbie who is out to learn.
 
Back
Top