c#-to-vb.net
Facebook-C#-SDK wont stop "logging in"
I am trying to build a facebook WebApp in vb.net using the Facebook C# SDK.The SDK can be used for vb.net, this I know.However I am trying to get my app to login on page load.I can get it to login, ho[详细]
2023-02-10 23:13 分类:问答convert c# to vb.net
can anyone pls help me convert this to vb.net for each (DictionaryEntry<String, Int64> entry in characterCounter)[详细]
2023-02-10 06:38 分类:问答What is the VB.NET equivalent of this C# code (convert an ASCII string to hexadecimal)?
What is the VB.NET equivalent of this C# code (convert an ASCII string to hexadecimal)? public static string AsciiToHex(string asciiString)[详细]
2023-02-02 12:13 分类:问答Does anyone know a translation into VB for the below code? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-01-31 06:42 分类:问答Very Specific C# to VB.NET Conversion Problem
I am currently working on a project which uses the AutoFac Inversion of Control container. I am attempting to convert some example code from C# into a codebase of an existing project of mine which is[详细]
2023-01-24 02:52 分类:问答C# -->Go to Definition ==> VB.NET
I have a solution in VS 2010. There are two DLL projects: one UserControl in C# WPF (myCSharpUC) and other - WinForm UserControl in VB.NET (myVbUC)[详细]
2023-01-22 13:53 分类:问答How to determine if an object is a DateTime in VB.NET
The following works fine in c# (assuming value is an object): if (valu开发者_运维技巧e is DateTime)[详细]
2023-01-21 18:19 分类:问答How to Convert this generic method from C# to VB.Net
I have the following code block in C# private void Synchronize<T>(TextSelection selection, DependencyProperty property, Action<T> methodToCall)[详细]
2023-01-18 10:49 分类:问答VB Equivalent of the following code for threads
What is the vb.net equivalent of the following c# code? var thread = new Thr开发者_开发技巧ead(() =>[详细]
2023-01-15 06:16 分类:问答VB to C# Translation
In VB (ASP.NET) Application(\"myapp\")= Server.CreateObject(\"APP.Engine\") aa = Application(\"myapp\").myMethod(2)[详细]
2023-01-14 20:10 分类:问答