Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change
QuoteRibbon framework provides a specialized Font Control that exposes a wide range of font properties such as typeface name, style, point size, and effects.
The Font Control is a composite control that consists of buttons, toggle buttons, drop-down list boxes, and combo boxes, all of which are used to specify a particular font property or formatting option.
QuoteSummaryHere is the download link for the ObjAsm Deep Dive Podcast: https://e.pcloud.link/publink/show?code=XZUIQCZLB8h6TLFoDV0cVN9tNWc68jshHjy
This documentation provides a guide to ObjAsm, an x86/x64 assembly language for creating bitness-neutral code. The text covers core concepts, model usage, object placement, method binding, and debugging. It also includes a manual installation guide and recommendations for using the Component Object Model (COM) with ObjAsm. The documentation is formatted using GitBook and is currently at version 1.3.
QuoteSummary
This document provides an extensive guide to creating custom controls in assembly language, particularly using Microsoft Macro Assembler (MASM). It focuses on the development of a simple button control, SimpleButton, and covers essential aspects such as registering the control class, creating the control, handling window messages, and defining and managing properties. The document also explores different techniques for managing control properties, including using macros and the Win32 API. Additionally, it offers valuable insights into modern UI design trends and showcases the ModernUI framework, another project by the author that aims to modernize Win32 controls. The document further provides resources for learning more about assembly language development and custom control creation.