G
Giò
I at all.
I have written a simple application where I can drag and drop controls
(standard and custom) from toolbox in a form, move object and set property
as backcolor, forecolore etc...
When i drag the control from the toolbox to the destination form, I create
the new object with reflection (CreateInstance method), and add the control
to the controlcollection of the form. ( with all Your events )
So any control can raise all your events...
This is my problem!
I would want to delete the events from the controls ( only in my form
destination) so that they could not be raises..
How can I do?
I would reall appreciate your help.
Thanks in advance
(sorry for my bat English)
Giò
I have written a simple application where I can drag and drop controls
(standard and custom) from toolbox in a form, move object and set property
as backcolor, forecolore etc...
When i drag the control from the toolbox to the destination form, I create
the new object with reflection (CreateInstance method), and add the control
to the controlcollection of the form. ( with all Your events )
So any control can raise all your events...
This is my problem!
I would want to delete the events from the controls ( only in my form
destination) so that they could not be raises..
How can I do?
I would reall appreciate your help.
Thanks in advance
(sorry for my bat English)
Giò