如何在更大的图片中使用Visual Studios
所以我一直在使用视觉工作室一些基本的基于文本的冒险游戏,我现在想尝试向外扩展。
So I've been using visual studios for some time for some basic text based adventure games and I want to try expanding outwards now.
我的问题是我怎么做离开控制台,移动到类似于窗口的应用程序,主菜单和选项,让文本和图片改变每一页。
My question is how do I move away from the console, and move to something more like a window-like application with a main menu and the option to have texts and pictures changing each page.
恐怖分子,
Hi Feremist,
你知道编程的基本理解然后n ext的事情你应该做的是winforms或wpf。 这非常适合开始使用桌面应用程序
You know the basic understandings of programming then next thing you should do is winforms or wpf. This great to get you started with desktop applications
https://docs.microsoft.com/en-us/dotnet/framework/wpf/getting-started/
https://docs.microsoft.com/en-us/dotnet/framework/winforms/getting -started-with-windows-forms
Goodluck!
Laurens