Click here to Skip to main content
16,007,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FaxSendDocumentForBroadcast(). Please help me. Pin
jferrell121123-Jun-02 3:23
jferrell121123-Jun-02 3:23 
GeneralFrom Windows 2000, Windows support FAX SERVICE. Pin
sandmanq23-Jun-02 4:55
sandmanq23-Jun-02 4:55 
Generalusing const type& Pin
23-Jun-02 0:27
suss23-Jun-02 0:27 
GeneralRe: using const type& Pin
Christian Graus23-Jun-02 3:58
protectorChristian Graus23-Jun-02 3:58 
GeneralRe: using const type& Pin
Brian Delahunty23-Jun-02 4:26
Brian Delahunty23-Jun-02 4:26 
GeneralRe: using const type& Pin
Michael Dunn23-Jun-02 7:02
sitebuilderMichael Dunn23-Jun-02 7:02 
Generalmessages between threads Pin
23-Jun-02 0:22
suss23-Jun-02 0:22 
GeneralRe: messages between threads Pin
mzakarni23-Jun-02 3:56
mzakarni23-Jun-02 3:56 
hi,
if you want to communicate between two application you need the Window Handle for the window that should hanld the message you want.
you can retreive the desired window handle by usinf EnumWindows this API will enumerate all the running applications; to indicate the desired application you can use GetWindowText API to retreive the Application main window title and compare it with application title you want to communicate with, after gaining the handle you can use SendMessage or PostMessage to send that application the Message you like.
Good Luck...
Mohammad Zakarni;)
GeneralSetWindowsHookEx Pin
vikramlinux22-Jun-02 23:29
vikramlinux22-Jun-02 23:29 
GeneralRe: SetWindowsHookEx Pin
jferrell121123-Jun-02 3:27
jferrell121123-Jun-02 3:27 
GeneralFile Empty status Pin
SamirSood22-Jun-02 23:24
SamirSood22-Jun-02 23:24 
GeneralRe: File Empty status Pin
Nish Nishant23-Jun-02 0:18
sitebuilderNish Nishant23-Jun-02 0:18 
GeneralEnable/Disable Frame Buttons :: MFC Pin
valikac22-Jun-02 21:30
valikac22-Jun-02 21:30 
GeneralRe: Enable/Disable Frame Buttons :: MFC Pin
Nish Nishant22-Jun-02 22:12
sitebuilderNish Nishant22-Jun-02 22:12 
GeneralRe: Enable/Disable Frame Buttons :: MFC Pin
valikac23-Jun-02 6:39
valikac23-Jun-02 6:39 
GeneralRe: Enable/Disable Frame Buttons :: MFC Pin
Sonu Kapoor23-Jun-02 7:30
Sonu Kapoor23-Jun-02 7:30 
GeneralRe: Enable/Disable Frame Buttons :: MFC Pin
valikac23-Jun-02 7:38
valikac23-Jun-02 7:38 
GeneralRe: Enable/Disable Frame Buttons :: MFC Pin
Nish Nishant23-Jun-02 15:25
sitebuilderNish Nishant23-Jun-02 15:25 
GeneralRe: Enable/Disable Frame Buttons :: MFC Pin
valikac23-Jun-02 16:16
valikac23-Jun-02 16:16 
GeneralProblem with GetDIBits under XP/NT Pin
yarp22-Jun-02 21:00
yarp22-Jun-02 21:00 
GeneralRe: Problem with GetDIBits under XP/NT Pin
Joel Lucsy23-Jun-02 16:26
Joel Lucsy23-Jun-02 16:26 
GeneralRe: Problem with GetDIBits under XP/NT Pin
yarp23-Jun-02 18:59
yarp23-Jun-02 18:59 
GeneralRe: Problem with GetDIBits under XP/NT Pin
yarp24-Jun-02 8:03
yarp24-Jun-02 8:03 
GeneralRe: Problem with GetDIBits under XP/NT Pin
Mike Nordell23-Jun-02 17:22
Mike Nordell23-Jun-02 17:22 
GeneralRe: Problem with GetDIBits under XP/NT Pin
yarp23-Jun-02 18:56
yarp23-Jun-02 18:56 

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.