Re: Mouse not effect on ScrollBar of ComboBox



This is already handled for a dialog-based app, and in any case would not be the problem.

More importantly, the styles for the ComboBox are not shown. Nor is there a specification
of how many items are in the combo box, or how many are visible.
joe

On Wed, 11 Apr 2007 05:00:02 -0700, Arman Sahakyan <armancho_x@xxxxxxxxxx(donotspam)>
wrote:


"Duy Trinh" wrote:

m_pChildDlg->Create(IDD_CHILD_DIALOG, pParentDlg);

Style of m_pChildDlg = CHILD (i set it in Design mode)

i dn't have many code for this.
Seems you are missing the WS_VISIBLE style to the dlg. In design mode, set
'Visible' property true.
Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.



Relevant Pages

  • Re: UI Question - How would you do this?
    ... : Jeff Godfrey wrote: ... Once the app gets a single, specific "part name" from the database, it will ... Using a combobox, ... The app, finding multiple matches doesn't generate an error dialog, ...
    (comp.lang.tcl)
  • Re: Fields disappear on Access Form
    ... View Mode but will be Visible in Design Mode. ... invisible objects (listbox, combobox etc.) that I had used in testing ... in the detail area I should add. ...
    (microsoft.public.access.formscoding)
  • Re: drop-down list
    ... When in Design Mode, double click the ComboBox and you will be taken into the VBA environment where you can make use of the events exposed for this control. ... the Control Toolbox icon). ...
    (microsoft.public.excel)
  • RE: Scrolling down my drop down box
    ... View>Toolbars>Control Toolbox>select 'ComboBox' place this over a cell. ... in design mode right click the 'combobox' control and select 'Properties' and ... Once done click the first icon in the 'Control ... 1025 rows and the scrolling stops. ...
    (microsoft.public.excel.misc)
  • Re: Programmatically creating text field with combobox
    ... >LimitToList true ... >>However, when I go into the field in design mode, lookup ... >is still a text box, and when I change it to a combobox, ... >ColumnHidden False ...
    (microsoft.public.access.modulesdaovba)

Loading