Click here to Skip to main content
15,888,803 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.4K   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

 
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 
GeneralRe: Possible licensing issue Pin
MJ_225-Aug-03 13:36
MJ_225-Aug-03 13:36 
GeneralUnicode layer Pin
Kippesoep21-Aug-03 22:47
Kippesoep21-Aug-03 22:47 
GeneralRe: Unicode layer Pin
MJ_224-Aug-03 12:07
MJ_224-Aug-03 12:07 
GeneralRe: Unicode layer Pin
Kippesoep24-Aug-03 12:19
Kippesoep24-Aug-03 12:19 
That's what I figured. Do you plan on uploading such a test application?
GeneralRe: Unicode layer Pin
MJ_224-Aug-03 12:26
MJ_224-Aug-03 12:26 
GeneralRe: Unicode layer Pin
diilbert1-Jan-04 14:01
diilbert1-Jan-04 14:01 
GeneralRe: Unicode layer Pin
MJ_24-Jan-04 13:55
MJ_24-Jan-04 13:55 
GeneralRe: Unicode layer Pin
diilbert5-Jan-04 5:35
diilbert5-Jan-04 5:35 
Generalpost an executable Pin
nilaysoft21-Aug-03 19:07
nilaysoft21-Aug-03 19:07 
GeneralRe: post an executable Pin
MJ_221-Aug-03 19:21
MJ_221-Aug-03 19:21 
GeneralRe: post an executable Pin
HPSI21-Aug-03 20:32
HPSI21-Aug-03 20:32 
GeneralRe: post an executable Pin
MJ_224-Aug-03 12:29
MJ_224-Aug-03 12:29 
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 
GeneralBuilding problems Pin
ETA16-Jul-03 21:46
ETA16-Jul-03 21:46 

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.