User Control(s) multiple instances



I have created a user-control that uses a text box and a UpDown
control. The control works correctly, but the updown control on the
user-control only works in the
first instance of the user control, each additional instance has the
updown control grayed out like has been disabled or did not load
correctly.

Have you seen anything like this ?

Thanks
Sid.

.



Relevant Pages

  • Re: Spinbutton in Access
    ... > I have looked at the Updown control but my goodness it is quite different ... > to the spinbutton control. ... > Phil Stokes ... >>> Can't seem to find a tutorial, but perhaps this will help, Mark ...
    (microsoft.public.access.forms)
  • Re: Spinbutton in Access
    ... I have looked at the Updown control but my goodness it is quite different ... Phil Stokes ... >>> John ...
    (microsoft.public.access.forms)
  • Re: User Control(s) multiple instances
    ... "Stand alone OCX", I just created a user-control and added an UpDown ... I found a work around to my problem: I add an instance of my control ... but the updown control on the ...
    (microsoft.public.vb.bugs)
  • Some help to derive from CListBox to add UpDown control
    ... I am developping on Smartphone with MFC(next time I will use WTL because it's more appropriate) and I would like to create a control deriving from a CListBox and that add a Updown control. ... What I want to do is to have one control that encapsulates my two controls ListBox and CSpinButtonCtrl because I want to be able to do that: ...
    (microsoft.public.vc.mfc)
  • Re: Some help to derive from CListBox to add UpDown control
    ... from a CListBox and that add a Updown control. ... PreSubclassWindow in the CListBox is the place to create your spinner ... The problem with this is that such a control is clipped by the listbox. ...
    (microsoft.public.vc.mfc)