Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Service install problem. Pin
Hamid_RT23-Feb-07 19:27
Hamid_RT23-Feb-07 19:27 
GeneralRe: Service install problem. Pin
david bagaturia23-Feb-07 20:16
david bagaturia23-Feb-07 20:16 
GeneralRe: Service install problem. Pin
Hamid_RT24-Feb-07 0:09
Hamid_RT24-Feb-07 0:09 
QuestionHow to check for installed application Pin
chirag_chauhan22-Feb-07 21:51
chirag_chauhan22-Feb-07 21:51 
AnswerRe: How to check for installed application Pin
Deian22-Feb-07 22:03
Deian22-Feb-07 22:03 
AnswerRe: How to check for installed application Pin
Nibu babu thomas22-Feb-07 22:23
Nibu babu thomas22-Feb-07 22:23 
GeneralRe: How to check for installed application Pin
chirag_chauhan23-Feb-07 0:30
chirag_chauhan23-Feb-07 0:30 
AnswerRe: How to check for installed application Pin
David Crow23-Feb-07 3:01
David Crow23-Feb-07 3:01 
Short of searching the entire disk(s), there's no sure-fire way of finding such information. You could look in places like HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths, but those are only as good as the applications themselves. An application is not required to update those registry keys.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


QuestionChange text of header of listCtrl Pin
ensger22-Feb-07 21:14
ensger22-Feb-07 21:14 
AnswerRe: Change text of header of listCtrl Pin
Nibu babu thomas22-Feb-07 22:00
Nibu babu thomas22-Feb-07 22:00 
GeneralRe: Change text of header of listCtrl Pin
ensger22-Feb-07 22:11
ensger22-Feb-07 22:11 
GeneralRe: Change text of header of listCtrl Pin
ensger23-Feb-07 2:49
ensger23-Feb-07 2:49 
GeneralRe: Change text of header of listCtrl Pin
Nibu babu thomas23-Feb-07 3:20
Nibu babu thomas23-Feb-07 3:20 
GeneralRe: Change text of header of listCtrl [modified] Pin
ensger23-Feb-07 5:35
ensger23-Feb-07 5:35 
GeneralRe: Change text of header of listCtrl Pin
Nibu babu thomas23-Feb-07 19:12
Nibu babu thomas23-Feb-07 19:12 
GeneralRe: Change text of header of listCtrl Pin
ensger23-Feb-07 20:14
ensger23-Feb-07 20:14 
GeneralRe: Change text of header of listCtrl Pin
Nibu babu thomas23-Feb-07 20:21
Nibu babu thomas23-Feb-07 20:21 
JokeRe: Change text of header of listCtrl Pin
Mark Salsbery23-Feb-07 8:54
Mark Salsbery23-Feb-07 8:54 
JokeRe: Change text of header of listCtrl Pin
ensger23-Feb-07 9:05
ensger23-Feb-07 9:05 
GeneralRe: Change text of header of listCtrl Pin
Nibu babu thomas23-Feb-07 19:15
Nibu babu thomas23-Feb-07 19:15 
JokeRe: Change text of header of listCtrl Pin
Nibu babu thomas23-Feb-07 19:16
Nibu babu thomas23-Feb-07 19:16 
QuestionProblem with Passing parameters to a process created using Createprocess() Pin
techneeli22-Feb-07 21:11
techneeli22-Feb-07 21:11 
AnswerRe: Problem with Passing parameters to a process created using Createprocess() Pin
Hamid_RT23-Feb-07 20:06
Hamid_RT23-Feb-07 20:06 
QuestionAsking For Help... Client-Server application Pin
Pardi Banjarnahor22-Feb-07 20:40
Pardi Banjarnahor22-Feb-07 20:40 
AnswerRe: Asking For Help... Client-Server application Pin
Ravi Bhavnani23-Feb-07 4:17
professionalRavi Bhavnani23-Feb-07 4:17 

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.