c# - Can I convert a My.Resources file into a Properties.Resources file -
i have existing my.resources file, convert properties.resources file. wouldn't want hand (that ugly). there tool out there capable of doing that?
the my.resources type standard .resx file exists in project. same format c# uses , can copied directly 1 project other.
the .resx file under my project folder of project. easiest way import on to
- right click on c# project
- add -> existing item
- navigate vb.net
.resxfile , select it
Comments
Post a Comment