Hi:
Is it possible to add a button onto the caption bar, where
the minimize button.. locate? If yes, please tell how.
I am using vc++4.2 and windows95.
Thanks in advance
Dan
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10010456.html
How would I change the color of a dialog box from the default to a different one. I know that I can hard coded by using child windows, however, I would like to change the color of dialog boxes crea...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10019779.html
Is pressing an Enter key when an AWT button is in focus supposed to generate an ActionEvent (similar to the one generated when the button is clicked)? I would expect it to but it does not happen i...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10036754.html
Zones:
JavaDate Answered: 01/29/1998 Rating: 6.0 Views: 0
I have a VB5 app using MDI forms. I am having trouble with a form that contains an APEX True DB Grid on it. If you do any alterations to the grid in the code I cannot exit the form when I call th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10038361.html
Zones:
Visual BasicDate Answered: 03/12/1998 Rating: 6.0 Views: 0
How do I make a command button transparent so the background of the form is the same as the button? And how do I tile a bitmap on a command button?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10043852.html
Zones:
Visual BasicDate Answered: 03/20/1998 Rating: 7.2 Views: 4
Is it at all possible to change the appearence of the JS buttons:
<FORM><INPUT TYPE="button" VALUE="Alternativ startsida " onClick="goLinks()"></FORM>
I especially need to do this when presenting ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10047633.html
Zones:
JavaScriptDate Answered: 05/05/1998 Rating: 8.2 Views: 0
How can i create a Button that changes it's image when you click on it (linking two bitmaps one that shows OFF state and the other showing the ON state "it is a switching button") i need the full...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10078216.htm...
Zones:
Windows MFCDate Answered: 09/04/1998 Rating: 9.0 Views: 4
void CLobbyDialog::OnLobbyLightsBUTTON()
{
// TODO: Add your control notification handler code here
static BOOL bFlag = TRUE ; // On/Off State
bFlag = !bFlag ;
if ( bFl...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10081558.htm...
Zones:
Windows MFCDate Answered: 09/17/1998 Rating: 5.8 Views: 0
Petzold says "Most programs that use the BS_OWNERDRAW button style to draw their own buttons often use small bitmaps for the button images".
Unfortunately, he doesn't give an example.
Can anyone ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10083265.html
I have a dlg app in VC5. Theres a couple of buttons that I want to toggle the focus on when pressed so the user can just repeatedly press ENTER to use the two buttons alternately:
When BTN_1 pre...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10088481.htm...
Zones:
Windows MFCDate Answered: 10/19/1998 Rating: 6.2 Views: 0