DirectDraw

I think yes (although I am unfamiliar with DirectDraw) if you can Add a DirectDraw Reference to the project. I was able to Add a reference to Direct 1.0 (no idea what that is) from the COM tab.




Answer this question

DirectDraw

  • Dato0011

    I would like to familiarize with an example of the
    program, in which DirectDraw works in a window mode.


  • MannuBhai

    Yes Direct Draw can be used in windowed mode, All that it relys on is a valid directX Device. With the DirecX Device you can assign it to either a windows form (So that it takes up the complete form), which can then be converted to a full screen system, and also with a panel which will allow people to create applications like CAD Systems.

    Mykre
    www.ircomm.net - Managed DirectX and Game Programming Resources.

    (Managed DirectX IRC Channel #manageddx on efnet)

  • RichWood

    take a look at the managed code samples from the directx9 sdk.

    WM_HOPETHISHELPS
    thomas woelfer
    http://www.die.de/blog

  • Zoop

    Have a look at the following Link,
    http://www.kuhnstall.de/tutorials.html

    It is a basic tutorial using Direct Draw.

    Mykre
    www.ircomm.net
    Managed DirectX and Game Programming Resources.

  • DirectDraw