Greetings,
I'm using VC++. I would like to create a listview on my main window. I
tried using the following code, but CreateWindowEx returned zero:
hWnd2 = CreateWindowEx( 0x200, "SysListView32" , "", 0x50000001, 10, 10, 200,
200, hWnd, NULL, hInst, NULL);
If I replace "SysListVie w32" with "button", a button will be created. So you
can be sure...