Why nothing is stored in the listBox?
In sprintf in the names of only the first letter is writtenINT_PTR CALLBACK JobDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) {
static Worker workers[100]; //all working
static HWND hListBox = GetDlgItem(hDlg,IDC_LIST1);
StructEnd structEnd;
UNREFERENCED_PARAMETER(l...