CTrackLookButton, An IE 3.0 style button
Posted
by strategma strategma
on August 6th, 1998
This is CTrackLookButton class like in IE 3.0 Download the sample and click on help about. The implemantation is a trivial like all buttons
Download Sample.

Comments
But I can't find botton.rc2 ! Why??
Posted by Legacy on 01/02/2004 12:00amOriginally posted by: songxinyan
Please's tell me .What is I can do!
ReplySetWindowText()
Posted by Legacy on 09/04/2002 12:00amOriginally posted by: benx
If SetWindowText() is called to change the title of
the button, it will not display normally as the original
text is not erased,
I just added:
pDC->FillSolidRect(rc, pDC->GetBkColor());
in CTrackLookButton::DrawItem() and it worked well.
Reply
good button tip
Posted by Legacy on 09/13/2001 12:00amOriginally posted by: jloc
i study vc++ control and jpg, gif
this tip help me
thanks a lot
ReplyCool One
Posted by Legacy on 08/07/2001 12:00amOriginally posted by: Satak
Cool One. Looks very good. The problem of focus as reported already is the only issue.
ReplyThanks a lot
Posted by Legacy on 11/05/2000 12:00amOriginally posted by: Christoph Platz
Really cool! Thanks a lot!
ReplyWith 2 TrackLookButtons, one of them always has active focus. How can I change that?
Posted by Legacy on 12/04/1999 12:00amOriginally posted by: Erich Ruth
I have two tracklookbuttons, IDC_NEXT and IDC_PREVIOUS in a CFormView. I use the following code to initialize these two push buttons.
m_previous.LoadBitmaps(IDB_WHITEARROW,IDB_BLUEARROW,IDB_WHITEARROW);
m_previous.SetTextAlignment(CTrackLookButton::AlignLeft);
m_next.LoadBitmaps(IDB_WHITEARROW,IDB_BLUEARROW,IDB_WHITEARROW);
m_next.SetTextAlignment(CTrackLookButton::AlignRight);
When I compile the program, the m_previous button is activated and the m_next button is not even though the mouse is not even close to either one. Is there any way of changing the code so that neither button is initially active? So that the only way a push button can have focus is when the user moves the mouse over the push button?
Please, any response you can give me will be greatly appreciated.
Sincerely,
ReplyErich J. Ruth
Some minor problems
Posted by Legacy on 11/27/1999 12:00amOriginally posted by: lei
First of all, thanks very much for your effort! I think I'm a bit fussy. The following minor problems are only for you to consider, or improve... if you like.
(1)
If you click on one of the three bottom buttons, a message box pops up; and you close the message box by clicking on the OK button. You'll see that the button you just clicked on still has the focus, just as the mouse cursor's still in.
(2)
If you click on a button, keep the mouse button pressed, and drag the cursor to another button, then the second button is down. This is not the right behavior.
(3)
ReplyIf you cover the dialog box by another application, and uncover it, the button you last clicked on is still up even though the cursor is not in.
pkzipfix
Posted by Legacy on 11/26/1998 12:00amOriginally posted by: pkzipfix
ReplyCTrackLookButton
Posted by Legacy on 10/13/1998 12:00amOriginally posted by: Asif Rashid
There is an error in zip file. Since author did not save the path information with the zip, therefore I have to manually move bmp files and other resource files to res directory.
But the output of the class was impressive.
Reply