I have the follwing property in which I want to check if the value has changed:
Private _Offices As List(Of Integer)
Public Property Offices() As List(Of Integer)
Get
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22834423.htm...
I need to create two reports. One summary report, which will be like the cover page, and a detail report.
the SQL query I am using to get my data is 'SELECT * FROM Shipments WHERE ManifestID ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23216...
Hello
I have an MDI program with many forms. One form is a tree control that keeps track of all sorts of things going on and is broken down in a nice heirachy.
I would like to persist the state ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23652921.html
I need to upgrade my hosting package and I'm being offered sql web 2008 much cheaper than sql 2005. Would my old sql 2005 db be ok to run on sql web 2008?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2390...
I need to spec a server for SQL Serverand need to know what the recommendation is. Does the server have to be a certain spec or need any special ie min RAM/HDD/RAID config. Around 60 users will b...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2307...
I have a form that I am working on. There are 8-10 controls that will show up in the form Properties Window. These are checkbox controls and textboxes. However, they don't show up anywhere...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_23217189....
I need to generate code 128 barcodes. I am using a code 128 barcode font for the printing and with that I need to generate the check character. The barcode format is (Start Char) + Data + (Check ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23223...
I have a standard Vb datagridview on a form. At times, there are more records that can be displayed (thus the auto generated vertical scroll bar). My program selects the current row and as use...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23233607.html
I have an application in Visual Basic 2008 that does a word merge with an Access Database. The tables in these are attached from a SQL Server. I manually create a User DSN for the Access Data...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23260321.h...
I have a combobox that has a persons last name in it. When a different value is selected from drop down (via mousewheel or dropdown) I want to execute some code? I was trying the textchanged e...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23315...