Forms Resource Files

I tried to select an image from a Form1.resx file and apply it to one of the stock menu's I created. It would not allow me to use a different image in the corresponding Form1.resx.

I had to create my own project resource and add images to that so I could re-use images I had already added to my project.

Is there something I'm missing or is this just by design


Answer this question

Forms Resource Files

  • PrashanthSpark

    Hi,

    Can you be more clear in what you want to acheive so that we someone can help you out...

    regards,
    Bhanu.



  • AFuchigami

    Sure. I created a toolbar on my form and used the default menu items/images to start it out. I then wanted to change one of the toolbar button images to something else in the auto created Form1.resx file.

    When I tried this by clicking on Image in the properties window it only showed me the current image that it was using and did not allow me to select any other images that are in the Form1.resx file.

  • ayeli

    Is this by design

    Anyone else notice the same issue


  • Forms Resource Files