Click here to Skip to main content
15,884,176 members

Comments by jeron1 (Top 200 by date)

jeron1 23hrs ago View    
Great! Perhaps you could flag this thread as 'answered'.
jeron1 16-Apr-24 10:14am View    
Have you tried casting it? Something like,

int x = (int) dwValue;
jeron1 10-Apr-24 10:07am View    
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getdlgitem
GetDlgItem() takes up to 2 input parameters, you have none specified. It returns an HWND which you are not looking at.
jeron1 8-Apr-24 16:58pm View    
Perhaps have them use the 'intermediate' void* variable technique mentioned in that link.