
Windows XP API in Windows 2000
Even if it WERE in the spooler, that cannot really be updated this way,
either. So your answer is not only right, but its more right than you
realized!
--
MichKa
the only book on internationalization in VB at
http://www.i18nWithVB.com/
Quote:
> The doco's say this thing is prototyped in winspool.h and is in
> winspool.lib. The docs are wrong; it is in winuser.h and user32.lib so
your
> chances are pretty much zero that you will be able to use this in W2K as
> that lib is for user32.dll and I am doubting your system will be happy if
> you update that DLL. You can take a swing at it on a test system for fun
> though (this is a good example of why every developer needs VMWare
> Workstation).
> --
> ---
> Joe Richards
> Opinions expressed are, as always, Joe's and probably insulting to someone
> somewhere so just relax. =)
> http://www.joeware.net
> > Hello all,
> > I was wondering If any of you knew if it was possible to incorperate
> > functions from the Windows XP APIs into a Windows 2000 VB project.
> > There is a function called PrintWindow that apparently captures
> > bitmaps from any hwnd into a hDC of your choice (Much like the
> > wm_print message but works on any window) This functionality is
> > exactly what I need (I also see a lot of others are looking for this
> > functionality based on other posts). I was just wondering If there's
> > any way to safely run functions from XP dlls.
> > Thanks,
> > Steve