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
Administrator
Tech Writer
2.2k
1.5m
Handling a class member event
Apr 7 2003 8:49 AM
Hey I have added a VB class as a reference to my c# project. The class I instance is called MessageControl. It inherits the Windows MessageControl class. There is an event called Scanned and it passes the variable scan which is of type SCAN_STRUCT. I need to handle the event in my program , but don't know the c# code to do so. any help is appreciated. this is the line of code n a VB.net project that calles the same classes: Private WithEvents _msgControl As MessageControl = New MessageControl Private Sub _msgControl_Scanned(ByVal scan As SCAN_STRUCT) Handles _msgControl.Scanned TIA
Reply
Answers (
1
)
changing soap schema to rowsetschema?!
Compiling changes values in VS.NET