F
Friskusen
I have been working on a control for a while now. One of the properties
belonging to this
control is rather complicated , so i have written a custom property editor
for it. Whenever i click
this property in Visual Studio my custom editor pops up and everything is
fine.
However , one of the tasks of my property editor is to write .resx files -
at design time. The target
path of the files will be this application startup path. Therefore i need a
simple way to find this path
through code from inside my property editor...at design time, remember. I
certainly dont want to
add this path in the property window by hand everytime i use this control.
Anybody know a smart solution ?
Thanks for your attention !
Frode !
belonging to this
control is rather complicated , so i have written a custom property editor
for it. Whenever i click
this property in Visual Studio my custom editor pops up and everything is
fine.
However , one of the tasks of my property editor is to write .resx files -
at design time. The target
path of the files will be this application startup path. Therefore i need a
simple way to find this path
through code from inside my property editor...at design time, remember. I
certainly dont want to
add this path in the property window by hand everytime i use this control.
Anybody know a smart solution ?
Thanks for your attention !
Frode !