I have created a Dialog as a child of a CMDIChildWnd derived class.
Everything seems to work fine, but the look isn't good at all.
You can't notice that the border of the CMDIChildWnd don't match t...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10052572.html
Zones:
C++Date Answered: 06/05/1998 Grade: C Views: 13
Is there a way to put a #define or a #include inside a MACRO ?
e.g.
#define MY_MACRO(a) \
#define MY_CONSTANT_##a
#define MY_MACRO2(a) \
#include #a
I know that these macros can't compile b...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10099771.htm...
How can I put ComboBox inside a StringGrid just like in the Object Inspector wherein a cell can have a ComboBox property?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10202761.html
how can I put 2 frames inside of my window but I want scroll my window with all my frames:
__________________________________
| | ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11715598.html
Zones:
JavaScriptDate Answered: 10/31/2000 Grade: A Views: 0
Is it possible to handle a form within in a form?
For example:
<FORM name="Form1">
<FORM name="Form2">
<INPUT TYPE="text" name="form2_a">
<INPUT TYPE="reset">
</FORM>
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_20069581.ht...
Zones:
HTMLDate Answered: 07/22/2001 Grade: B Views: 0
Hello, Experts:
I need your help!
I am doign Dialog-based application, I have a big dialog, in this dialog, there are some command buttons. my question is :
1) how can I implement this Dia...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20103894.htm...
Zones:
Windows MFCDate Answered: 07/31/2001 Grade: C Views: 0
Hi all.
Here is my question : I'am writing an component than owns a TPanel(called borderPanel). I would like the user being abble to access to all properties of the borderPanel within the Object...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20165727.html
Hi,
I have a rectangle, I'd like to display text in it, but there's too much text. I'd like the rectangle to stay in the same size, there for, I need a scroll bar. How can I use a scroll bar in ...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Fireworks...
Hi.
I have a problem with a program I'm working on. No matter how much I've read the Swing tutorial (at Sun's site), and the API, I haven't got it fixed.
The problem is as follows:
I have ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20193068.html
I am writing a web based report, which is presented in a tabular format. For this i need to fix the table width for the sake of alignment in some cases.
Here is what i want to achieve (for lack ...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20359589.html