Function test tools - such thing avaliable?

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi All,

Just wonder if there's a tool allows me to write a small VB.NET
fucntion in it, compile and run it and return the result to me?

Just don't want to open a new test project everytime for 15 lines of
code :(

Thanks for any info
 
Andy,

You can use the VBC compiler that is in your SDK, however you have to write
commandlines which makes that new project everythime again, and that is
probably more work than open you IDE with a new project over and over again.

Or just keep an extra IDE open and delete everytime that form, class or
other things you are using after that you have done it. (It will in practise
be before you start using it). And set using the properties of the
application the start form or sub to that.

I hope this gives some ideas

Cor
 

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

Back
Top