C# Main Application Window

  • Thread starter Thread starter GingerDeafMan
  • Start date Start date
G

GingerDeafMan

Hi all,

I am looking for sample code which shows how to create a main
application window in C#, preferably MDI with toolbars. Either across
the top, below the menus, or down the left side a la MS Outlook.

Basically a skeleton framework on which I can build our application.

TIA.

Cheers,

Paul.
 
See the managed Direct3D samples, they show how to create custom ( non Form
based ) windows, It may get you in the right direction...
 
Back
Top