I bought the ActiveX in 07, at the time there was a C# Clock example, working fine still on my computer, but if I use:
cAvax1.Command = Avax.AvaxCommand.Line_c;
It seems not working (I can't draw a line on the screen), do I need to change any settings/Properties? Or I have to buy the AVAX .net version?
Thanks,
Bryan
Page 1 of 1
using AVAX ActiveX in .net C#
#3
Posted 14 December 2010 - 05:36 AM
Hi elias,
"call cAvax1.StartAvax() procedure at Form1_Load event" does work, that makes me wonder can AVAX ActiveX be fully programmed in C#, just like in VB6?
And if that's the case, what makes the AVAX.NET better than AVAX ActiveX? (I mean the core functionalities)
Thanks,
Bryan
"call cAvax1.StartAvax() procedure at Form1_Load event" does work, that makes me wonder can AVAX ActiveX be fully programmed in C#, just like in VB6?
And if that's the case, what makes the AVAX.NET better than AVAX ActiveX? (I mean the core functionalities)
Thanks,
Bryan
#4
Posted 15 December 2010 - 01:09 PM
The are not any differences at the core functionalities. The benefits are that you don't have to register the control, so you can have multiple versions of it in a machine. Also it is a pure .NET control so it is not necessary to build your application every time you update the control with a newer one.
You can download the AvaxCAD C# example we have recently uploaded.
You can download the AvaxCAD C# example we have recently uploaded.
Page 1 of 1
Sign In
Register
Help
Add Reply

MultiQuote