Giter VIP home page Giter VIP logo

fasmg-taskdialog's Introduction

Repo has been merged into https://github.com/bitRAKE/fasmg-umbrella.

TaskDialog - moving beyond the MessageBox.

This an exploration of the TaskDialog addition to Windows UI programming, and patterns in fasmg.

Kenny Kerr put together the original sample program in C++ when Windows Vista was still in beta. I thought it was such a good idea that I've mirrored his effort in x86-64 assembly. Obviously, we don't need ATL/WTL or the wrapper he created - it's mostly just SendMessage.

Often lines of code in assembly are comparable given the right model. In fasmg we can construct domain models fitting a large array of problems.

Lines of code GitHub repo size GitHub code size in bytes

fasmg-taskdialog's People

Contributors

bitrake avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

listinvest

fasmg-taskdialog's Issues

Abstraction used for task dialog config isn't flexible enough.

The TDM_NAVIGATE_PAGE message is intended for stepping the user through multi-page processes. Which means there is a desire to have multiple extended config structures on the stack.

Trying to keep the syntax too brief (to ease copy-paste coding) has me using incorrect abstraction and then defining that abstraction in multiple places. As my understanding changes so too does my thinking on how I want to implement it.

Enable/Disable sample unable to exit ...

There is a corner case where toggling enable and disable buttons a few times will lock the dialog - where ESC key no longer works to exit. The title bar menu and red X corner button still work to exit with the mouse.

Just experienced this on Win11 - will need to research further perhaps. Feels like a windows bug. It isn't difficult to do - timing isn't important.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.