A program similar to this, but I wanna make better => http://www.emulator3000.emuita.it/mb.htm
marcogja
Posts
-
Disk Catalog [modified] -
Disk Catalog [modified]hi all! Is it possible code a "disk catalog program"? I've got lots of media devices (cd's, dvd's,etc) and it will nice catalog (automaticall) everything on simple database, easy to search. -- modified at 20:10 Tuesday 27th June, 2006
-
Problem with file associationI've got a problem. I Want that when you press the button (see link plz) open a pdf file with the instructions of use. http://www.imagecash.net/image.php?file=265709030 I can open file use this code
ShellExecute(this->m_hWnd,"open", "C:\\motor.pdf","","",SW_SHOW );
But this program is to use for many people, and the path changes computer to computer. How can I solve this? How can I make a setup that includes MFC files with microsoft visual studio 6? thx -
Open File with default programthx a lot for all helps.
-
Open File with default programAnd If I want to open a pdf on folder? I want to attach to my program a Help manual on pdf.
-
DWORD type doubtHow can I do attribution with DWORD type? With CString
CString str; Str="something";
Can I do something similar with DWORD type? -
Open File with default programI've been search around web, and I can't find how can I code a dialog to open a file with his respective application. For example, Click on button an open a pdf on adobe reader.