Creating windows in DirectX

Started by
1 comment, last by TheFiend 20 years, 9 months ago
So, how exactly do you create the window to draw on and such? Do you use the WinAPI or what?
-- M I S F I T S --
Advertisement
clicky

Here's a good tutorial

[edited by - FtMonkey on July 4, 2003 11:14:17 PM]

[edited by - FtMonkey on July 4, 2003 11:15:06 PM]
The monkeys are listening...
ya use the Windows API to make a window

use these two functions:
RegisterClassEx() and CreateWindowEx()

Windows API Reference
http://msdn.microsoft.com/library/en-us/winprog/winprog/windows_api_reference.asp

This topic is closed to new replies.

Advertisement