Can you disable a Static Text item in a dialog box so that it looks disabled, or should you hide the item and draw the text in light gray with DrawString()
http://www.experts-exchange.com/Programming/System/Macintosh/Q_10123504.html
i created a thread that is declared like this:
static uint thread(lpvoid winobjptr);
then i defined the thread:
uint cmainframe::thread(lpvoid winobjptr)
{
//stuff.
//how do i get the client area,...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10128534.html
Zones:
C++Date Answered: 04/25/1999 Grade: C Views: 0
How to make the panes managed by CSplitterWnd non-resizable.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10132197.htm...
Zones:
Windows MFCDate Answered: 02/25/1999 Grade: B Views: 0
Actually, I have three questions:
1. Why doesnt a myDlg.DoModal on BN_CLICKED to a Static Text
fire up the myDlg Modal Dialog Box?
2. How do I reposition a Static Text Control at Runtime?
3. Ho...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10191234.htm...
Zones:
Windows MFCDate Answered: 08/06/1999 Grade: B Views: 0
the following is the code which is not working
public class f1 extends java.applet.Applet{
static String s1;
public void init(){
s1="hello";
try{
getAppletContext().showDocument(new URL("f...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10243577.html
Zones:
JavaDate Answered: 01/11/2000 Grade: C Views: 0
can someone pls explain to me wats a static variable n e diff frm a non static variable ?
thanx
http://www.experts-exchange.com/Programming/Languages/Java/Q_10922621.html
Zones:
JavaDate Answered: 08/09/2000 Grade: A Views: 0
Where can one download libraries needed to compile programs unser solaris that are statically compiled? I need .a libraries in order to do this and Solaris is not shipped with them pre-installed. ...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_10944761.html
Experts, please explain this....
As far as i know, interface is a non-elaborated entity.
That is in other words, it is in-completed - meaning you cannot create any objects out of it. But in the f...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20064446.html
Zones:
JavaDate Answered: 01/30/2001 Grade: B Views: 0
what is static class and why should I use it and when ?
what are the differences to define all class as static to define methods as static.
Thanks
http://www.experts-exchange.com/Programming/Languages/Java/Q_20095251.html
Zones:
JavaDate Answered: 11/26/2001 Grade: A Views: 0
I've created a basic static library and a client project to use the library. I've included the library in all the .cpp files that use it, but when I got to build the project I get a compilation err...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20096963.htm...
Zones:
Windows MFCDate Answered: 03/29/2001 Grade: A Views: 0