Hi all,
I want to try this but it's not correct from the vb60 syntax
vb60
PBWin
But it's not the same result of the vb60 syntax, Why is that wrong here?
I want to try this but it's not correct from the vb60 syntax
vb60
Code:
DIM content AS STRING DIM index AS SINGLE ProgList.AddItem content, index - 1
Code:
DIM content AS STRING DIM index AS SINGLE DIM hDlg AS DWORD LISTBOX ADD hDlg, %LST_PROG_LIST, content LISTBOX SELECT hDlg, %LST_PROG_LIST, index - 1
Comment