TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Areeb Quazi
NA
109
0
how I Create ActiveX exe /project in .net
Jan 20 2013 2:00 PM
Hi,
I have 2 vb6 application which I am going to migrate in .net.
1- Normal windows application
2- ActiveX application
Java (launch and pass data)--> AcitiveX-->(pass data to vb6 which is already opened )Vb6 win form
This ActiveX application is launched by javascript from java like
var v = new ActiveXObject("") and passed data to activeX exe and
that activeX exe take data from java application and pass it to vb6 windows application
In .net how can I create AcitveX Exe (project) or please suggest how can I achieve this
functionality in .net.
Thanks in advance
Reply
Answers (
1
)
checking if data in datagridview equal to data in datatable
Two ForeColors?