www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1999/03/20/18:11:29

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <000101be7327$12f334c0$d86f1e26@np_home_pc>
From: "Nirmal Prasad" <nprasad AT truept DOT com>
To: <cygwin AT sourceware DOT cygnus DOT com>
Subject: Missing Defines For ToolTip Control (b20)
Date: Sat, 20 Mar 1999 18:12:04 -0500
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3

hi ,

the following were missing for Tool-Tip control. I have used the standard
microsoft define _WIN32_IE , should a different define be used????.Looks
like the new set of controls will be shipped with Internet Explorer instead
of the Operating System as though the operating system specific #defines
were not enough now there are browser specific defines....

[Messages.h]
/* Tool Tip Control Messages */

#ifndef _WIN32_IE
 /* Define AtLeast Version 3.0 */
 #define _WIN32_IE 0x300
#endif
#if (_WIN32_IE >= 0x0300)   /* Should IE 3.0 support be in here ???? */
#define TTM_TRACKACTIVATE       (1041)
#define TTM_TRACKPOSITION       (1042)
#define TTM_SETTIPBKCOLOR       (1043)
#define TTM_SETTIPTEXTCOLOR     (1044)
#define TTM_GETDELAYTIME        (1045)
#define TTM_GETTIPBKCOLOR       (1046)
#define TTM_GETTIPTEXTCOLOR     (1047)
#define TTM_SETMAXTIPWIDTH      (1048)
#define TTM_GETMAXTIPWIDTH      (1049)
#define TTM_SETMARGIN           (1050)
#define TTM_GETMARGIN           (1051)
#define TTM_POP                 (1052)
#endif
#if (_WIN32_IE >= 0x0400)   /* IE4.0 ??? */
#define TTM_UPDATE              (1053)
#endif

Regards

Nirmal Prasad R.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019