3

I'm creating an Microsoft Office 2010 add-in ribbon with a bunch of controls on it. I am able to add things like buttons, TextBoxes, and Labels. :-) I am not, however, able to add the one control I need, which is a DateTimePicker. :-( Is there some workaround or hack to getting other controls like a DateTimePicker on my ribbon?

If it helps any, I'm using Visual Basic 2010.

Kara
  • 6,115
  • 16
  • 50
  • 57
Jared
  • 2,999
  • 1
  • 28
  • 39

1 Answers1

1

I wound up just making one of my buttons open up a separate form which then was able to have the DateTimePicker control on it. :-)

Jared
  • 2,999
  • 1
  • 28
  • 39