Open a file with the associated program.
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How do I "programatically" open a file (say c:\temp\a.jpg) with the associated program in windows 2000? I'm using VS.NET C++. MFC Application.
-
How do I "programatically" open a file (say c:\temp\a.jpg) with the associated program in windows 2000? I'm using VS.NET C++. MFC Application.
Have a look at the
ShellExecute
Windows API function. :-D -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;)