Enter Keywords:
1 - 10 of 8008(0.011 seconds)
Sort By:
 
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
Zones: Windows ProgrammingDate Answered: 05/09/1997 Rating: 6.6 Views: 0
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...
Zones: Windows ProgrammingDate Answered: 08/12/1997 Rating: 6.6 Views: 4
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...
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...
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?
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 ...
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...
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...
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 ...
Zones: Windows ProgrammingDate Answered: 09/23/1998 Rating: 8.2 Views: 0
I have a dlg app in VC5. There’s 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...
Zones: Windows MFCDate Answered: 10/19/1998 Rating: 6.2 Views: 0