Add my own methods to a combobox

M

Marcel

Hi,

I want to add my own methods and properties to comboboxes on a form. I
looked at the use of classes for this problem but can't find a starting
point.

Can someone give me a Class code example how to extend the standard Combobox
object?

Regards,

Marcel
 
M

Marcel

Marcel said:
Hi,

I want to add my own methods and properties to comboboxes on a form. I
looked at the use of classes for this problem but can't find a starting
point.

Can someone give me a Class code example how to extend the standard
Combobox object?

Regards,

Marcel

I found some code snippets in an article on the Microsof site "Creating
Custom Events (Microsoft Office XP Developer)" and it's far from complete.
They reference the DataComboBox.xls file. Does someone has this example in a
archive?

Regards,

Marcel
 
M

Marcel

Marcel said:
I found some code snippets in an article on the Microsof site "Creating
Custom Events (Microsoft Office XP Developer)" and it's far from complete.
They reference the DataComboBox.xls file. Does someone has this example in
a archive?

Regards,

Marcel

Ok, I got it working piece by piece.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top