To open a existing pdf in visual studio 2010, i made a ribbon using MFC application and i was trying to open an exisiting pdf into that ribbon. i had add a button handler on OPEN FILE button, but i am missing the command handler code. Am I doing the right way or what else is the simplest way in CPP. Does the following function work?
==========
void CAboutDlg::OnFileOpen()
{
}
===========
==========
void CAboutDlg::OnFileOpen()
{
}
===========