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!
Asked
Active
Viewed 263 times
-1
-
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 Answers
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
-
I have a large project. It used VSFlex7. Now I wanna to convert it to vb.net. I do not wanna modify source – Monte Cristo Aug 20 '16 at 08:19
-
if you're not going to modify your app you're not going to get any gain from moving to .net. The changes should be minimal. Try asking the vendor of vsflexgrid what their recommended upgrade method is. – FloatingKiwi Aug 20 '16 at 08:23
-