
Advanced Features 6-5
8. When the application starts up it needs to
create a handle to the controller. Right
click on the dialog. Select Events… and
select WM_INITDIALOG, click the Edit
Existing button.
This will open an editor window
displaying the function that is
called to initialize the dialog.
Here we need to create a handle to the controller to enable communication with the controller. At the
bottom of the function before the return statement add the code:
m_controller.setNextMovePCI1Link ( 0, 0 );
Kommentare zu diesen Handbüchern