Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To DropDown A ComboBox programmatically Pin
mikobi1-Feb-07 5:05
mikobi1-Feb-07 5:05 
GeneralRe: To DropDown A ComboBox programmatically Pin
toxcct1-Feb-07 5:07
toxcct1-Feb-07 5:07 
GeneralRe: To DropDown A ComboBox programmatically Pin
mikobi1-Feb-07 5:35
mikobi1-Feb-07 5:35 
GeneralRe: To DropDown A ComboBox programmatically Pin
toxcct1-Feb-07 5:38
toxcct1-Feb-07 5:38 
GeneralRe: To DropDown A ComboBox programmatically Pin
mikobi1-Feb-07 6:07
mikobi1-Feb-07 6:07 
GeneralRe: To DropDown A ComboBox programmatically Pin
toxcct1-Feb-07 6:12
toxcct1-Feb-07 6:12 
GeneralRe: To DropDown A ComboBox programmatically Pin
David Crow1-Feb-07 7:00
David Crow1-Feb-07 7:00 
GeneralRe: To DropDown A ComboBox programmatically Pin
Roger Stoltz1-Feb-07 5:57
Roger Stoltz1-Feb-07 5:57 
Besides toxcct's questions you should keep in mind that the Windows GUI is an event driven thing. This means that everything that happens is a reaction of smoe kind of user input.
What seems to be puzzling us is that you want things to happen without such user input.
For instance, what triggers any control in your form to loose focus, or get focus for that matter? And then again like toxcct said, what's the point of dropping down a combo if the user's not supposed to select anything?

It seems like you haven't really thought this through, or you have to describe what you're trying to do further. But, judging from the level of expertise in your questions I would bet on the former. Suspicious | :suss:
N.B. the above is not meant to be offensive, just trying to help you helping yourself.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote

GeneralRe: To DropDown A ComboBox programmatically Pin
Rama Krishna Vavilala1-Feb-07 5:01
Rama Krishna Vavilala1-Feb-07 5:01 
GeneralRe: To DropDown A ComboBox programmatically Pin
mikobi1-Feb-07 19:14
mikobi1-Feb-07 19:14 
AnswerRe: To DropDown A ComboBox programmatically Pin
Newbie009-Feb-07 8:22
Newbie009-Feb-07 8:22 
QuestionEnumerated types Pin
Jay031-Feb-07 4:04
Jay031-Feb-07 4:04 
AnswerRe: Enumerated types Pin
Roger Stoltz1-Feb-07 4:10
Roger Stoltz1-Feb-07 4:10 
AnswerRe: Enumerated types Pin
toxcct1-Feb-07 4:12
toxcct1-Feb-07 4:12 
AnswerRe: Enumerated types Pin
Jay031-Feb-07 4:33
Jay031-Feb-07 4:33 
QuestionTo Click on an button programmatically Pin
mikobi1-Feb-07 3:28
mikobi1-Feb-07 3:28 
AnswerRe: To Click on an button programmatically [modified] Pin
Roger Stoltz1-Feb-07 3:40
Roger Stoltz1-Feb-07 3:40 
GeneralRe: To Click on an button programmatically Pin
mikobi1-Feb-07 4:09
mikobi1-Feb-07 4:09 
GeneralRe: To Click on an button programmatically Pin
Roger Stoltz1-Feb-07 4:17
Roger Stoltz1-Feb-07 4:17 
GeneralRe: To Click on an button programmatically Pin
mikobi1-Feb-07 4:29
mikobi1-Feb-07 4:29 
GeneralRe: To Click on an button programmatically Pin
Hamid_RT1-Feb-07 20:54
Hamid_RT1-Feb-07 20:54 
QuestionRe: To Click on an button programmatically Pin
David Crow1-Feb-07 4:01
David Crow1-Feb-07 4:01 
Questiongetch() problem Pin
sachin ahuja1-Feb-07 3:03
sachin ahuja1-Feb-07 3:03 
AnswerRe: getch() problem Pin
jhwurmbach1-Feb-07 3:05
jhwurmbach1-Feb-07 3:05 
GeneralRe: getch() problem Pin
sachin ahuja1-Feb-07 4:12
sachin ahuja1-Feb-07 4:12 

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.