问题描述
我需要知道如何开始开发图形工具/用户界面。该程序需要能够创建必要的配置。我在visual studio中使用C#。
重新封装:我们需要制作一个应用程序(图形工具)来更改应用程序中的数据。所以结果应该更准确。所以应用程序应该能够读取文件并创建新文件。
old file.ini(configuration)---->你的应用程序----> new file.ini(配置)
图形工具可以拖放。
请帮忙!
I need to know how to start on developing a graphical tool/user interface. The program needs to be able to create the necessary configuration. I am using C# in visual studio.
Recapping: we need to make an application (graphical tool) to change the data from the application. So the result should be more accurate. So the application should be able to read the file and create the new one.
old file.ini (configuration) ----> your apps ----> new file.ini (configuration)
The graphical tools to be drag and drop.
Please help!
推荐答案
这篇关于[不是问题]创建用于配置的图形工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!