Is there a quick way to edit the resource file?
I'm creating a card game application, which requires quite a few images to be added to the resource file. I'd like to separate the images into their unique folders (cards, for example) and make use of IDE's autocomplete functionality (picturebox1.image = My.Resources.cards.s04, but adding them individually via the IDE is a bit of a pain, is there any way I can edit this through NotePad?
Any help would be greatly appreciated.
Thanks.
I'm creating a card game application, which requires quite a few images to be added to the resource file. I'd like to separate the images into their unique folders (cards, for example) and make use of IDE's autocomplete functionality (picturebox1.image = My.Resources.cards.s04, but adding them individually via the IDE is a bit of a pain, is there any way I can edit this through NotePad?
Any help would be greatly appreciated.
Thanks.