Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 31,144 times

Contents

Related Categories

Direct Input 8 - Cleanup methods

davepamn

Cleanup methods

Step 1: Create a Message Map for WM_DESTROY
Step 2: Create a Message Map for IDC_FREEDEVICE


void CDirectInput1View::OnDestroy()
{
   CFormView::OnDestroy();
   
   // TODO: Add your message handler code here
   KillTimer( 0 );    
   FreeDirectInput();    
   
}

void CDirectInput1View::OnFreeDevice()
{
   // TODO: Add your control notification handler code here
   KillTimer( 0 );    
   FreeDirectInput();    
   
}

NishiSoft provides Part I of the Information Technology Project collaboration. Sign up and list your IT project tasks, assign task too friends, and get percent complete task. Part will include a work order system with NishiSoft acting as the middle man between software task order, verification of requirements meet and services delivered, and generation of the voucher for payment between parties.

Comments