|
Windows embedded in source code or 3rd partys dlls |
Top Previous Next |
|
FinalStep only can change the aspect of the controls and windows that belong directly to your application. If a window is inside a source code (for example, in an “include” or a .clw file) or in a black box (closed dll from a 3rd party), it won't be affected by the template. However, as all FinalStep functions are in global procedures, you may embed the calls to them anywhere in the source as needed. Also, a Message() function replacement exists to make the standard messages look like your enhanced windows (NeatMessage, purchase separately). |