The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: bloodhound on April 27, 2006, 12:24:28 AM

Title: How to display status text in an Editor project??
Post by: bloodhound on April 27, 2006, 12:24:28 AM
Good day!

just want to ask how do you display text output when your running externally something
or a process, you know like many IDEs do..

Quote
compiling...
linking...
done without errors!

im trying to make a nice editor myself  :U

any help will be appreciated especially with some samples... thanks!  :wink


Title: Re: How to display status text in an Editor project??
Post by: bloodhound on April 27, 2006, 12:28:11 AM
IS it make a child window, make the procedure a console type?? or the statusbar procedure already in windows.. how do you make it work??
Title: Re: How to display status text in an Editor project??
Post by: PBrennick on April 27, 2006, 01:26:55 AM
bloodhound,
Go to the Radasm website and download SimEd, it is a project that does exactly what you wish to do.  You can explore how it is done and then do it in your own project.
Paul