![]() |
Work Place Shell Programming - Part 2/4Written by Chris Palchak |
OverviewThis, the second article in this series, will show you:
Adding the Necessary Code to the Generated C++ StubIn the stub ChFile.cpp file there are two important variables of which you need to be aware:
ChartFileGetData(...) // not modified ChartFileMethodDebug(...) // not modified return ... // sometimes modifiedAll other code is added manually. Writing a Settings Page Dialog ClassThe classes created to handle these settings pages are all so similar that only one of the three dialog classes will be included in this article. All settings classes include the same functions but are coded to handle the specific fields on their individual settings pages. That's all until next month. |