TheSwamp

Code Red => .NET => Topic started by: zep6980 on July 01, 2008, 12:38:03 PM

Title: Importing ACAD-VBA Code into VB.net and using .net Forms
Post by: zep6980 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
Title: Re: Importing ACAD-VBA Code into VB.net and using .net Forms
Post by: zep6980 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