Top "Vb.net-2010" questions

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

How to change gridview font?

How can I change the Gridview font in an Windows Form?

gridview fonts vb.net-2010
parse text file and remove commas inside double quotes

I have a text file that needs to be converted into a csv file. My plan is to: parse the …

c# vb.net-2010
Sending parameters to stored procedures vb.net

Hello this my first project in vb.net working with ms visual studio 2010, i want to create a class that …

sql-server vb.net vb.net-2010
Filter records from the dataset in vb.net

I want to filter values from a dataset. It contain phone numbers starting with zero and non zero values. How …

dataset vb.net-2010 rowfilter
Select any random string from a list

How can I select any random string from a given list of strings? Example: List1: banana, apple, pineapple, mango, dragon-fruit …

vb.net visual-studio-2010 vb.net-2010
Attempted to read or write protected memory. This is often an indication that other memory is corrupt

I am using the following code This error occurs : Attempted to read or write protected memory. This is often an …

vb.net registry vb.net-2010
How to determine if the SHIFT or CTRL key was pressed when launching the application

I need to be able to determine if the SHIFT or CTRL keys were pressed when the application is launched …

vb.net winforms vb.net-2010 shift ctrl
Dynamic Linq query - how do I build the select clause?

I'm trying to do some tests with Dynamic Linq at the moment, but being new at it, I am having …

vb.net linq dynamic vb.net-2010
what is the meaning of the dollar sign after a method name in vb.net

what is the meaning of the dollar sign after a method name in vb.net like this: Replace$("EG000000", "0", "")

vb.net vb.net-2010
how to get a list size em VB .NET?

I need to display a list on a ListBox component in VB .NET. // params is a string representing a path, …

list listbox size vb.net-2010