All I really want to know is how to specify that and what I am suppose to put there.
Like to set the display mode you would
set display mode width, height, depth
What would be the darkbasic code for this. The syntax.
HWND CreateWindow( LPCTSTR lpClassName,
LPCTSTR lpWindowName,
DWORD dwStyle,
int x,
int y,
int nWidth,
int nHeight,
HWND hWndParent,
HMENU hMenu,
HINSTANCE hInstance,
LPVOID lpParam
);
It does not matter what type of window. Just give me an example of how to use it.
Don't let life get you down, it will only get better.