Enter Keywords:
1 - 10 of 21(0.007 seconds)
Sort By:
 
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 ...
Zones: MS Visual BasicDate Answered: 06/29/2006 Rating: 8.8 Views: 0
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  ...
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...
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:   ...
Zones: Visual Basic, WinsockDate Answered: 10/05/2003 Rating: 5.6 Views: 0
sorry for dumb questions but i need it now and dont want waiste time reserching the documentation thanks
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...
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...
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...
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...
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...
Zones: Visual BasicDate Answered: 04/12/2002 Rating: 6.8 Views: 0