You can do the same for your dialogbased application .
Use the following
void CYourApp::RegisterShellFileTypes(BOOL bCompat)
{
CWinApp::EnableShellOpen();
CWinApp::RegisterShellFileTypes(bCompat);//TRUE
}
Regards
Mjvalan
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |