Click here to Skip to main content
15,881,424 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

 
Generalpretty nice. Pin
EIEN22-Jul-03 18:44
EIEN22-Jul-03 18:44 
GeneralRe: pretty nice. Pin
MJ_222-Jul-03 18:55
MJ_222-Jul-03 18:55 
GeneralRe: Pin
EIEN22-Jul-03 23:45
EIEN22-Jul-03 23:45 
GeneralRe: Pin
MJ_218-Aug-03 15:45
MJ_218-Aug-03 15:45 
Generalcompile error Pin
zeki yugnak17-Jul-03 0:46
zeki yugnak17-Jul-03 0:46 
GeneralRe: compile error Pin
MJ_219-Aug-03 14:37
MJ_219-Aug-03 14:37 
GeneralRe: compile error Pin
Anonymous21-Aug-03 22:49
Anonymous21-Aug-03 22:49 
GeneralRe: compile error Pin
MJ_224-Aug-03 12:09
MJ_224-Aug-03 12:09 
Thank you. I was unaware that template was a reserved word.

I will fix this immediately.

A computer scientist is someone who fixes things that aren't broken.
GeneralBuilding problems Pin
ETA16-Jul-03 21:46
ETA16-Jul-03 21:46 
GeneralRe: Building problems Pin
machiav16-Jul-03 22:32
machiav16-Jul-03 22:32 
GeneralRe: Building problems Pin
MJ_217-Jul-03 11:57
MJ_217-Jul-03 11:57 
GeneralWow... Pin
Paul Selormey16-Jul-03 14:04
Paul Selormey16-Jul-03 14:04 

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.