c#-to-vb.net
C# to VB.net project conversion
I am trying to convert a C# project to a vb.net project but am having some difficulties. The following is the click event of a button:[详细]
2023-01-13 20:06 分类:问答How to get expansion of code behind files in a vb.net web app?
I\'m a C# guy, but I need to work on a vb.net application. In a C# web app, you can expand the codebehind and designer files by clicking on the little arrow to the left of the .aspx file name.[详细]
2023-01-13 12:56 分类:问答VB.NET equivalent of C# code
I have a code snippet in C# but unable to convert to VB.NET. I tried online converters but VS2008 always gives compile errors. Any help is greatly appreciated.[详细]
2023-01-08 10:53 分类:问答Need C# code converted to VB.NET for Silverlight "Export to CSV" [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-03 20:39 分类:问答calling a vb.net class from c# in VS2010
So i am working on a wpf browser project in c# but on of the class library\'s I need is in vb.net.So in VS2010 I have imported the solution called vblib and it shows up on the so开发者_StackOverflow社[详细]
2023-01-02 18:47 分类:问答WPF DataContext syntax - Convert from C# to VB
Currently working through a Teach Yourself WPF tutorial. Usually I can mentally convert from C# to VB without any problem but this C# syntax is unfamiliar. How is it written in VB?[详细]
2022-12-30 23:41 分类:问答How to do this in VB 2010 (C# to VB conversion)
I would like to have the following to be translated to VB 2010 (with advanced syntaxes) _domainContext.SubmitChanges([详细]
2022-12-30 18:01 分类:问答Translating EventAggregators usage of SynchronizationContext to VB.Net
Working with开发者_Go百科 a fairly large VB.Net back office winforms application.1 million+ LOC.[详细]
2022-12-30 16:57 分类:问答How can I get my VB.NET forms application startup method to be Sub Main() in Program.vb?
Trying to get it to behave like C#, where there is a Program class with a static Main method.开发者_开发问答[详细]
2022-12-30 08:03 分类:问答Any VBNET equivalence of C# where generic constraint keyword?
First, I wish to write myself a generic type for operations against the underlying Active Directory. For those of you who know about AD and the System.DirectoryServices namespace, the DirectoryEntry[详细]
2022-12-29 15:26 分类:问答