{ // TODO: Add your specialized code here and/or call the base class CString strUrl = lpszURL; if(strUrl.Left(4) == _T("app:"))
{
// cancel the common url navigate and call your c++ code here *pbCancel = TRUE; MessageBox("调用了C++函数", "来自对话框消息"); // call other c++ function here or parse the argument in the strUrl }