Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make double click function
Message
 
À
04/06/2002 05:20:01
Information générale
Forum:
Visual C++
Catégorie:
Autre
Divers
Thread ID:
00664352
Message ID:
00664478
Vues:
27
You can open document file with associated software using API function ShellExecute() or ShellExecuteEx():
ShellExecute(m_hWnd, "open", "somefile.pdf", NULL, NULL, SW_SHOWNORMAL);
>Did anyone knows is there any libaray or function that can perform the fuction like double click file icon, so that it will run/open with the windows accociate software?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform