Hi, I want to display the word "Astralie", with the e as
alt 0137, as a button's caption. But everytime I try this the
program shows the e as an black box. How can I solve this problem?
Thanks in a...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10076511.html
I have a form created using CGI
http://www.regsoft.com/cgi-bin/cd_purchase.pl?6364=100
If any of the following special charactes ("|",";","*","`","<",">") are put into any of the fields and the s...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10107630.html
Zones:
PerlDate Answered: 02/27/1999 Grade: C Views: 0
How do I rename the 'Deleted Items' special folder in Outlook98?
http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_10176266....
Hi! I need the codes for the keys "End" and "PageDown". They're not on the ASCII table. When I type "man ascii" they're not mentioned on the list.
I need to treat these keys and I don't know how...
http://www.experts-exchange.com/Programming/Languages/C/Q_10215697.html
Zones:
CDate Answered: 01/11/2000 Grade: C Views: 0
Since there are some special charaters that could not exist in the xml data( &, >, <, ...), but these informations are input by my users which I could not predict what it possible to be. Is there a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20362305.htm...
Zones:
XMLDate Answered: 11/06/2003 Grade: A Views: 0
We are sending XML information to our customers. So far we had no problem. But recently we changed the character set and now there XML parses is having problems with special characters.
How can I ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20366302.htm...
HI folks,
I'm comparing series of strings and in some strings there may be special characters at the end and my algo doesn't replace that string it looks for exact matching.I want to repla...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20447863.htm...
Zones:
ASPDate Answered: 01/08/2003 Grade: A Views: 0
Hello:
I need to setup a folder on our server that is designed to contain evidentiary digital photos. That means that the photos are in a secure location and cannot be messed with. What I woul...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_20523313.htm...
Zones:
Windows 2000Date Answered: 03/12/2003 Grade: B Views: 0
HI! I must specialize the template class MATRIX constructor (and other methods) for
unsigned R = 1, without specify ElemenType and C. I got this error in VC++6.0:
error C2995: 'MATRIX<ElementT...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20698895.html
Zones:
C++Date Answered: 08/07/2003 Grade: B Views: 0
How do I make a member function partial specialization?
template <class T1, class T2>
class xyz
{
T1 f(T1 t1, T2 t2){return t1 + t2;}
T1 f(T1 t1, int t2){return t1 + t2 + t1;}
};
This...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20959971.html
Zones:
C++Date Answered: 04/20/2004 Grade: A Views: 0