Is it possible to have upside down text in a Label or such in VB 2005/2008?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23257503.htm...
What is the most efficient way to connect to my SQL Server 2000 using my VB 2005 application?
ECN.ConnectionString = "Provider=sqloledb.1; Network Library=DBMSSOCN; Data Source=192.168.x.x,1433...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23260623.html
I have a program that I just converted from VB6 to VB 2008 Express.
Now I want to distribute it to my clients (only about 25 desks). I did a publish and it builds a setup.exe for me on the se...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23265073.h...
Hi, I've been programming in VB6 for many years and I'm trying to make the jump to VB2008. I'm at the point where I need to do simple database manipulations. I was using ADO in VB6, but don't mind ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23279...
In a Windows Form app I've got an array of variables used as "flags". A button click will set one element to = "1" and should start a timer which will set it back to = "0" at the end of the interv...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23308...
How can I view what is being written to console?
Public WORKORDERNUMSELECT As New DataGridCell
WORKORDERNUMSELECT.RowNumber = Me.WOSearchDataGridView.CurrentRow.Index
WORKORDERNUMSELECT.Column...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23315721.h...
I have a combobox on a form for Marital Status selection. The selection items are added through collection in the properties window. The text property in the properties windows is set to PersonsBi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23322...
I'm using a script to get the BIOS release date and the date comes up as this: 20040917000000.000000+000. I only want the first 8 digits and would like them to be in some sort of date format. Ideas?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23324172.html
Zones:
Visual BasicDate Answered: 04/15/2008 Grade: B Views: 0
I have a .csv file that is generated, edited and sorted by a script. Unfortunately when it is sorted it moves titles for each line, that are supposed to remain at the top, down to the bottom. I wan...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23327494.html
Zones:
Visual BasicDate Answered: 04/16/2008 Grade: A Views: 0
I have a little Windows Form Application in VB used by one of our offices. I need to make an application just like it for three other offices. There will only be minor changes between them, so I'...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23335314.h...