Can it be done

  • Thread starter Thread starter MAF
  • Start date Start date
M

MAF

Is there anyway to create some code that will go through every form and
control in my solution and update the lanuage property?

I was trying to create an addin to do this but I can't figure out how to
loop through the forms.



Thanks
 
Can it be done?
Yes.

Although I'm not an expert in this area, with a few minutes of searching I
found some things that might help.
- DTE.ActiveSolutionProjects... ProjectItems collection... ProjectItem
should get you to a list of files.. you take it from here.

Alex Korchemniy
 
Back
Top