Question on locating Assemblies

  • Thread starter Thread starter Friskusen
  • Start date Start date
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 !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top