Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Defining new constants
#1
Where do you find the hexadecimal definitions of windows constants that aren't included in QM?
TB_GETIDEALSIZE for example, the description at msdn doesn't mention it's definition.
#2
Most of them I can find in WINAPI2 reference file. Download from Resources.
Others - google. For example, type or click TB_GETIDEALSIZE in qm editor and press F1. You will see several links at the botto. Click "constant". In google results you'll find "#define TB_GETIDEALSIZE (WM_USER+99)". Convert it to QM:

def TB_GETIDEALSIZE (WM_USER+99)


Forum Jump:


Users browsing this thread: 1 Guest(s)