Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.CreateWindow Method

Language:

Note: This documentation is preliminary and is subject to change.

Creates a window for the application.

Overload List

public void CreateWindow(string);
public void CreateWindow(string, Icon, MainMenu, int, int);

Remarks

This method is called by the framework with default parameter if the application calls the CreateDevice, SetDevice, or CreateDeviceFromSettings methods before this method.

Instead of calling CreateWindow, you can call SetWindow to change the settings of the current window used by the application.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center