Where does RadAsm store it's accelerators

Started by usingMasm, August 19, 2010, 08:11:11 AM

Previous topic - Next topic

usingMasm

Hi,
I tried modifying a cople of accelerators from within RadAsm, but nothing works anymore.  :bdg
Any way to edit them from outside?

KetilO

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

usingMasm

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