Hi
I have one POS System in MS Dyanamic NAV. I have Dual screen pc.
On my one screen OCX control are run. When I pass the data from
MS Dyanamic NAV to OCX it display some information.
Now I want to create one connector for this using .NET
How can I do this ?
1) Creating windows service.
2) Creating COM Application.
Which is the best way to do this ?
Loading

Gohil JayendrasinhPosted Apr 9, 2012, 2:58 AM
so i create a demo appliation
http://www.c-sharpcorner.com/UploadFile/jayendra/how-to-create-activex-control/
i check your comment on this articles and edit some description.
i test it for dual screen monitor PC and it's working fine.
Sam HobbsPosted Mar 23, 2012, 8:12 PM
Your OCX is already a COM server so it does not make sense to me to write a "COM Application". Perhaps you need to write a .Net Class Library wrapper around the OCX. Perhaps the article Using ActiveX Controls with Windows Forms in Visual Studio .NET will help you. If that article seems relevant, then look in this (C# Corner) web site for articles that make it easier to do.
Suthish NairPosted Mar 23, 2012, 11:09 AM