blah blah blah is here! blah blah » Close

0
votes
2 answers

delete all files except

hello, i have this code [code] DirectoryInfo di = new DirectoryInfo(Application.StartupPath + "\\lab"); // or whatever it's called FileInfo[] fia = di.GetFiles(); DirectoryInfo[] subDirs = di.GetDi ...

1
votes
1 answers

delete all files except

hello, i need code to delete all files in my folder application except tow files how can i do that? For example: my folder application "Debug" file 1 = Debug.exe file 2 = WindowsFormsApplication1.vshost.exe.manife ...

1
votes
2 answers

How do I see ALL of My Questions?

I would like to see ALL of My Questions in www.debugging.com. How do I enable it? I can only see those latest questions. I would like to view those earlier questions also. thanks.

1
votes
1 answers

how to close forms & click button in code

hello , i have tow questions : 1 - i want code to close all forms like [code] closeAllForms();[/code] 2 - i want code like this [code] this.Button1.Click(); [/code]

Feedback