Click here to Skip to main content
15,892,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 0:59
Abris23-Jan-07 0:59 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
toxcct23-Jan-07 1:04
toxcct23-Jan-07 1:04 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 1:10
Abris23-Jan-07 1:10 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
toxcct23-Jan-07 2:16
toxcct23-Jan-07 2:16 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 5:04
Abris23-Jan-07 5:04 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
David Crow23-Jan-07 3:17
David Crow23-Jan-07 3:17 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." [modified] Pin
Abris23-Jan-07 5:02
Abris23-Jan-07 5:02 
AnswerRe: Microsoft Outlook: "A Program is trying to send email.." Pin
James R. Twine23-Jan-07 2:59
James R. Twine23-Jan-07 2:59 
   Note the following remarks from MSDN:
If the button is in a dialog box and the dialog box is not active, the BM_CLICK
message might fail. To ensure success in this situation, call the SetActiveWindow
function to activate the dialog box before sending the BM_CLICK message to the button.
   Note that I have had limited success is using the BM_CLICK message, but often do well using BN_CLICKED - which is a good old fashioned WM_COMMAND based notification.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: Microsoft Outlook: &amp;quot;A Program is trying to send email..&amp;quot; Pin
Abris23-Jan-07 5:01
Abris23-Jan-07 5:01 
GeneralRe: Microsoft Outlook: &amp;quot;A Program is trying to send email..&amp;quot; Pin
James R. Twine23-Jan-07 6:19
James R. Twine23-Jan-07 6:19 
GeneralRe: Microsoft Outlook: &amp;quot;A Program is trying to send email..&amp;quot; Pin
Abris24-Jan-07 19:42
Abris24-Jan-07 19:42 
AnswerRe: Microsoft Outlook: &amp;amp;quot;A Program is trying to send email..&amp;amp;quot; Pin
Chris Meech23-Jan-07 7:15
Chris Meech23-Jan-07 7:15 
GeneralRe: Microsoft Outlook: &amp;amp;quot;A Program is trying to send email..&amp;amp;quot; Pin
Abris24-Jan-07 19:45
Abris24-Jan-07 19:45 
Questionhow to create the UI like pcAnywhere?[help] [modified] Pin
pollux_zy23-Jan-07 0:43
pollux_zy23-Jan-07 0:43 
AnswerRe: how to create the UI like pcAnywhere?[help] Pin
Mark Salsbery23-Jan-07 8:35
Mark Salsbery23-Jan-07 8:35 
Questionsize of object Pin
Try23-Jan-07 0:20
Try23-Jan-07 0:20 
AnswerRe: size of object Pin
toxcct23-Jan-07 0:23
toxcct23-Jan-07 0:23 
AnswerRe: size of object Pin
eli1502197923-Jan-07 0:39
eli1502197923-Jan-07 0:39 
GeneralRe: size of object Pin
toxcct23-Jan-07 0:40
toxcct23-Jan-07 0:40 
GeneralRe: size of object Pin
eli1502197923-Jan-07 5:31
eli1502197923-Jan-07 5:31 
AnswerRe: size of object Pin
James R. Twine23-Jan-07 3:22
James R. Twine23-Jan-07 3:22 
QuestionUndo accelerator in a Dialog in a Document application Pin
sortegrip23-Jan-07 0:15
sortegrip23-Jan-07 0:15 
AnswerRe: Undo accelerator in a Dialog in a Document application Pin
James R. Twine23-Jan-07 6:22
James R. Twine23-Jan-07 6:22 
GeneralRe: Undo accelerator in a Dialog in a Document application Pin
sortegrip23-Jan-07 23:24
sortegrip23-Jan-07 23:24 
QuestionProject files Pin
Bravoone_200622-Jan-07 23:58
Bravoone_200622-Jan-07 23:58 

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.