News:

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

X-Y Position of cursor

Started by msmith, February 04, 2005, 04:33:41 AM

Previous topic - Next topic

msmith

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

KetilO

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