问题标签 [mainscreen]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
771 浏览

c# - 如何使窗体仅在主屏幕上打开

我正在编写一个简单的 Windows 窗体应用程序。我希望表单仅在主屏幕中打开,无论在哪个屏幕中调用应用程序(假设用户有多个屏幕)。主屏幕的目的是用于显示 Windows 任务栏的屏幕。

谢谢,毛尔。

0 投票
0 回答
62 浏览

python - 名称主屏幕未定义

我是初学者,最近开始使用 tkinter 库。我有一个程序:我在使用全局的函数中声明了 MainScreen,但它说没有定义 Name Mainscreen。请帮忙。