Both %sbars_sizegrip and %sbars_tooltips are rejected by the compiler - "undefined equate". I used them after reading about them in the Help page on statusbars.
The equates weren't in Win32API.inc, but were in CommCtrl.inc. The Help file didn't direct me to the 2nd .inc file, so how would I have known to include it? I can make my own lookup list, but perhaps one has already be made?
I thought I read that Win32API.inc was a superset of all the files in the WinApI folder, but now I cannot find it. Looking at the files in the WinAPI folder it doesn't look to be true. I must have mis-rememberd what I read.
I guess my question is how to know when a particular *.inc file is needed. Perhaps the Help file normally would say which *.inc file to use whenever it references an equate, just not in this case?
Any clarification would be appreciated.
The equates weren't in Win32API.inc, but were in CommCtrl.inc. The Help file didn't direct me to the 2nd .inc file, so how would I have known to include it? I can make my own lookup list, but perhaps one has already be made?
I thought I read that Win32API.inc was a superset of all the files in the WinApI folder, but now I cannot find it. Looking at the files in the WinAPI folder it doesn't look to be true. I must have mis-rememberd what I read.
I guess my question is how to know when a particular *.inc file is needed. Perhaps the Help file normally would say which *.inc file to use whenever it references an equate, just not in this case?
Any clarification would be appreciated.
Comment