-1

I use VS 2015 and I create a VB.net project. Then I add VSFlex7.ocx component, it automatic generate AxFSFlex7 in the references, see more at attachment image plese I do not know why. What is "Ax" enter image description here Thank you!

  • It is the wrapper for the ActiveX component. It is automatically added because you need it too in order for it to work. This is completely normal. – Visual Vincent Aug 19 '16 at 11:42

1 Answers1

0

It's the wrapper around your activex control. You don't directly use the VSFlex7 control, you use this wrapper instead.

http://www.informit.com/articles/article.aspx?p=27219&seqNum=9

FloatingKiwi
  • 4,408
  • 1
  • 17
  • 41