Can you tell me to complete the given task in vb6 using simple code.
I have store the follwing code in a textfile named Code.txt in a location "C:\code.tx t"
the code is
Msgbox "Its working"
The problem is I want to compile this stored code at run time by retrieving the code from the text file. Please tell me how?