How can I provide variable (say 1.5) line spacing (like the ones used in MS Word) in an edit box?
Can this be done?
Thanks.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10083158.htm...
Zones:
Windows MFCDate Answered: 10/25/1998 Grade: C Views: 6
In DOS there was a maximum for the environment space. I'm not sure what the default was, but there was a way through config.sys to change it. If you had to many "SET" commands, you could increase t...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_10106764.html
Hi.....
I have an array that holds 35 or so scalars, The problem I have is that each scalar has spaces at the end and at the beginning, eg......
@array = ( Value one \n, Value two ...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10165581.html
Zones:
CGIDate Answered: 05/29/1999 Grade: A Views: 0
I am interested in trending in how a datafile gets filled up with actual filled blocks and not what is allocated. That is allocated space could be 1GB but actual usage could be 1MB.
1) This i...
http://www.experts-exchange.com/Database/Oracle/Q_10304533.html
Zones:
OracleDate Answered: 03/06/2000 Grade: B Views: 0
i open a file on my unix server
and display it but use
<pre> to preserve white space
then i try to use <font face> after the pre
but it has no effect
<pre>
<font face="Times Roman">
...
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10734201.ht...
I have an ASP with a form on it with a checkbox in the form.
Sometimes the value of the checkbox may be "Financial Applications" with a space between each word.
When the user clicks a sub...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10971361.htm...
Zones:
ASPDate Answered: 08/10/2000 Grade: B Views: 0
I need some code that will OpenFile(FileName) using paramstr's that will work whether there's spaces in the filename or not.
I've looked at the borland richedit example and I can't get it to wor...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11489118.html
Hi
I'm having two problems with a FORM I'm creating. The form is a search engine, with a text field and a search button, much like Altavista's.
1. For some reason, a blank line is automatica...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_11615218.ht...
Zones:
HTMLDate Answered: 10/24/2000 Grade: A Views: 0
I want it so that a user adds a last name into the textbox. I validate it with javascript. This is the code:function check_form()
{
if (document.frmUpdateMember.FirstName.value = "" )...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20069570.html
Zones:
JavaScriptDate Answered: 02/02/2001 Grade: A Views: 0
WHERE: document.form1.shipname.value = "Ship Location"
WHAT: Below function gives me error "Expected ';'"
WHY: It isn't a problem of course when document.form1.shipname.value is a contiguous ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20130835.html
Zones:
JavaScriptDate Answered: 06/06/2001 Grade: A Views: 0