Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Draging buttons at runtime in a dialog Pin
Member 206342622-Jun-05 11:04
Member 206342622-Jun-05 11:04 
GeneralCTreeCtrl Pin
bkphat22-Jun-05 7:54
bkphat22-Jun-05 7:54 
GeneralCheck if file is open Pin
kani9822-Jun-05 7:31
kani9822-Jun-05 7:31 
GeneralRe: Check if file is open Pin
David Crow22-Jun-05 7:53
David Crow22-Jun-05 7:53 
GeneralRe: Check if file is open Pin
Toby Opferman22-Jun-05 9:08
Toby Opferman22-Jun-05 9:08 
GeneralRe: Check if file is open Pin
kani9822-Jun-05 11:06
kani9822-Jun-05 11:06 
GeneralRe: Check if file is open Pin
Toby Opferman22-Jun-05 17:08
Toby Opferman22-Jun-05 17:08 
GeneralRe: Check if file is open Pin
Blake Miller22-Jun-05 12:26
Blake Miller22-Jun-05 12:26 
While our setups were waiting for another program to finish, we created a special mutex.
If your AutoRun saw that this special mutex existed, then we did not launch our setup again. We assumed it was still running. Our setup ALSO checked for this mutex, in case the user accidentally started the setup program twice. Either way, it works well enough for not allowing your setup program to be running more than once. You can look at some of the 'limit program to a single instance' examples here on CodeProject.

Generalprocess monitoring Pin
3loka22-Jun-05 7:09
3loka22-Jun-05 7:09 
GeneralRe: process monitoring Pin
Chris Losinger22-Jun-05 7:38
professionalChris Losinger22-Jun-05 7:38 
GeneralRe: process monitoring Pin
3loka22-Jun-05 10:28
3loka22-Jun-05 10:28 
GeneralYet another problem with LPCTSTR Pin
tomek1822-Jun-05 6:04
tomek1822-Jun-05 6:04 
GeneralRe: Yet another problem with LPCTSTR Pin
James R. Twine22-Jun-05 6:43
James R. Twine22-Jun-05 6:43 
GeneralRe: Yet another problem with LPCTSTR Pin
Bob Stanneveld22-Jun-05 6:56
Bob Stanneveld22-Jun-05 6:56 
GeneralRe: Yet another problem with LPCTSTR Pin
Blake Miller22-Jun-05 7:29
Blake Miller22-Jun-05 7:29 
GeneralRe: Yet another problem with LPCTSTR Pin
Bob Stanneveld22-Jun-05 8:43
Bob Stanneveld22-Jun-05 8:43 
GeneralRe: Yet another problem with LPCTSTR Pin
Toby Opferman22-Jun-05 9:17
Toby Opferman22-Jun-05 9:17 
GeneralRe: Yet another problem with LPCTSTR Pin
Bob Stanneveld22-Jun-05 20:27
Bob Stanneveld22-Jun-05 20:27 
GeneralRe: Yet another problem with LPCTSTR Pin
Toby Opferman23-Jun-05 10:10
Toby Opferman23-Jun-05 10:10 
GeneralOT Pin
Bob Stanneveld23-Jun-05 12:05
Bob Stanneveld23-Jun-05 12:05 
GeneralRe: OT Pin
Toby Opferman23-Jun-05 13:40
Toby Opferman23-Jun-05 13:40 
GeneralRe: OT Pin
Bob Stanneveld23-Jun-05 21:17
Bob Stanneveld23-Jun-05 21:17 
GeneralRe: OT Pin
Toby Opferman24-Jun-05 5:28
Toby Opferman24-Jun-05 5:28 
GeneralRe: OT Pin
Bob Stanneveld30-Jun-05 23:31
Bob Stanneveld30-Jun-05 23:31 
GeneralRe: OT Pin
Toby Opferman1-Jul-05 9:00
Toby Opferman1-Jul-05 9:00 

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.