The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: msmith on February 04, 2005, 04:33:41 AM

Title: X-Y Position of cursor
Post by: msmith on February 04, 2005, 04:33:41 AM
I just noticed the auto-completion feature of RadAsm. Very cool!

My question is how do you know where to make the combo drop-down appear so that it is to the right of the cursor.

Also, where can I get the combo box that you use. It appears to be smaller than a standard one.

Thanks,

Mike
Title: Re: X-Y Position of cursor
Post by: KetilO on February 04, 2005, 07:42:42 AM
Hi

GetCaretPos returns a point.
I'm using a listbox.

Here you can find sources for RadASM 1.0
http://www.masmforum.com/simple/index.php?topic=499.0

KetilO