S
slim
I am working on a dynamic code generation tool and I have run into a
problem. When I add the declaration statement for a control, I cannot
find how to make it add "WithEvents" to the declaration for vb language
thereby not surfacing any events when you pull the result file into the
IDE. I am using CodeMemberField to add the control declaration
statement. Is there any way to accomplish this?
Paul
problem. When I add the declaration statement for a control, I cannot
find how to make it add "WithEvents" to the declaration for vb language
thereby not surfacing any events when you pull the result file into the
IDE. I am using CodeMemberField to add the control declaration
statement. Is there any way to accomplish this?
Paul