Enter Keywords:
1 - 10 of 1745(0.009 seconds)
Sort By:
 
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()
Zones: Gene...Date Answered: 09/01/1999 Rating: 6.6 Views: 0
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,...
Zones: C++Date Answered: 04/25/1999 Rating: 5.0 Views: 0
How to make the panes managed by CSplitterWnd non-resizable.
Zones: Windows MFCDate Answered: 02/25/1999 Rating: 7.6 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...
Zones: Windows MFCDate Answered: 08/06/1999 Rating: 6.8 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...
Zones: JavaDate Answered: 01/11/2000 Rating: 6.4 Views: 0
can someone pls explain to me wats a static variable n e diff frm a non static variable ? thanx
Zones: JavaDate Answered: 08/09/2000 Rating: 7.4 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. ...
Zones: Solaris Unix, Sun JDSDate Answered: 11/08/2000 Rating: 7.6 Views: 0
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...
Zones: JavaDate Answered: 01/30/2001 Rating: 7.2 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
Zones: JavaDate Answered: 11/26/2001 Rating: 8.2 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...
Zones: Windows MFCDate Answered: 03/29/2001 Rating: 7.4 Views: 0