|
-
May 12th, 2011, 09:47 AM
#1
Thread Starter
Fanatic Member
Run this code?
I have a VB2008 application that can run an Exe from a string of data from a database. I use the Process.start(*location*) command.
But what if I want to run a line of code with in the same exe?
For example: "me.panel1.clear" or "Call LoadDocs". I need the line executed on command.
<vb.net2008>
Private Sub CMD_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Dim RunWhat As String = CType(sender.tag, String)
</code>
RunWhat is the string containing the vb.net command I need to run.
Any ideas guys?
Last edited by juliemac; May 12th, 2011 at 10:11 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|