| The MSDN is an excellent place to look for this sort of thing. Note
that you may only get C++ type declarations. It's then up to you to
translate this into VB. Another excellent resource for unfolding the
mysteries of this kind of thing (calling API routines from VB) is a
book called the Visual Basic Programmer's Guide to the Win32 API by
Daniel Appleman, published by ZD Press, ISBN 1-56276-287-7.
Note that this is the VB4 related version. I'm sure by now there is a
VB5 related version out, but whichever you get it's an excellent book
which belongs on every VB developer's desk.
Cheers,
Brian
|
| Brian,
Thanks for the info. I'll buy the book and have a look in MSDN.
In the meantime, I think I'll write my application in Visual C++. All
the definitions for these routines seem to be there already !
Thanks again,
Michel.
|