Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCArchive Pin
Mohammad Khodaea11-Nov-06 17:46
Mohammad Khodaea11-Nov-06 17:46 
AnswerRe: CArchive Pin
Mohammad Khodaea11-Nov-06 18:32
Mohammad Khodaea11-Nov-06 18:32 
QuestionHow can I change file time easily (setfiletime) Pin
toeh11-Nov-06 13:07
toeh11-Nov-06 13:07 
AnswerRe: How can I change file time easily (setfiletime) Pin
Mark Salsbery11-Nov-06 14:01
Mark Salsbery11-Nov-06 14:01 
QuestionList Box tab settings Pin
Oliver12311-Nov-06 12:30
Oliver12311-Nov-06 12:30 
AnswerRe: List Box tab settings Pin
Mark Salsbery11-Nov-06 14:08
Mark Salsbery11-Nov-06 14:08 
QuestionInstaller Program Pin
Larry Mills Sr11-Nov-06 7:20
Larry Mills Sr11-Nov-06 7:20 
AnswerRe: Installer Program Pin
Waldermort11-Nov-06 8:14
Waldermort11-Nov-06 8:14 
Larry Mills Sr wrote:
Does anyone have the source code for such an "installer"?


Not quite sure what you mean here. An installer is simply an exe that will either copy compressed files or raw files to a specific location, then create shortcuts and registry entries. There is no special installer to be used with CD's, but usually the files on a CD will be in raw format.

Larry Mills Sr wrote:
Also, I need the source code and explanation for how to make a program "run" automatically when the CD is put into the CD drive.


Again, there is no magic software to do this. You cannot force a program to be run from a CD because the user is able to enable/disable this option. To create an autorun CD all you need is to create a file called autorun.ini in which is the path to the exe to run and an optional icon. If the user has enabled the autorun feature, windows will look for this file then run the exe.
GeneralRe: Installer Program Pin
Larry Mills Sr11-Nov-06 14:10
Larry Mills Sr11-Nov-06 14:10 
GeneralRe: Installer Program [modified] Pin
Waldermort11-Nov-06 16:13
Waldermort11-Nov-06 16:13 
QuestionGet hWnd onMouse click Pin
edvintas11-Nov-06 5:36
edvintas11-Nov-06 5:36 
AnswerRe: Get hWnd onMouse click Pin
Mark Salsbery11-Nov-06 6:14
Mark Salsbery11-Nov-06 6:14 
AnswerRe: Get hWnd onMouse click Pin
Mark Salsbery11-Nov-06 6:18
Mark Salsbery11-Nov-06 6:18 
AnswerRe: Get hWnd onMouse click Pin
Waldermort11-Nov-06 6:46
Waldermort11-Nov-06 6:46 
GeneralRe: Get hWnd onMouse click Pin
edvintas11-Nov-06 7:10
edvintas11-Nov-06 7:10 
QuestionIncluding a library in my project Pin
53252311-Nov-06 5:04
53252311-Nov-06 5:04 
AnswerRe: Including a library in my project Pin
Waldermort11-Nov-06 8:20
Waldermort11-Nov-06 8:20 
GeneralRe: Including a library in my project Pin
53252311-Nov-06 8:41
53252311-Nov-06 8:41 
GeneralRe: Including a library in my project Pin
Waldermort11-Nov-06 16:22
Waldermort11-Nov-06 16:22 
QuestionWindows Logoff events Pin
Mark F.11-Nov-06 4:15
Mark F.11-Nov-06 4:15 
AnswerRe: Windows Logoff events Pin
Mark Salsbery11-Nov-06 4:59
Mark Salsbery11-Nov-06 4:59 
Questiontwo dimensional array sorting in C/C++ Pin
George_George11-Nov-06 3:15
George_George11-Nov-06 3:15 
AnswerRe: two dimensional array sorting in C/C++ Pin
David Crow13-Nov-06 3:30
David Crow13-Nov-06 3:30 
GeneralRe: two dimensional array sorting in C/C++ Pin
George_George19-Nov-06 0:48
George_George19-Nov-06 0:48 
Questiondeleting a directory tree in C++ (VC6) without recursivity Pin
RomTibi11-Nov-06 0:16
RomTibi11-Nov-06 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.