Click here to Skip to main content
15,929,218 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: COM PORT PROBLEM Pin
Joaquín M López Muñoz29-Aug-01 21:48
Joaquín M López Muñoz29-Aug-01 21:48 
GeneralRe: COM PORT PROBLEM Pin
Sandeep Shetty29-Aug-01 22:16
Sandeep Shetty29-Aug-01 22:16 
GeneralRe: COM PORT PROBLEM Pin
Joaquín M López Muñoz30-Aug-01 0:34
Joaquín M López Muñoz30-Aug-01 0:34 
GeneralRe: COM PORT PROBLEM Pin
Sandeep Shetty30-Aug-01 11:51
Sandeep Shetty30-Aug-01 11:51 
GeneralRe: COM PORT PROBLEM Pin
Joaquín M López Muñoz30-Aug-01 12:13
Joaquín M López Muñoz30-Aug-01 12:13 
GeneralRe: COM PORT PROBLEM Pin
Sandeep Shetty30-Aug-01 13:14
Sandeep Shetty30-Aug-01 13:14 
GeneralRe: COM PORT PROBLEM Pin
Joaquín M López Muñoz30-Aug-01 21:04
Joaquín M López Muñoz30-Aug-01 21:04 
GeneralComboBox messages Pin
Michael Martin29-Aug-01 20:29
professionalMichael Martin29-Aug-01 20:29 
I have two ComboBoxes on a dialog, the contents of Combo2 is dependant on the selection made in Combo1. When I make a selection from Combo1 using the mouse I jump to the function handling the CBN_SELENDOK message where I fill Combo2 with the relevant data.

If instead of using the mouse I use the keyboard and tab into Combo1 and then out of it I do not trigger the CBN_SELENDOK message. Nor do I trigger CBN_SELCHANGE, these seem to be the correct messages according to my understanding of the MSDN articles.

I am using Chris Maunder's Autocomplete ComboBox which fills the EditBox with the result as you type in characters. This could be masking the correct message but I doubt it and my understanding of and ability to use Spy++ sucks big time. I tried seeing the messages used in the ComboBox with Spy++ but there were no CBN_* messages available.

What message should I be reacting too from the ComboBox when I tab out of it after making a selection?
Is there a decent tutorial somewhere on using Spy++ as I seem to have no idea on using it effectively?


Michael Martin
Pegasystems Pty Ltd
Australia
martm@pegasystems.com
+61 413-004-018
GeneralRe: ComboBox messages Pin
Matt.W.29-Aug-01 21:18
Matt.W.29-Aug-01 21:18 
GeneralRe: ComboBox messages Pin
Michael Martin30-Aug-01 2:24
professionalMichael Martin30-Aug-01 2:24 
Generalgrid controls Pin
29-Aug-01 19:48
suss29-Aug-01 19:48 
GeneralCSystemTray MDI Pin
jdt29-Aug-01 19:44
jdt29-Aug-01 19:44 
GeneralAbout "__stdcall" and "__cdecl" Pin
Maer72729-Aug-01 17:17
Maer72729-Aug-01 17:17 
GeneralRe: About Pin
Michael Dunn29-Aug-01 18:37
sitebuilderMichael Dunn29-Aug-01 18:37 
GeneralRe: About Pin
Maer72729-Aug-01 22:07
Maer72729-Aug-01 22:07 
GeneralCList/CArray duplicate link problem Pin
Wayne Janaway29-Aug-01 15:52
Wayne Janaway29-Aug-01 15:52 
GeneralRe: CList/CArray duplicate link problem Pin
Tomasz Sowinski30-Aug-01 1:24
Tomasz Sowinski30-Aug-01 1:24 
GeneralRe: CList/CArray duplicate link problem Pin
Wayne Janaway30-Aug-01 11:14
Wayne Janaway30-Aug-01 11:14 
GeneralRe: CList/CArray duplicate link problem Pin
Tomasz Sowinski30-Aug-01 11:21
Tomasz Sowinski30-Aug-01 11:21 
GeneralWait for worker thread to finish Pin
PJ Arends29-Aug-01 15:19
professionalPJ Arends29-Aug-01 15:19 
GeneralRe: Wait for worker thread to finish Pin
Not Active29-Aug-01 16:00
mentorNot Active29-Aug-01 16:00 
GeneralRe: Wait for worker thread to finish Pin
Kelly Herald30-Aug-01 10:25
Kelly Herald30-Aug-01 10:25 
GeneralATL Objects Pin
Bret Faller29-Aug-01 13:55
Bret Faller29-Aug-01 13:55 
GeneralRe: ATL Objects Pin
Aaron Schaefer30-Aug-01 4:20
Aaron Schaefer30-Aug-01 4:20 
GeneralInternet link on my about dialog box Pin
Jonathan Craig29-Aug-01 13:42
Jonathan Craig29-Aug-01 13:42 

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.