Quote:
Originally Posted by jesb4ppc
Is it possible to call a Win API 32 funcion from the Desktop?
|
Unfortunately no, at least not without writing a new library for B4PPC to do it for you (which is actually quite simple to do).
If you are only interested in the desktop then you could use the free Express edition of VB.NET or C# to write a simple dll that would give you access to the Win32 APIs you want but they cannot make device applications or device libraries so you would be restricted to the desktop.