I\'m using VS.NET 2003 and VB.NET. I have placed my log4net.config file in the same folder as the source code and I want to automatically copy the log4net.config file to the bin folder just as the app
First of all, The Winform application is based on .Net Framework 1.1. I have 1.1 SDK installed but 1.1 is not listed in the Target Framework(VS 2010 Beta 2) so I cannot choose the same, the minimal av
I have converted this existing C# .NET 2.0 code (which appears to take in a string with any characters and return only the numbers in that string):
I\'m \"cloning\" objects in my code.For instance: objClone = objOriginal My question is: Do开发者_C百科es the assignment operator in VB.NET 1.1 do a member-by-member copy of the objOriginal to ob
How Can We Zip A File In .Net Framework 1.1 Without Use Any Third Party Contr开发者_Go百科ol...By coding everything yourself.
I am developing a Windows Forms application. I have four forms which is inherited from Baseform in another project.