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
Miguel
NA
509
0
calling a c# dll with vb6
Nov 10 2009 5:03 AM
Hi all! I'm really new to vb6 and have some knowledge of C# and would like to create a vb6 program that calls a C# dll but I've found a huge problem which is, I always get a "dll runtime error 453". I've been googling for some hours and can't find the solution for this problem... please help. thanks a lot B33bs (here's the code sample... it's just an example) Private Declare Function func Lib "C:\Documents and Settings\...\dllnewAtt.dll" () As String Private Sub Command1_Click() Dim nSpeed As String nSpeed = func() Form1.Text1.Text = nSpeed End Sub
Reply
Answers (
5
)
how to create mysql db programmably
Network Programming