请帮我C# [英] please help me in C#

查看:66
本文介绍了请帮我C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。



我需要帮助你



如何在c#中创建表单固定并且不能隐藏

我的意思是在打开一些程序后打开一些程序在所有程序的顶部打开一些程序



请帮帮我需要我的项目



感谢所有

Hello everyone

I need for help you

how can create a form in c# fixed and cant hide
I mean after opening some program this form in the top of the all programs when opening some programs

please help me I need for my project

thanks for all

推荐答案

参见http://msdn.microsoft.com/en-us/library/system。 windows.forms.form.topmost(v = vs.110).aspx [ ^ ]。


在你想成为的形式中TopMost表单,将此语句放在Load事件中:



In the form that you want to be the TopMost form, put this statement in the Load event:

this.TopMost = True;


这篇关于请帮我C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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