Using the MS Web Browser control for an easy example... I place one on my form, and then reference it in VBA: Me.WebBrowser1. When the drop-down list of properties and actions appear, most of the
Very simple question but I am becoming frustrated. I have a MonthView Calender and a text box directly below it. I want the user to be able to click on a date on the control, then have that date transfer to my text box. I see that there is no OnClick event for the MonthView
I'm trying to create a control that will be used as a background for other controls. What I am trying to do is have a background with rounded corners without having to create individual bitmaps for each size desired.