enter image description here enter image description here

Does the vc ++ 2015 tool have a resource editor or a form editor like in this resource editor (ResourceHacker), so that you can see if all the rows are reduced to a form, and how you can call this tool. This is taken from ready-made sources from github.com https://github.com/ffes/nppsnippets/releases/tag/v1.4.0. This is the Snippets plugin for Notepad ++, I just translated it into Russian from source. And after I build the library of this plugin in vc ++ 2015, I still have to re-edit in ResourceHacker because some words are longer and they are cut off in the form.

  • one
    A strange question ... how do you think programs are written in Visual Studio, without resources? There is everything you need for work. - freim
  • Now, for the first time in my life, I started using Visual Studio only to try to translate the plugin into Russian. And for this I ask my question here, hoping for the help of people experienced in this matter. - Andrey
  • There is and it is open in your screenshot - VTT
  • one
    Open the `View / Resource View 'resource panel and double-click on the desired dialog. No resource hackers are needed, the studio has absolutely everything you need for development. - freim
  • one
    There are dialogs - dialog boxes. Not the main window. - Alexander Petrov

0