ComboBox populate without mouse or key press

Light Poster
25Jun2008,12:10   #1
apatra's Avatar
[IMG]
To be more clear-
I create a dialog with a combobox, and after executing it dialog is launching with combobox. and when I click on combobox it popup with string. Till now there is no problem. But my requirement is when dialog will launch - it will show this combobox in populated state - without press any key or mouse.
How can I do it...?

Can you please help me...?
Go4Expert Founder
25Jun2008,13:18   #2
shabbir's Avatar
Populate it in InitDialog
Light Poster
25Jun2008,20:04   #3
apatra's Avatar
But in InItDialog what will be the code to dropdown combobox. Can you please provide me with a small program. It will great help......
Go4Expert Founder
26Jun2008,07:59   #4
shabbir's Avatar
Quote:
Originally Posted by apatra
But in InItDialog what will be the code to dropdown combobox. Can you please provide me with a small program. It will great help......
Same code that you wrote in some other event. Share that code and it won't be anything different.
Light Poster
27Jun2008,19:32   #5
apatra's Avatar
Problem is fixed....Thanks