News:

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

MRU for Qeditor

Started by OldTimer, January 29, 2007, 04:49:16 AM

Previous topic - Next topic

OldTimer

Here's a simple program that may be of interest to Qeditor users who can't remember
what they did last week.  It will scan the entire Masm32 directory and show a
Most Recently Used list.   Double click on an item and the program will launch it
in Qeditor.   Designed to select .ASM, .INC and .RC files but it can be easily changed to find other types of files.  2 rules, the program must be stored in the same folder as Qeditor and as it uses a listbox, the directory search is limited to 32,767 items for Win95 users.

  For newbies, this program contains a 'standard' window, menu bar and button.
And   Right click pop-up menu,
         Double click detection,
         Maximise/minimise code,
        Thread creation,
        ListBox,
        ListView control,
        Sub Classing
        Progress bar,
        Message Box
        Find file,
        Find folder,
        Shell execute,
        Copy to clipboard,
        Useful ListView commands (LVS_SHOWSELALWAYS,LVS_EX_FULLROWSELECT)
        NO resource file.

  File View option uses GrownUpNotepad.

  It really did start out as a "simple" project but later I thought of a few "what if's" and even now it's still a work-in-progress.

  This is not all my own work, so thanks must go out to all those people who have
placed their source code on the 'net for others to peruse (and borrow).

Have a play and find a bug or three.

OldTimer.



[attachment deleted by admin]