使新表单不显示在任务栏中 [英] Make new form not show up in the taskbar

查看:80
本文介绍了使新表单不显示在任务栏中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚开始编程不久前我正在寻找我的MCAD,而他们在课堂上没有教我的是如何在主窗体中打开多个窗口。每次我点击按钮调用新表单(新窗口)时,它都会在我的开始栏上打开一个新窗口。有没有办法让程序打开一个窗口?

I just started programming not too long ago and I am going for my MCAD andone thing they have not taught me in class is how to open up multiple windows inside a main form. Everytime I click on a button to call a new form (new window) it opens as a new window on my start bar. Is there any way to make the program open the windows in one?

推荐答案

你在谈论 MDI 或只是让表单没有显示在任务栏中?


如果你想要MDI,你可以查看这个文章


如果你只是想隐藏任务栏的存在,你可以将表单的'ShowInTaskbar属性设置为false。
Are you talking about MDI or just making a form not show up in the task bar?

If you want MDI, you can check out this article.

If you just want to hide the taskbar presence, you can set the form''s ShowInTaskbar property to false.


另外:

请使用合适的标题。一个糟糕的头衔意味着潜在的帮助者可能会跳过你的帖子,因为他们不知道它是什么。


这里的每个人都需要帮助,所以请帮帮我。不是一个很好的头衔。请在标题中提及语言和技术,例如:[C#/ ASP.NET]或[VB.NET/Windows Forms]或[C#/ Console]。


MODERATOR
Also:
Please use appropriate titles. A poor title means that potential helpers may skip your post because they do not know what it is about.

Everybody here wants help, so "Please Help Me" isn''t a very good title. Please mention the language and technology in your title as well, for example: [C#/ASP.NET] or [VB.NET/Windows Forms] or [C#/Console].

MODERATOR


我和一个多年来一直这样做的程序员一起工作,但是他拒绝提供帮助,至少可以说他是非常傲慢......无论如何他建立了一个程序我们在办公室使用的,无论他一次打开多少个窗口,开始栏中只有一个程序实例。我开始自己的程序,当我打开新窗口时,它们都显示在启动栏中作为单独的窗口。我不知道我是否有任何意义。
I work with a programmer who''s been doing this for years but he refuses to help, he''s very arrogant to say the least...anyway he built a program that we use in the office that no matter how many windows he has open at once theres only one instance of the program in the start bar. I started my own program and when I open new windows they all show up in the start bar as seperate windows. I don''t know if I''m making any sense.


这篇关于使新表单不显示在任务栏中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆