News:

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

ResEd 2.1 released

Started by KetilO, May 16, 2008, 09:52:27 AM

Previous topic - Next topic

KetilO

2.1.0.0 - 2008.05.16
--------------------
o Previous modal dialogs are now child dialogs.
  This makes the ResEd UI more uniform.
o It is now possible to type the dialogs font.
o Fixed problem with context menu on a dual screen system.
o Fixed problem with keyboard resize after preview was used.
o Added option to set Borland compatible.
o Added option to set textmode font.
o Added option to set resource startid and increment.
o Added preview on resource files (bitmap, icon, cursor, ani cursor and avi clip).
o It is now possible to directly edit the xStyle and xExStyle hex values.
o Enhanced the custom control support. It is now possibe to add controls that are not RadASM compatible.
  Example: Old rich edit control.
  In Custom control field, type: "Riched32.dll,richedit,IDC_RED,Text,RichEdit,100,100,503110C4,00000200"
  In Style mask field, type: WS_,ES_

  This can also be used as a shortcut for often used controls.
  Example: Horizontal line.
  In Custom control field, type: ",static,IDC_LINE,,Horizontal line,100,2,50000110,00000000"
  In Style mask field, type: WS_,SS_

  Format for Custom control field: "[dll],class,name,[caption],tooltip,width,height,style,exstyle"
  Format for Style mask field: Style1[,Style2[,Style3]]
o Added option for custom styles.
o Added options for default project path and system include path.
  These paths are optional and can be left blank.
o Added option to add custom resource types. You can also specify an editor for the resource.
  Example:
  Name:   MTTEXT
  Value:  0
  Files:  Text (*.txt)|*.txt|All files (*.*)|*.*
  Editor: notpad.exe
o Added option to browse for defines file on project open.
o Added mru projects to file menu.
o Added ResEd help file.
o Added Window Styles help file by Philippe Berthault
o Added SaveSel property to richedit control.

Get it here:
http://www.radasm.com/resed/index.html

KetilO

Biterider

Hi KetilO
I have some problems with the main zip file. It seems to be corrupted in some way. Can you check it please?

Regards,

Biterider

farrier

No problems with the zip file, or the program and help files here.  Downloaded about 12 hours ago.

Tried a few dialogs and all worked as expected.  "Typical" high quality KetilO  product!!  Thanks.

farrier
It is a GOOD day to code!
Some assembly required!
ASM me!
With every mistake, we must surely be learning. (George...Bush)

Ehtyar

Excellent, thank you KetilO!

Ehtyar.

miaomiao

Very nice tools, Thank you KetilO :U