开发者

"wait window nowait" in .NET

开发者 https://www.devze.com 2022-12-30 14:11 出处:网络
Is there something similar to \"wait windownowait\" in Windows Forms (.NET VS2008) ? This is a commonly used sentence in Visual FoxPro fo开发者_如何学编程r debugging purposes and \"quick and dirty\"

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

精彩评论

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