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.
 
Back
Top