Recent content by knotree

  1. K

    DirectDraw 9.0b windowed mode (c#) problem ...

    Thanks a lot for your involvment I've got the response !!! It is impossible to be in windowed mode with two Surfaces and flipping between them. It is true that I don't have provided many details :roll: thanks again K.
  2. K

    2D "map" background with D3D

    Ok thanks a lot, It seems that it is quite time consumming to learn all that stuff since I'am new to D3D ! And I don't have so much time ;) Maybe I should buy a already done 2D Graphic engin with simple primitives or going back to DirectDraw K.
  3. K

    2D "map" background with D3D

    Hello, My aim is the following: For short I want to be able to draw little textured squares representing units on a big map, this big map is only a big .bmp file. I do know how to to this with directDraw it is rather simple but this API is now deprecated and we decide to forget about this...
  4. K

    DirectDraw 9.0b windowed mode (c#) problem ...

    No I start in fullscreen mode and i've got a restore function when performing alt-tab. K.
  5. K

    DirectDraw 9.0b windowed mode (c#) problem ...

    Hello, My code only works in FullScreenMode when I try to go in normal mode (windowed) I've got a DDEER_NOEXCLUSIVEMODE eXception !! I use c# and DX9.0b here is the code listing: dddevice=new Device(Microsoft.DirectX.DirectDraw.CreateFlags.HardwareOnly); // Creating Device Object...
Back
Top