How to restore/recreate .RESX file?

B

Bill Nguyen

I accidently deleted the RESX file of a Winform. I still have the .VB file.
When I ran the app, the form was ok, but I can't bring up the design form to
edit.
Is there any way to restore or recreate RESX from the VB form?

Thanks a million!

Bill
 
C

Cor Ligthert

Bill,

Bill you can try the following.

Create a new form.
Copy your code from your old form and place that in a textbox.
Cut your controls from your old form and paste them to the new
Copy/paste your code from the textbox to the new form code (directly you
loose I thought, your events)

I hope this helps,

Cor
 

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

Top