Top "Vb.net-2010" questions

The version of Visual Basic .NET used in Visual Studio/Visual Basic 2010.

Thread safe variable in VB.NET

Is this the right way of declaration dbreaders when mulitple users access the same page? public dbReader as system.Data.…

vb.net vb.net-2010
Call On-Screen Keyboard(OSK) using vb.net

I 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-keyboard
Get Text From Specific Textboxes From External Application - Visual Basic .Net

I 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-application
Web Browser to handle pop ups within the application

I 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 axwebbrowser
Entity Framework 4.1 - Relationships between non-key columns

I 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-2010
System.MissingMethodException after adding an optional parameter

I 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 missingmethodexception
Decrease space between controls in FlowLayoutPanel

How 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 flowlayoutpanel
Cannot load application.Designer.vb what to do?

I got this error: Error 1 Unable to open module file 'D:\business\shared\Dropbox\badgers\vb\vb.net\My Project\…

vb.net-2010
How to use temp table in Stored Procedure with LINQ to SQL

I 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-2010
Dynamically looping through picture box controls in Visual Basic 2010 does not seem to follow any order

In 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