Enter Keywords:
1 - 10 of 12708(0.063 seconds)
Sort By:
 
How may I output some text vertically (i.e. rotate the text by 90°) using Borland C++ 4.5
Zones: C++Date Answered: 03/08/1997 Rating: 8.2 Views: 0
text in cell... 234,567.20-,  because of - at the end of this number excel sees it as text...I need to be able to change this to -234,567.20 so excel sees it as a negative number and I can use it i...
Zones: Visual BasicDate Answered: 05/23/1997 Rating: 8.0 Views: 4
Hi, this works in NN but not in MSIE (also 4.0) document.forms[0].listbox2.options[5].text = 'test'; document.forms[0].listbox2.options[5].value = 45; thanks... Heiko
Zones: JavaScriptDate Answered: 06/03/1997 Rating: 5.6 Views: 0
I need a printer driver for Windows95. When written to, the driver should write output to a file, not a printer. It should write to a new file name each time without asking for a filename or appen...
Zones: Windows ProgrammingDate Answered: 07/01/1997 Rating: 6.4 Views: 0
I've got a picture box control holding a bit-map.  What I need to do is place the odd bit of text (actually just a single digit) onto the bitmap held by the picture box control at run-time.  I know...
Zones: Visual BasicDate Answered: 09/08/1997 Rating: 7.0 Views: 0
I need to change the colour of a static text control. How do i go about it?
Zones: Windows MFCDate Answered: 03/01/1998 Rating: 6.8 Views: 0
How can superscript text (x^2, y^3, etc. without having to show the carrot symbol) be displayed in dialog boxes? Also, to update this at run-time, how can the strings be concatenated to indicate su...
Zones: Windows MFCDate Answered: 02/26/1998 Rating: 6.4 Views: 0
I want to create a Ticker in Cold Fusion ( .CFM) whcih the text of the ticker is accessed through databse(*.mdb) That means when i update the database in the ticker field , the ticker diaplaying Te...
Zones: AuthoringDate Answered: 08/29/1998 Rating: 6.0 Views: 0
Hi, I am using VB5 Pro, and would like to be able to turn word wrapping on/off inside a _normal_ text box...just like notepad does.  I tried changing the scrollbar value (to none for no word wrap, ...
Zones: Visual BasicDate Answered: 10/03/1998 Rating: 7.4 Views: 0
Greetings VBlings, I need to know how to open a file for source, and write the following FOR EACH LINE till the end of file. Key = Key & " Contents of the first line " & vbcrlf Key = Key & " Con...
Zones: Visual BasicDate Answered: 09/15/1998 Rating: 9.4 Views: 0