How do I add a control, such as DateTimePicker, to an office feed that I create using a visual base?

I am creating a Microsoft Office 2010 add-in ribbon with a bunch of controls on it. I can add things like buttons, text boxes and shortcuts. :-) I cannot, however, add one control that I need is DateTimePicker. :-( Is there a way around or hack other controls like DateTimePicker on my tape?

If this helps, I am using Visual Basic 2010.

+3
source share
1 answer

I just launched one of my buttons, opening a separate form, which then could have a control DateTimePicker. :-)

+1
source

All Articles