摘要:
Sometimes, you do not want the main WinForm form to show, so you can try the following five steps: static class Fom1:Form { public Form1() { // 1 (The best way) this.ShowInTaskbar = false; this.WindowState = FormWindowState.Minimized; } ... 阅读全文
posted @ 2013-01-23 20:42
Shanghai Jim Zhou
阅读(219)
评论(0)
推荐(0)
摘要:
In the current project I am working on, the client wants to open the FTP site in the resources management window instead of the web browser, to be honest, I have tried many ways like using the ExceShell or start a resource management process, but all failed. Finally, I figured out why all those meth 阅读全文
posted @ 2013-01-23 20:30
Shanghai Jim Zhou
阅读(299)
评论(0)
推荐(0)
摘要:
If you have developed a Windows Form project, you must haved experienced the OpenFileDialog class, but WinForm does not provided a class named OpenFolderDialog. Thus today, I'd like to share with your the implementation of OpenFolderDialog class as below.First, you need to add the reference to S 阅读全文
posted @ 2013-01-23 20:03
Shanghai Jim Zhou
阅读(420)
评论(0)
推荐(0)

浙公网安备 33010602011771号