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
can anyone pls help me convert this to vb.net for each (DictionaryEntry<String, Int64> entry in characterCounter)
What is the VB.NET equivalent of this C# code (convert an ASCII string to hexadecimal)? public static string AsciiToHex(string asciiString)
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
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
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)
The following works fine in c# (assuming value is an object): if (valu开发者_运维技巧e is DateTime)
I have the following code block in C# private void Synchronize<T>(TextSelection selection, DependencyProperty property, Action<T> methodToCall)
What is the vb.net equivalent of the following c# code? var thread = new Thr开发者_开发技巧ead(() =>
In VB (ASP.NET) Application(\"myapp\")= Server.CreateObject(\"APP.Engine\") aa = Application(\"myapp\").myMethod(2)