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"
Printable View
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"
I don't think it's possible... thats like asking to change out a motor of a car that is in motion.