how to convert x.vb into x.Designer.vb and x.vb

  • Thread starter Thread starter Academic
  • Start date Start date
A

Academic

I like the vs2005 way of separating the designer code from my code.

Is there a non-manual way of taking a 2003 .vb file and turning them into
two files ( .vb and .Designer.vb)


I have a solution of 24 projects that I'd like to convert



Thanks
 
No. you can try to make it yourself, I tried that but it was more work than
I thought on first sight.

Therefore I stopped in fact I found it afterwards not so important.

Cor
 
Back
Top