41
Development - (fb2k) / Re: Preview SDK and disappearing dialog buttons
Last post by marc2k3 -Quote
IDD_DIALOG_STYLE DIALOGEX 0, 0, 330, 200
CONTROL "", IDC_LIST_STYLE, "SysListView32", LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP, 0, 0, 330, 256
The list control far exceeds the dialog height so your change has actually exposed my bug whereas the previous behaviour was hiding it.
So sorry about that. It looks like your change is good and can be left in.