News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Console UI Library

Started by travism, November 06, 2008, 10:50:00 AM

Previous topic - Next topic

travism

Is there a console ui library? for like making menus or buttons and colored windows etc..? Ive tried searching but nothing came up. Thanks!

Vortex

Do you mean menus and buttons like in the Turbo C++ \ Turbo Pascal DOS IDE?

travism


hutch--

travis,

I think it can be done but I have never seen anyone do it in assembler. It involves shovelling through all of the console API functions using text mode back buffers. Its a long time since I have done anything like this, basically the old DOS days but from memory the win32 console (CMD.EXE) handles a number of screens at a time so you can draw to one then switch them over.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

japheth


PDCurses http://pdcurses.sourceforge.net/ has some popularity. It's written in C, but there are also libraries available.