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
sun s
NA
2
0
Event is supporting
Aug 10 2010 2:03 AM
Hi I am using Axvlcpulgin in my windows application.
So in the end reached event,
1.am not able to display the label message,
2.cannot able to remove items or retrieve listbox items index.
Such operations r not working in this event.
listcustr.Items.Remove(listcustr.Items.Item(0))
At this point,its hanging and in
Output window,i got the message like this.
A first chance exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll
In all events of vlcplugin,its the same case.
Anybody has any idea!
Thanks in Advance
Muni
Reply
Answers (
0
)
Other functions are not working within events in windows application
Access main form control from inside created class