G
Giang Pham
I create one activeX by using C++ dot Net. Then I using it on a from of C#
project, I insert and have it a name (m_ctrlGraph)
When I use its property, such as:
m_ctrlGraph.FrameStyle = 2
It always has an error like this:
" Cannot implicitly convert type 'int' to 'NTGRAPHLib.FrameStyle "
project, I insert and have it a name (m_ctrlGraph)
When I use its property, such as:
m_ctrlGraph.FrameStyle = 2
It always has an error like this:
" Cannot implicitly convert type 'int' to 'NTGRAPHLib.FrameStyle "