codedom

  • Thread starter Thread starter slim
  • Start date Start date
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
 
* slim said:
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?

<URL:http://www.google.de/groups?selm=uX2FZEIQBHA.1544@tkmsftngp05>
 
Back
Top