wondering if this is possible...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

is it possible to use Micrsoft Access' Drop Down List control in .Net
Application?

Thanks,
rodchar
 
Yes you can,

if it has a ole interface .Net will create a wrapper for it as soon as you
reference it and place it on the project tools window


michel posseth
 
rodchar said:
is it possible to use Micrsoft Access' Drop Down List control in .Net
Application?

Even if it was technically possible, I would not do that. Which
functionality are you looking for?
 
rodchar said:
well, i like the drop-down box where you can either select an item or type
something in.

Isn't that the default behavior of .NET's combobox control too? Check out
the combobox' 'DropDownStyle' property.
 

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

Similar Threads

just wondering why 2
just wondering 3
drop down list change event 4
is this even possible? 4
is there a way to do this 4
question about custom controls 4
Part2 csv to xml 2
can this be done auto... 3

Back
Top