winforms icon indicating copy to clipboard operation
winforms copied to clipboard

Make WinForm project more modular by separating resources and settings for each form

Open IrakliLomidze opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

The problem is difficult to copy form from one project to another.

  1. Potentially problems in resources (same name image files) and issues of merging settings files.

Describe the solution you'd like and alternatives you've considered

Suggestion, Make WinForm project more modular. By Allowing separate resources and settings for each form. Benefit: More easily transfer functionality from one project to another.

IrakliLomidze avatar Nov 24 '21 09:11 IrakliLomidze

Please elaborate on what you have in mind, how you see it is used, and how it would benefit all Windows Forms developers.

RussKie avatar Nov 24 '21 22:11 RussKie

Sometimes I need to copy some functionality from one WinForm project to another. Form is not a Form.cs and Form.designer.cs it keeps resources in the common resource repository in the project file.

So Idea is to have the ability to store form-related resources (strings, images) in the .resx files and not in the project file.

IrakliLomidze avatar Nov 25 '21 11:11 IrakliLomidze

@IrakliLomidze This exists now, there are form level resx files. Is that what you are after?

elachlan avatar Jan 18 '23 00:01 elachlan

This submission has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 14 days.

It will be closed if no further activity occurs within 7 days of this comment.

ghost avatar Aug 30 '23 22:08 ghost