Enter Keywords:
1 - 10 of 1037(0.002 seconds)
Sort By:
 
How can I get the length of an array? Acctually, I have got the file list in current directory via File.list() call.  It will return a String[] list to me.  The problem is I want to know the length...
Zones: JavaDate Answered: 06/08/1997 Rating: 8.4 Views: 0
I have to extend a video (vga -- text mode) signal to a distance of aprox 100 to 200 feet.  Keyboard and mouse are not necessary.  Anyone know of any currently available products that will do this?...
Zones: Hardware, Mo...Date Answered: 08/14/1998 Rating: 7.8 Views: 0
I need to export data from Access into a text file in a cobol format.  This means that the field lengths need to be fixed for the record.  Field 1 must start in postition 1, field 2 in position 19,...
Zones: Visual BasicDate Answered: 10/05/1998 Rating: 8.0 Views: 0
In Netware Monitor, I see the following message: "Processed an NCP with a bad subfunction length , Station xx (NCP 23 121" By using the Sniffer, the packet that triggers the error is   displayed a...
Zones: NetwareDate Answered: 09/01/1999 Rating: 6.0 Views: 0
I want to make a box that fits exactly around some text. How can I calculate the length of a string in pixels? Do I have to create a control and destroy it again?
Zones: Delphi ProgrammingDate Answered: 06/30/1999 Rating: 9.6 Views: 0
how do i find the length of a string in a textbox
Zones: Visual BasicDate Answered: 01/11/2000 Rating: 5.4 Views: 0
Hello, I have a table with four cells.  The first cell is a fixed-percentage width (25%).  The other three are variable depending on the data that is in the cell. The table itself is: WIDTH="100...
Zones: HTMLDate Answered: 12/09/1999 Rating: 5.6 Views: 0
I need to convert a table in Access (or Excel) to a text file.  Each field must have a set number of characters and be right justified.  The character length changes for each entry.  For example: ...
Zones: MS AccessDate Answered: 05/31/2000 Rating: 5.4 Views: 0
I know how to add a textbox to a Chart:     ActiveChart.Shapes.AddTextbox(msoTextOrientationHorizontal, 463.33, 7.5, _         203.33, 63.32).Select     Selection.Characters.Text = "Additional I...
Zones: MS OfficeDate Answered: 11/06/2000 Rating: 8.2 Views: 0
I need to know the length of a string I'm displaying in pixels, so I can use it with the drawString method to centre some rows of text I've got. I think I saw a standard method to do it, but I f...
Zones: JavaDate Answered: 03/13/2002 Rating: 6.2 Views: 0