Hello,
I have a listbox and I am trying to add multiple lines of data, but I would like the data to be split up into 3 columns and have it all lined up.
I tried using Vtab (with multi columns on ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21902779.htm...
I've got a data entry form in my app. The first field is a mask edit box called mskDate, and it's set up like such in the Form Activate procedure:
datHomeTransactionsAppend.Recordset.AddNew
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10238522.html
Zones:
Visual BasicDate Answered: 11/25/1999 Rating: 8.4 Views: 0
I am trying to print out a msflexgrid control. but everytime i print i just get a large black area.
Here's the bulk on my code.
Public Function PRINTME()
frmPrintPage.BackColor = vbWhit...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20126509.html
Zones:
Visual BasicDate Answered: 05/29/2001 Rating: 9.4 Views: 0
Hi
Iam generating email thru' V.basic-6.0 using winsock
And formatting the message body using 'vbtab'.
'vbcrlf' is working but 'vbtab' does't show any effect to the message body.
Example:
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20567247.html
sorry for dumb questions but i need it now and dont want waiste time reserching the documentation
thanks
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20611327.html
Zones:
C#Date Answered: 08/03/2004 Rating: 7.4 Views: 26
I am using a listbox to display a number of items separated by vbTab. The first vbTab seems to jump approx 20 spaces where subsequent ones jump approx 5 spaces.
How can I change the first vbTab t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20780205.html
Zones:
Visual BasicDate Answered: 03/22/2004 Rating: 7.0 Views: 19
I have a listbox where the info. in it is seperated by tabs. One line would be like a person's first name then a tab(vbTab) for some space then the person's last name. Then the second line and so...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10083146.html
Zones:
Visual BasicDate Answered: 09/23/1998 Rating: 9.8 Views: 0
I am displaying 4 alphanumeric fields from a database on each line of a listbox. They are customer ID#, name, city and state. I need these fields to line up like columns but because the values ar...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10094044.html
Zones:
Visual BasicDate Answered: 10/30/1998 Rating: 6.8 Views: 0
I want to search in a database and I want to visualize the result of the search from 10 to 10 records, I only obtain the next error:
"La operación solicitada por la aplicación no es admitida por...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10258564.htm...
Zones:
ASPDate Answered: 02/01/2000 Rating: 8.8 Views: 0
I am trying to split a log file and load it into a listview.
The fields in the file are delimited with a tab (vbtab).
I open the file, load the entire line into a string variable, i then atte...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20288379.html
Zones:
Visual BasicDate Answered: 04/12/2002 Rating: 6.8 Views: 0