Results 1 to 2 of 2

Thread: find and replace the code in runtime

Hybrid View

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2004
    Posts
    50

    find and replace the code in runtime

    Hi!
    Do you have any ideea of how can I find and replace a piece of code in runtime in VB.NET, after the .exe file was build?
    In Access it was something like:
    Code:
    Application.VBE.CodePanes(1).CodeModule.ReplaceLine abc, "def"
    Last edited by neptun_; Jan 25th, 2005 at 10:26 AM.

  2. #2
    Fanatic Member Graff's Avatar
    Join Date
    Jan 2002
    Location
    Calgary
    Posts
    668

    Re: find and replace the code in runtime

    I don't think it's possible... thats like asking to change out a motor of a car that is in motion.
    If wishes were fishes we'd all cast nets.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width