Pls Help - Write code at runtime- (urgent)

jerry_hokh

Active member
Joined
Mar 14, 2006
Messages
25
Programming Experience
1-3
hi all,
It would be apreciated if any one can help me on this:

Is there any way to write code at run time?

for example:

public sub WriteCode(byval code as string)
.... code....
end sub

public shared sub main()
WriteCode("smgBox(some string)")
end sub

*** what i want is when the main() executed, it will pop up a dialogbox.


Thanks for any help in advanced

Jerry.
 
Back
Top