开发者

"wait window nowait" in .NET

Is there something similar to "wait window nowait" in Windows Forms (.NET VS2008) ?

This is a commonly used sentence in Visual FoxPro fo开发者_如何学编程r debugging purposes and "quick and dirty" thermometers.


No, there isn't. You could easily create a Windows Form and pop it up, or repaint a section on your own form to duplicate this functionality easily though.


As an alternative, you could use Debug.WriteLine to write out debug information. The output will show up in the Output tab in the Visual Studio debugger when debugging your application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜