Calls into CreateWindow with default paramters
Calls into CreateWindow with default paramters
public void CreateWindow(string);
Creates a window with the specified title, icon, menu, and starting position. If Init hasn't been called, this will call with default params. Instead of calling this, you can call SetWindow to use an existing window
public void CreateWindow(string,Icon,MainMenu,int,int);
Framework Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace