vb.net-2010
Creating an executable file using INNO SETUP Compiler 5.3.8
i have a problem when i create an executable file of my application created using VisualStudio 2010 and MSAccess 2010. I instal the application and I create a shortcut but when i run the application a[详细]
2023-01-10 07:54 分类:问答How to prevent extra blank pages in an rdl report file?
开发者_JS百科In my design view my report fits to one page, but when I print and export the file it creates extra blank pages displaying the header and footer. How can I fix this?The last time I encoun[详细]
2023-01-08 16:10 分类:问答vb.net insert record into dataset cell from a loop
For j = 0 To wcData.Tables(0).Rows.Count - 1 For i = 900 To 1700 wcData.Tables(\"db\").Rows(开发者_C百科j)(\"range\") = i[详细]
2023-01-08 14:54 分类:问答Can we use TypeIdentifierAttribute in .NET without COM?
I am curious if it is possible to make 2 interfaces in .NET (eith开发者_C百科er in the same assembly or in separate assemblies) that can be treated as equivalent, using the new TypeIdentifierAttribute[详细]
2023-01-07 21:23 分类:问答What Does a double assignment in a VB.NET assignment accomplish?
I (new to VB.NET) am doing some code maintenance on a function that sometimes throws an exception \"error converting string \"False\" (or \"True\") to type Integer.\"What I found was something equival[详细]
2023-01-07 06:00 分类:问答Linq to Objects and Anonymous Types
I\'m new to Linq to Objects, and I\'ve just hit the problem of anonymous types and scope. For example, this works just fine:[详细]
2023-01-05 21:39 分类:问答What is the benefit and a common real-world practical application of using Tuples in .NET 4.0?
I have read about the Tuples provided with the coming-out of the new .NET Framework features, and still am I wondering about how it could be useful in real-wo开发者_StackOverflowrld enterprise applica[详细]
2023-01-01 12:02 分类:问答Strong Naming an assembly using command line compile
I am trying to use NAnt in order to compile and sign an assembly using the vbc compiler.I have a project set up and am able to successfully sign the assembly compiling with VS2010.When I try to sign i[详细]
2022-12-31 17:01 分类:问答Heredocs - Using same name twice? Why name them at all?
Toying with heredocs in PHP, I realized the name of the heredoc does not have to be unique.Thus: $a = <<开发者_如何学Go;<EOD[详细]
2022-12-18 17:14 分类:问答