Execute internal command embeded in string

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • C. A. Kelly

    #1

    Execute internal command embeded in string

    I believe I already know the answer is no, but here goes...

    I have a string ' me.button1.text = "Hello" '
    Is there a way to execute that code? I know that it is opening up a security
    quagmire since the command is loaded from an external file but it is still
    mandatory for what I want to do. Sorry can't go into further detail on its
    final use.


  • Cor Ligthert

    #2
    Re: Execute internal command embeded in string

    Kelly,

    About what are you talking, webforms or winforms,

    In a winforms situation I cannot even think why you ask this.

    Cor


    Comment

    • Mad Murdoch

      #3
      Re: Execute internal command embeded in string

      This is real messy, but appears possible. I would reccomend you try and
      re-think your problem. In the absence of which this thread is trying to do
      what you want and offers a code snippit which is said to work ok.
      Choosing the right web hosting company is one of the most important — and most consequential — decisions you’ll make when starting or growing your website.



      HTH


      "C. A. Kelly" <cakelly@kellco mnet.us> wrote in message
      news:lM6dnVhSne e5nwzfRVn-2g@comcast.com. ..[color=blue]
      >I believe I already know the answer is no, but here goes...
      >
      > I have a string ' me.button1.text = "Hello" '
      > Is there a way to execute that code? I know that it is opening up a
      > security
      > quagmire since the command is loaded from an external file but it is still
      > mandatory for what I want to do. Sorry can't go into further detail on its
      > final use.
      >
      >[/color]


      Comment

      Working...