The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: usingMasm on August 19, 2010, 08:11:11 AM

Title: Where does RadAsm store it's accelerators
Post by: usingMasm on August 19, 2010, 08:11:11 AM
Hi,
I tried modifying a cople of accelerators from within RadAsm, but nothing works anymore.  :bdg
Any way to edit them from outside?
Title: Re: Where does RadAsm store it's accelerators
Post by: KetilO on August 19, 2010, 09:10:02 AM
Hi

The accelerator table is part of the resources. With an addin you could just destroy the table and create a new one. hAccel is the handle of the table.

KetilO
Title: Re: Where does RadAsm store it's accelerators
Post by: usingMasm on August 19, 2010, 09:25:46 AM
Quote from: KetilO on August 19, 2010, 09:10:02 AM
Hi

The accelerator table is part of the resources. With an addin you could just destroy the table and create a new one. hAccel is the handle of the table.

KetilO

Hi KetilO,
Could you elaborate how to do it?

Thanks