Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
BOOL CMyClass::OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult)
{
if (wParam == IDC_MTMB_GRID && ((NM_GRIDVIEW*)lParam)->hdr.code == NM_RCLICK) {
if (((NM_GRIDVIEW*)lParam)->iColumn == 7) {
[COLOR=green]//here do something[/color]
......
}
}