How may I output some text vertically (i.e. rotate the text by 90°) using Borland C++ 4.5
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10004647.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10011917.html
Zones:
Visual BasicDate Answered: 05/23/1997 Rating: 8.0 Views: 0
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
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10013108.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10015940.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10022925.html
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?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10038424.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10040336.htm...
Zones:
Windows MFCDate Answered: 02/26/1998 Rating: 6.4 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, ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10076493.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10081005.html
Zones:
Visual BasicDate Answered: 09/15/1998 Rating: 9.4 Views: 0
Hi,
I need to write some special Words in different Colors using a RichEdit Control. I tried to write something in the OnChange Event, but it doesn't actually do what I need.
Perhaps, someone kno...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10087128.html