Click here to Skip to main content
15,881,812 members
Articles / Programming Languages / C++
Article

Office 2003 Native Controls

Rate me:
Please Sign up or sign in to vote.
3.55/5 (41 votes)
4 May 20051 min read 165.2K   5.6K   81   49
Reimplementation of Win32 controls with optional Office 2003 interface.

Sample Image - MWTSUI.jpg

Introduction

MWTSUI provides the developer with the ability to have the latest Office interface, with as few code changes as possible. This is a list of the controls that are included in this library.

The following controls have undergone extensive testing, and several cross platform bugs have been corrected. These controls are now considered production quality.

  • MWMenu
  • MWTooltips
  • MWEdit
  • MWCombo
  • MWListBox
  • MWButton
  • MWImageList
  • MWShadow
  • MWComboEx

The following controls are incomplete:

  • MWMenuBar
  • MWToolbar
  • MWDockingBar

These controls should imitate the behaviour of their Office 2003 counterparts, while remaining as true to native Win32 controls as possible. For example, the MWMenu control does not implement owner drawn menu items, but does otherwise emulate the native Menu control. The documentation for each control lists the differences between the native Win32 control and the MW control. This differences and other documentation can be located in the Win32 Specification.doc file included in the download.

Our controls are largely based upon the WINE project. The licensing terms for WINE are contained in the GNU Lesser General Public License available from that site.

To compile the DLL, you will need the August 2002 Platform SDK (or later).

This project is no longer being updated or supported.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer Microsoft
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionHow do you prevent the menu window (with a edit control in it) from being activated? Pin
JERKII.SHANG6-Aug-05 5:00
JERKII.SHANG6-Aug-05 5:00 
QuestionNew source code? Pin
BeErikk6-Jun-05 13:50
professionalBeErikk6-Jun-05 13:50 
QuestionDevelopment cancelled? Pin
S. Hepe23-Nov-04 3:18
S. Hepe23-Nov-04 3:18 
AnswerRe: Development cancelled? Pin
MJ_223-Nov-04 11:28
MJ_223-Nov-04 11:28 
GeneralRe: Development cancelled? Pin
Member 190588123-Apr-05 1:18
Member 190588123-Apr-05 1:18 
Generalvery slow Pin
toxcct23-May-04 2:55
toxcct23-May-04 2:55 
GeneralLarge Fonts Pin
helsten22-Nov-03 5:01
helsten22-Nov-03 5:01 
GeneralRe: Large Fonts Pin
MJ_24-Nov-03 13:40
MJ_24-Nov-03 13:40 
GeneralMulti Monitor Support Pin
MJ_228-Sep-03 15:32
MJ_228-Sep-03 15:32 
GeneralRe: Multi Monitor Support Pin
Anthony_Yio28-Sep-03 21:31
Anthony_Yio28-Sep-03 21:31 
GeneralRe: Multi Monitor Support Pin
MJ_229-Sep-03 12:16
MJ_229-Sep-03 12:16 
GeneralRe: Multi Monitor Support Pin
Jeremy Falcon24-Oct-03 16:40
professionalJeremy Falcon24-Oct-03 16:40 
GeneralRe: Multi Monitor Support Pin
MJ_227-Oct-03 11:13
MJ_227-Oct-03 11:13 
GeneralNo multimonitor support Pin
gri19-Sep-03 4:40
gri19-Sep-03 4:40 
GeneralRe: No multimonitor support Pin
MJ_219-Sep-03 15:43
MJ_219-Sep-03 15:43 
Generala bug Pin
MyBlindy16-Sep-03 9:45
MyBlindy16-Sep-03 9:45 
GeneralRe: a bug Pin
MJ_217-Sep-03 0:09
MJ_217-Sep-03 0:09 
General.net samples Pin
Pedro M. C. Cardoso13-Sep-03 22:34
Pedro M. C. Cardoso13-Sep-03 22:34 
Generalcompiler error Pin
liveboys5-Sep-03 17:13
liveboys5-Sep-03 17:13 
GeneralRe: compiler error Pin
MJ_25-Sep-03 19:46
MJ_25-Sep-03 19:46 
GeneralDoesn't display at all on my machine :( Pin
noble27-Aug-03 7:02
noble27-Aug-03 7:02 
GeneralMine neither Pin
Jim Lamb27-Aug-03 9:39
Jim Lamb27-Aug-03 9:39 
GeneralRe: Mine neither Pin
MJ_227-Aug-03 12:16
MJ_227-Aug-03 12:16 
GeneralRe: Doesn't display at all on my machine :( Pin
MJ_227-Aug-03 12:12
MJ_227-Aug-03 12:12 
GeneralPossible licensing issue Pin
Russell Morris25-Aug-03 12:35
Russell Morris25-Aug-03 12:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.