WX.Net

About/News
Screenshots

Documentation
    Why WX.Net? 
    Roadmap
    Release Notes
    Building From Source
    Tutorial
    User Manual
    Reference Doc.
    WX.Build Doc.
    wxWidgets

Download

Who's Who
SourceForge

Get WX.Net at SourceForge.net. Fast, secure and Free Open Source software downloads

Built with wxWidgets

Works on Mono

?????????????????????????

Release Notes for wx.NET v0.7

0.7.2
25 July 2005

Changes

  • Binary versions built against latest wxWidgets 2.6.1 release
  • Robert Roebling added event for TRANSFERDATATOWINDOW; use it and TRANSFERDATAFROMWINDOW in Window, Dialog,Panel, Frame and ScrolledWindow
  • Assembly version correctly set to 0.7.2 (0.7.1 had old 0.6.x version)

0.7.1
29 May 2005

Changes

  • wxWidgets 2.6.x is now used as a base and is required to compile wx.NET; binary versions built against wxWidgets 2.6.0
  • A few bug fixes
  • Bitmap buttons on MS Windows now have 3D effect
  • New Thread sample
  • XRC files can now be embedded in a .NET assembly. The only shortcoming of doing this is the fact that any image referred to by the embedded xrc will be referring to a non-embedded image that exists relative to the executable (so for example the demos that contain the xrc in the same dir as the images force the runtime images to be placed in the same dir as the exe, instead of a subdir.
  • Icon files and Images can now be embedded in a .NET assembly via BitmapType.wxBITMAP_TYPE_RESOURCE

Contributors

  • Alexander Olk made numerous changes for wxWidgets 2.6.0 and ported the Thread sample
  • Nummish made the XRC and resource changes
  • Mike Muegel packages the whole thing up