Click here to Skip to main content
16,015,414 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: link list Pin
paul crescent22-Jul-08 20:47
paul crescent22-Jul-08 20:47 
QuestionRe: link list Pin
Rajesh R Subramanian22-Jul-08 21:18
professionalRajesh R Subramanian22-Jul-08 21:18 
AnswerRe: link list Pin
paul crescent22-Jul-08 21:45
paul crescent22-Jul-08 21:45 
GeneralRe: link list Pin
Rajesh R Subramanian22-Jul-08 22:01
professionalRajesh R Subramanian22-Jul-08 22:01 
RantRe: link list Pin
Rajesh R Subramanian22-Jul-08 23:26
professionalRajesh R Subramanian22-Jul-08 23:26 
AnswerRe: link list Pin
David Crow23-Jul-08 3:56
David Crow23-Jul-08 3:56 
QuestionHow can i know a software or application is run or install on any computer at first time? [modified] Pin
Le@rner22-Jul-08 19:58
Le@rner22-Jul-08 19:58 
AnswerRe: How can i know a software or application is run or install on any computer at first time? Pin
Sauce!22-Jul-08 20:35
Sauce!22-Jul-08 20:35 
you can do this a few ways.

You can check to see if either a file exists in A) a user directory, B) within the executable itself, or C) within the registry. If the file doesn't exist, then create it.

By doing this you can tell whether or not the program has been run before, because the next time you check for the file, it will be there (unless the user has removed it) but this is unlikely if you create the file within the executable.
GeneralRe: How can i know a software or application is run or install on any computer at first time? Pin
Le@rner22-Jul-08 20:51
Le@rner22-Jul-08 20:51 
GeneralRe: How can i know a software or application is run or install on any computer at first time? Pin
Sauce!22-Jul-08 22:20
Sauce!22-Jul-08 22:20 
AnswerRe: How can i know a software or application is run or install on any computer at first time? Pin
KarstenK22-Jul-08 21:08
mveKarstenK22-Jul-08 21:08 
QuestionRe: How can i know a software or application is run or install on any computer at first time? Pin
David Crow23-Jul-08 3:48
David Crow23-Jul-08 3:48 
QuestionSelect tree item on right click Pin
john563222-Jul-08 19:52
john563222-Jul-08 19:52 
Questionclear combo box list Pin
ani_ikram22-Jul-08 19:50
ani_ikram22-Jul-08 19:50 
AnswerRe: clear combo box list Pin
pallaka22-Jul-08 20:07
pallaka22-Jul-08 20:07 
GeneralRe: clear combo box list Pin
ani_ikram22-Jul-08 20:28
ani_ikram22-Jul-08 20:28 
AnswerRe: clear combo box list Pin
pallaka22-Jul-08 20:31
pallaka22-Jul-08 20:31 
GeneralRe: clear combo box list Pin
Naveen22-Jul-08 20:32
Naveen22-Jul-08 20:32 
QuestionRe: clear combo box list Pin
David Crow23-Jul-08 3:50
David Crow23-Jul-08 3:50 
AnswerRe: clear combo box list Pin
Mark Salsbery23-Jul-08 6:42
Mark Salsbery23-Jul-08 6:42 
QuestionHow to trim a wstring. Pin
CodingLover22-Jul-08 19:29
CodingLover22-Jul-08 19:29 
AnswerRe: How to trim a wstring. Pin
pallaka22-Jul-08 19:38
pallaka22-Jul-08 19:38 
GeneralRe: How to trim a wstring. Pin
CodingLover22-Jul-08 19:49
CodingLover22-Jul-08 19:49 
Answer[OT] Re: How to trim a wstring. Pin
David Crow23-Jul-08 3:52
David Crow23-Jul-08 3:52 
QuestionRe: [OT] Re: How to trim a wstring. Pin
CodingLover23-Jul-08 19:16
CodingLover23-Jul-08 19: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.