无意中删除了“帮助箱”。在visual stuido 2012,请帮忙! [英] Accidently removed the "helpbox" in visual stuido 2012, please help!

查看:108
本文介绍了无意中删除了“帮助箱”。在visual stuido 2012,请帮忙!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在使用C#进行编程,我使用的是Visual stuido 2012 ...之前当我写的时候像



Messagebox。 (它显示了一个小盒子,显示了我可以选择的选项)我不知道我做了什么,但由于某种原因我意外地删除了它:S我怎么能得到它?请帮助

解决方案

Intellisense(带选项的小盒子)只有在拼写正确的东西时才有效。



它不是Messagebox,它是消息 Box - c#是大小写=敏感







关闭Visual Studio并重新启动。



如果您仍有问题,请查看一些选项这里 [ ^ ]



here [ ^ ]


嗯,这个小盒子被称为 intelisense

所以尝试 重启机器&重置Visual Studio设置

请参见此处 [ ^ ],这里 [ ^ ],最重要的笔记是 here [ ^ ]。



-KR


尝试 MessageBox.Show方法中提到的消息框参数 [ ^ ]。

 public static DialogResult Show(
字符串文本,
字符串标题,
MessageBoxButtons按钮,
MessageBoxIcon图标,
MessageBoxDefaultButton defaultButton,
MessageBoxOptions选项,
bool displayHelpButton





最后一个选项 displayHelpButton 当传递为true时会显示帮助按钮。


Hello, I'm programming in C# and I use Visual stuido 2012... Previously when i wrote like

Messagebox. (it showed up a little box that showed me options to choose) I don't know what i've done but for some reason I've removed it accidently :S How can I get it back? Please help

解决方案

Intellisense (the little box with options) only works when you spell things correctly.

It is not "Messagebox" it's "MessageBox" - c# is case=sensitive

[EDIT]

Close down Visual Studio and restart.

If you still have a problem have a look at some options here[^]

and here[^]


Well, that little box is called intelisense.
So try to reboot machine & reset the Visual Studio settings.
See here[^], here[^] and the very most important notes arehere[^].

-KR


Try the messagebox parameters mentioned at MessageBox.Show Method[^].

public static DialogResult Show(
	string text,
	string caption,
	MessageBoxButtons buttons,
	MessageBoxIcon icon,
	MessageBoxDefaultButton defaultButton,
	MessageBoxOptions options,
	bool displayHelpButton
)



The last option displayHelpButton when passed as true will display the help button.


这篇关于无意中删除了“帮助箱”。在visual stuido 2012,请帮忙!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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