HYPERLINK.H in DUBAInterface.rar


Kingsoft Analog interface, the interface looks and practical applications have b...Original Link
    Sponsored links

			
// HyperLink.h : header file
//
//
// HyperLink static control. Will open the default browser with the given URL
// when the user clicks on the link.
//
// Copyright Chris Maunder, 1997, 1998
// Feel free to use and distribute. May not be sold for profit. 

#if !defined(AFX_HYPERLINK_H__D1625061_574B_11D1_ABBA_00A0243D1382__INCLUDED_)
#define AFX_HYPERLINK_H__D1625061_574B_11D1_ABBA_00A0243D1382__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

/////////////////////////////////////////////////////////////////////////////
// CHyperLink window

class CHyperLink : public CStatic
{
// Construction/destruction
public:
    CHyperLink();
    virtual ~CHyperLink();

// Attributes
public:

// Operations
public:

    void SetURL(CString strURL);
    CString GetURL() const;

    void SetColours(COLORREF crLinkColour, COLORREF crVisitedColour, 
                    COLORREF crHoverColour = -1);
    COLORREF GetLinkColour() const;
    COLORREF GetVisitedColour() const;
    COLORREF GetHoverColour() const;

    void SetVisited(BOOL bVisited = TRUE);
    BOOL GetVisited() const;

    void SetLinkCursor(HCURSOR hCursor);
    HCURSOR GetLinkCursor() const;

    void SetUnderline(BOOL bUnderline = TRUE);
    BOOL GetUnderline() const;

    void SetAutoSize(BOOL bAutoSize = TRUE);
    BOOL GetAutoSize() const;

// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CHyperLink)
    public:
    virtual BOOL PreTranslateMessage(MSG* pMsg);
    protected:
    virtual void PreSubclassWindow();
    //}}AFX_VIRTUAL

// Implementation
protected:			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 114.BMP1.59 kB09-11-02 21:05
 115.BMP1.59 kB09-11-02 21:05
 116.BMP1.59 kB09-11-02 21:05
 117.BMP1.59 kB11-11-02 10:13
 119.BMP1.59 kB11-11-02 10:13
 123.BMP11.33 kB09-11-02 21:50
 124.BMP11.33 kB09-11-02 21:50
 125.BMP11.33 kB09-11-02 21:50
 126.BMP11.33 kB09-11-02 21:50
 128.BMP2.74 kB09-11-02 20:40
 129.BMP2.74 kB09-11-02 20:40
 131.BMP11.33 kB09-11-02 22:01
 132.BMP30.53 kB09-11-02 22:01
 background.bmp223.39 kB09-11-02 20:55
 ColorButton.cpp946.00 B22-12-02 12:19
 ColorButton.h1.21 kB11-11-02 10:08
 ColorStatic.cpp1.68 kB17-11-02 00:39
 ColorStatic.h1.40 kB17-11-02 00:23
 HYPERLINK.CPP12.79 kB12-08-98 09:36
 HYPERLINK.H3.25 kB12-08-98 09:36
 Interface.clw2.14 kB23-07-08 23:57
 Interface.cpp2.06 kB09-11-02 20:36
 Interface.dsp5.30 kB13-12-02 01:16
 Interface.dsw541.00 B09-11-02 20:36
 Interface.h1.33 kB09-11-02 20:36
 InterfaceDlg.cpp7.79 kB22-12-02 12:46
 InterfaceDlg.h1.95 kB22-12-02 12:44
 Interface.ico1.05 kB09-11-02 20:36
 Interface.rc2401.00 B09-11-02 20:36
 Thumbs.db6.00 kB22-07-08 00:14
 StdAfx.cpp211.00 B09-11-02 20:36
 StdAfx.h1.03 kB09-11-02 20:36
 Thumbs.db34.00 kB22-07-08 00:14
 Interface.ncb105.00 kB06-04-09 11:14
 Resource.h2.05 kB22-07-08 00:16
 Interface.plg2.11 kB06-04-09 11:14
 Interface.aps325.21 kB06-04-09 11:14
 Interface.rc7.64 kB22-07-08 00:16
 Interface.opt47.50 kB06-04-09 11:14
 <RES>0.00 B22-12-02 12:16
 <DUBAInterface>0.00 B22-12-02 13:40
...

Related Items

    Sponsored links