The version of Visual Basic .NET used in Visual Studio/Visual Basic 2010.
Is this the right way of declaration dbreaders when mulitple users access the same page? public dbReader as system.Data.…
vb.net vb.net-2010I am using this code below to call On-Screen Keyboard(OSK) Process.Start("C:\Windows\System32\OSK.EXE") but as …
vb.net vb.net-2010 on-screen-keyboardI can get text from external application text box but now I want to get text from my desired text …
vb.net vb.net-2010 external-applicationI am trying to use the WebBrowser control to launch a new form for popups instead of it opening in …
browser webbrowser-control vb.net-2010 popupwindow axwebbrowserI have 2 entities that are related, but the legacy sql schema essentially has 2 key columns for the same table (not …
.net vb.net entity-framework-4.1 vb.net-2010I am getting error of System.MissingMethodException after I have an optional parameter in one component and the other component …
c# .net vb.net-2010 optional-parameters missingmethodexceptionHow can I decrease the space between the controls even further? I've set all the margins and padding to 0 but …
vb.net vb.net-2010 flowlayoutpanelI got this error: Error 1 Unable to open module file 'D:\business\shared\Dropbox\badgers\vb\vb.net\My Project\…
vb.net-2010I use a temp table in a Stored Procedure with LINQ to SQL. I add the stored procedure to Linq …
linq-to-sql stored-procedures vb.net-2010In a Visual Basic 2010 form application I have the below code snippet: For Each ctlControl In Me.Panel1.Controls If …
vb.net vb6 vb.net-2010