Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRasDial Problem Pin
Matt James9-Apr-01 6:06
Matt James9-Apr-01 6:06 
GeneralRe: RasDial Problem Pin
Masaaki Onishi9-Apr-01 7:07
Masaaki Onishi9-Apr-01 7:07 
GeneralAdding line numbers in an edit control when the user presses the return key Pin
Joan M9-Apr-01 5:53
professionalJoan M9-Apr-01 5:53 
GeneralMFC - MDI and threads Pin
Tim Burke9-Apr-01 4:07
Tim Burke9-Apr-01 4:07 
GeneralCant open MS Access 2000 db Pin
Ammar9-Apr-01 0:33
Ammar9-Apr-01 0:33 
GeneralRe: Cant open MS Access 2000 db Pin
Masaaki Onishi9-Apr-01 6:59
Masaaki Onishi9-Apr-01 6:59 
GeneralRe: Cant open MS Access 2000 db Pin
9-Apr-01 9:55
suss9-Apr-01 9:55 
GeneralRe: Cant open MS Access 2000 db Pin
Ammar9-Apr-01 20:47
Ammar9-Apr-01 20:47 
GeneralRe: Cant open MS Access 2000 db Pin
Ammar10-Apr-01 21:44
Ammar10-Apr-01 21:44 
GeneralControls Pin
Drake Elsari8-Apr-01 19:23
Drake Elsari8-Apr-01 19:23 
GeneralRe: Controls Pin
Christian Graus8-Apr-01 19:36
protectorChristian Graus8-Apr-01 19:36 
GeneralRe: Controls Pin
Erik Funkenbusch8-Apr-01 19:51
Erik Funkenbusch8-Apr-01 19:51 
GeneralDialog box prohibits subsequent MessageBox Pin
KeithW8-Apr-01 17:31
KeithW8-Apr-01 17:31 
GeneralRe: Dialog box prohibits subsequent MessageBox Pin
Christian Graus8-Apr-01 18:48
protectorChristian Graus8-Apr-01 18:48 
GeneralRe: Dialog box prohibits subsequent MessageBox Pin
Masaaki Onishi9-Apr-01 6:53
Masaaki Onishi9-Apr-01 6:53 
GeneralDialog Editor Picture Control Pin
Michael Martin8-Apr-01 17:02
professionalMichael Martin8-Apr-01 17:02 
GeneralRe: Dialog Editor Picture Control Pin
Christian Graus8-Apr-01 18:12
protectorChristian Graus8-Apr-01 18:12 
GeneralCComboBox(Ex) & CListBox Question Pin
Julien8-Apr-01 13:43
Julien8-Apr-01 13:43 
I am using a CComboBox with some of Chris's mod's to make it so I can enter text
and have it populate the CEdit with the CComboBox content as I am typing.
(eg: Days of the Week, if I typed 'Mond' it would display the 'ay' as selected)

This is all good stuff - Thanks Chris.

However, I would like the DropDown to work at the same time. I added:
if (!this->GetDroppedState())
this->ShowDropDown();
to the OnEditUpdate method, but no matter which methods I try none seem to allow
the typing of text to "Highlight the selection of closest match".

I really don't want to implement my own dropdown window (as in the excellent
ComboTree example), so I was hoping there was some cool way to get the Handle to
the DropDown.

If you have any suggestions, or if you actually KNOW the solution (hope hope),
please post a reply.

many thanks

Julien.



GeneralRe: CComboBox(Ex) & CListBox Question Pin
PJ Arends8-Apr-01 15:22
professionalPJ Arends8-Apr-01 15:22 
GeneralWierd WTL compiling question.... Pin
Christian Graus8-Apr-01 13:08
protectorChristian Graus8-Apr-01 13:08 
GeneralRe: Wierd WTL compiling question.... Pin
Michael Dunn8-Apr-01 15:39
sitebuilderMichael Dunn8-Apr-01 15:39 
GeneralMonitoring audio recording level Pin
Anders Molin8-Apr-01 4:52
professionalAnders Molin8-Apr-01 4:52 
GeneralRe: Monitoring audio recording level Pin
Erik Funkenbusch8-Apr-01 19:56
Erik Funkenbusch8-Apr-01 19:56 
GeneralRe: Monitoring audio recording level Pin
Anders Molin8-Apr-01 21:29
professionalAnders Molin8-Apr-01 21:29 
GeneralRead from file question ... Pin
Hadi Rezaee8-Apr-01 1:40
Hadi Rezaee8-Apr-01 1:40 

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.