View Single Post
  #3 (permalink)  
Old 08-27-2007, 07:16 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,700
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by jesb4ppc View Post
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.
Reply With Quote