Hi Professional,
Before I describe my problem, here's the case:
* I am developing a custom control in C#.
* I have provided a verb that opens a window form to assist user in
updating several browsable properites.
* When the user fills the values in the form and clicks Ok, I update the
properites.
* The new values shows up fine in the property browser, but the problem
is that it is not added as attributes to the control as it would if the
user updates the values directly in the property browser. This causes
the new values updated by the form (in other words - progammatically) not
to persist.
How can I fix this.
Anyone?
SJN.