Posts: 245
Threads: 31
Joined: Sep 2010
Reputation:
0
form2.text = textbox1.text
form2.show
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailto
atrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
Posts: 31
Threads: 9
Joined: Aug 2011
Reputation:
0
I've not explained myself properly, I want to create a NEW file from a base application, like: My main application has a function called Generate Exe, which gets the name I wrote, and creates a new EXE file with that setting.
Posts: 1,006
Threads: 111
Joined: Jul 2010
Reputation:
1
I know what you're saying. Now I am by no means no expert on this, but here are some links to help you out. I used what you're talking about in the Plugin system for TwitControl.
A tutorial, somewhat: <!-- m --><a class="postlink" href="http://vbcity.com/blogs/jatkinson/archive/2010/04/24/dynamically-read-compile-and-run-source-code-from-a-text-file.aspx">http://vbcity.com/blogs/jatkinson/archi ... -file.aspx</a><!-- m -->
A short discussion on the security of doing such things: <!-- m --><a class="postlink" href="http://www.vbforums.com/showthread.php?p=4115298#post4115298">http://www.vbforums.com/showthread.php? ... ost4115298</a><!-- m -->
Posts: 1,006
Threads: 111
Joined: Jul 2010
Reputation:
1
No problem! Be sure to post back with your results!