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
morpheus2matrix
NA
27
0
C# InvalidActiveXStateException
Feb 29 2004 4:13 PM
I'm currently trying to use an ActiveX on my application but i've got a InvalidActiveXStateException and i don't know why :( Here is my code : private AgentObjects.IAgentCtlCharacterEx Character; private AxAgentObjects.AxAgent axAgent1 = new AxAgentObjects.AxAgent(); .... private void lecteur_mp3_Load(object sender, System.EventArgs e) { axAgent1.Characters.Load("merlin", (object)Application.StartupPath + "\\chars\\" + "Merlin.acs"); Character = axAgent1.Characters.Character("merlin"); Character.Show(null); } Error in on this line but i don't know why : axAgent1.Characters.Load("merlin", (object)Application.StartupPath + "\\chars\\" + "Merlin.acs"); Any ideas ? Thanks
Reply
Answers (
0
)
c# listview
the value of e