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
VB.NET Declare converted to C#
Apr 2 2003 8:52 PM
I have access to VB.NET project that calls a SCAN_INIT function from a dll called ScanWrapper.dll that is attached to the project (not a reference, just added as an existing item) This is the call: Private Declare Sub SCAN_INIT Lib "ScanWrapper.dll" Alias "#2" (ByVal hwnd As IntPtr) how would i do the same thing using c#? TIA
Reply
Answers (
4
)
XML String
Messanger simulation