L lidds Well-known member Joined Oct 19, 2004 Messages 122 Programming Experience Beginner Sep 4, 2008 #1 Is there a way to assign a message like below a variable? SendMessageA(hwnd, WM_COMMAND, MAKELONG(_CMD_CAMORIGIN, _CMD_XVALUE), x) thanks Simon
Is there a way to assign a message like below a variable? SendMessageA(hwnd, WM_COMMAND, MAKELONG(_CMD_CAMORIGIN, _CMD_XVALUE), x) thanks Simon
Robert_Zenz Well-known member Joined Jun 3, 2008 Messages 503 Location Vienna, Austria Programming Experience 3-5 Sep 5, 2008 #2 Hello. What do you mean? Do you mean Enum, Constants or something similar? WM_COMMAND f.e. are Constant Integers. Bobby Upvote 0 Downvote
Hello. What do you mean? Do you mean Enum, Constants or something similar? WM_COMMAND f.e. are Constant Integers. Bobby