Author Topic: Importing ACAD-VBA Code into VB.net and using .net Forms  (Read 2200 times)

0 Members and 1 Guest are viewing this topic.

zep6980

  • Guest
Importing ACAD-VBA Code into VB.net and using .net Forms
« on: July 01, 2008, 12:38:03 PM »
Hi,

I have been able to successfully import code that I did in VBA, into VB.net,
compile it to a .dll file using the commandmethod.
I have my import statements in there and with the nec. references (as far as I can see) set in .net

Now, I am trying to do the same thing with code that I did in VBA, using a .net form.

It says that it is building successfully but I have not had any luck with getting it to run correctly.

Does anyone have any suggestions or examples of using this techniques?

I am sure that I am doing something wrong but I believe this can be done.

If nec. I can post the code.

Thank you
Zep

zep6980

  • Guest
Re: Importing ACAD-VBA Code into VB.net and using .net Forms
« Reply #1 on: July 01, 2008, 12:40:10 PM »

In The VBA version of the project, I am only using a listbox with a click event and a label; nothing too fancy.

Zep