Provide VB.Net Inside App

D

Derek Hart

I want to be able to provide a vb.net programming ability in side my
application. The application is a tool that allows users to design screens.
They may not have full Visual Studio. I know there is a free version of
Visual Studio I could use. But I need to be able to allow the user to write
vb.net code, and there will be a reference to my DLL so they can use the
interfaces inside the application. But how do I save these code fragments,
and use them in the application. Do I have to somehow give the users the
ability to make a new assembly? A lot more questions... but where do I
start?
 
M

Marc Bernard

I want to be able to provide a vb.net programming ability in side my
application. The application is a tool that allows users to design screens.
They may not have full Visual Studio. I know there is a free version of
Visual Studio I could use. But I need to be able to allow the user to write
vb.net code, and there will be a reference to my DLL so they can use the
interfaces inside the application. But how do I save these code fragments,
and use them in the application. Do I have to somehow give the users the
ability to make a new assembly? A lot more questions... but where do I
start?

It's definitely possible, but it is a little tricky. :)

Here are a couple of links that will get you started:

http://www.devx.com/dotnet/Article/15678/1954
http://www.15seconds.com/Issue/020917.htm

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top