1.
I'm working on a program that has 4 dialog boxes, three are modeless and two contain menus. The two that contain menus have some similar items and use the same constants for their IDs and the same call back function. However, the first dialog created does not honor the "CALL Some_Callback" statement, but the second does. Is there some way to trace what is happening?
2.
Error when compiling: "Cannot access resource compiler results." What does that mean?
3.
Does anyone know what windowsime.exe does? Every time I access the net that message comes up and sometimes is persistant.
I'm working on a program that has 4 dialog boxes, three are modeless and two contain menus. The two that contain menus have some similar items and use the same constants for their IDs and the same call back function. However, the first dialog created does not honor the "CALL Some_Callback" statement, but the second does. Is there some way to trace what is happening?
2.
Error when compiling: "Cannot access resource compiler results." What does that mean?
3.
Does anyone know what windowsime.exe does? Every time I access the net that message comes up and sometimes is persistant.
Comment