News:

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

Property Pages Dialog

Started by Ficko, August 20, 2009, 08:58:20 AM

Previous topic - Next topic

Ficko

Hi KetilO! :lol

A question.

I like to make a custom property dialog like VS has to make it more easy put cmd line switches  together.
- Because some C compilers have over 10 pages of description possible combinations of flags can be used and often you have to switch between different type of builds. -

Is there a place (or can you make one :bg) to plug such dialog in?
Or maybe, is there an easy way to replace the existing "project options" dialog?

Thanks beforehand,
Ficko

P.S.
Attached pic about the type of dialog I am thinking of.





KetilO

Hi Ficko

Create an addin that hooks AIM_COMMAND
Test for IDM_PROJECT_OPTIONS equ 44006
Show your dialog and return TRUE to prevent RadASM showing its dialog.

KetilO

Ficko

Thanks!

That sounds easy will try it! :U