Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Ondragenter() Pin
Mark Salsbery4-Jul-07 7:40
Mark Salsbery4-Jul-07 7:40 
QuestionHow to detect which object called the message Pin
chaitannya_m3-Jul-07 23:03
chaitannya_m3-Jul-07 23:03 
AnswerRe: How to detect which object called the message Pin
Nibu babu thomas3-Jul-07 23:29
Nibu babu thomas3-Jul-07 23:29 
AnswerRe: How to detect which object called the message Pin
Naveen3-Jul-07 23:31
Naveen3-Jul-07 23:31 
AnswerRe: How to detect which object called the message Pin
Rajkumar R3-Jul-07 23:40
Rajkumar R3-Jul-07 23:40 
GeneralRe: How to detect which object called the message Pin
chaitannya_m4-Jul-07 9:11
chaitannya_m4-Jul-07 9:11 
AnswerRe: How to detect which object called the message Pin
Rajkumar R4-Jul-07 19:01
Rajkumar R4-Jul-07 19:01 
QuestionCheck if app exists and open from internet Pin
Dimkov3-Jul-07 22:53
Dimkov3-Jul-07 22:53 
I have a stand alone application (messenger). I was asked to the messenger to have the fallowing possibility:
from a link with a phone number parameter to make a call in the application. If the messenger is not installed, to take the client to the official web site. If the product is installed to see if it is open. If it is open and the user is logged in to make the call.

My idea is the client to check the registry and see if the product is there, which solves the first part. If there are certain keys in the registry next step is from the processes to see if the product is active. If active somehow send instruction to call the function : CallNumber( phonenumber phnum)

Can you give me any leads on how to do all this, any other solution to the task?

The project is done in C++

Thank you very much

Dimkov Trajce
AnswerRe: Check if app exists and open from internet Pin
Pete O'Hanlon3-Jul-07 23:59
mvePete O'Hanlon3-Jul-07 23:59 
GeneralRe: Check if app exists and open from internet Pin
Dimkov4-Jul-07 0:11
Dimkov4-Jul-07 0:11 
Questionlink error while load dll explicitly Pin
Sivakumar R3-Jul-07 22:30
Sivakumar R3-Jul-07 22:30 
AnswerRe: link error while load dll explicitly [modified] Pin
Naveen3-Jul-07 22:49
Naveen3-Jul-07 22:49 
AnswerRe: link error while load dll explicitly Pin
Mark Salsbery4-Jul-07 7:49
Mark Salsbery4-Jul-07 7:49 
QuestionHow to impliment Mutex Pin
VC_RYK3-Jul-07 22:20
VC_RYK3-Jul-07 22:20 
AnswerRe: How to impliment Mutex Pin
avo23-Jul-07 23:20
avo23-Jul-07 23:20 
AnswerCode Pin
avo23-Jul-07 23:53
avo23-Jul-07 23:53 
GeneralRe: Code Pin
VC_RYK4-Jul-07 0:01
VC_RYK4-Jul-07 0:01 
Questionvc++ in vista Pin
saisp3-Jul-07 20:54
saisp3-Jul-07 20:54 
AnswerRe: vc++ in vista Pin
KarstenK3-Jul-07 21:02
mveKarstenK3-Jul-07 21:02 
AnswerRe: vc++ in vista Pin
Stephen Hewitt3-Jul-07 21:04
Stephen Hewitt3-Jul-07 21:04 
GeneralRe: vc++ in vista Pin
KarstenK4-Jul-07 0:32
mveKarstenK4-Jul-07 0:32 
Questiondelete [] buffer Issue Pin
Programm3r3-Jul-07 20:52
Programm3r3-Jul-07 20:52 
AnswerRe: delete [] buffer Issue Pin
baerten3-Jul-07 20:59
baerten3-Jul-07 20:59 
GeneralRe: delete [] buffer Issue Pin
Programm3r3-Jul-07 21:04
Programm3r3-Jul-07 21:04 
QuestionFree a block of memory Pin
Programm3r3-Jul-07 21:52
Programm3r3-Jul-07 21:52 

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.