I have a datagridview where I am populating from a dataset and when it loads I want to automatically select a row. I can do this by setting the select property for the row in the collection to tru...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23252159.html
I want my strong named assembly installed in the GAC using the post-build event in the compiler settings.
I can use the following command line listed below if I had VS 2005 installed however, I do...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23445924.html
Hi all,
using HasChanges, I can see whether changes have been made to the dataset or not.
If changes have been made, is there any way I can see which table(s) the changes are in?
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23048219.h...
Hi
I am using Microsof Visual Basic .Net 2008 and Dot Net framework 3.5.
I'm using the following code.
Dim ScriptCntrl as New MSScriptControl.ScriptControlClass
Dim ObjTexbox as new Text...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23149828.htm...
I have a VB.Net app with multiple forms. In Solution Explorer it shows them with a form icon. Somehow one of my forms got converted to show as VB code and so I can't select View Designer when I rig...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23167824.h...
What is the best way to import a tab delimited text file into a sql 2005 database using vb.net / visual basic. I am just starting to explore vb in visual studio 2008 having come from a long access...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23207111.h...
Hi,
I had recently been developing a vb.net app in Visual Studio 2008. It interacts with a MySQL database.
Recently I have stumbled across this WPF stuff that is new. When I go to new projec...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23226239.htm...
I am having an issue binding my collection directly to a datagridview object. For some reason, only the properties of my class display on the datagridview, and the fields are missing. I have trie...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23229678.html
I have a detailview that I want to have a calculated field from two other fields but I get an error of;
Option Strict On disallows implicit conversions from 'Object' to 'Decimal'.
This is t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23245264.html
I am writing an application that requires building a dot delimiting string representing a hierarchical path from a root node down to a child node. This hierarchical structure is defined by one obje...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23247307.htm...