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 the "WithEvents" to the declaration 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
 
Back
Top