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...
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...