View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default DirectX use in Excel

In theory these APIs are available, but as Excel exposes so few handles and
no DCs (to my knowledge), you may find little to do with it.
If you did it all in memory and BitBlt the final result somewhere suitable,
it may work, but then it is not an Excel question.

NickHK

"Matthew Conlisk" <Matthew wrote in
message ...
I would like to know if there is a way to make 3d graphics with Excel. I

am
programming a game, and would like to use directX.