How to get dialogue handle in which I paint?

  • Thread starter Thread starter hitbuyi
  • Start date Start date
H

hitbuyi

Guest
CMystatic : public Cstatic {

void drawLine();

}


CMydiag : public CDialogEx{

// create and set dialogue here , there a list table in this dialogue

myList list;

// call function drawLine();

}

in function drawLine, i wann to access list, how to get dialogue's handle, thus i can access the list in dialogue?

thanks a lot

Continue reading...
 
Back
Top