News:

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

Registry with MASM

Started by Hutley, February 10, 2006, 12:45:19 AM

Previous topic - Next topic

Hutley

Please, how i can to use the registry in a masm program?

Exist any tutorial? Where i found it?

zooba

Search the forum. There's at least one library available which simplifies registry access and it's been discussed before. :U

Mincho Georgiev

In Fact, that was my first post in the forum, but you can optimize that a little bit, i dont have the time now
also is not very readable ,but you can start of it:

http://www.masmforum.com/simple/index.php?topic=2061.msg16395#msg16395

Vortex


Mincho Georgiev

Thanks,Vortex!
as i remember the variable names are not so good choosen, but i'm really out of the free time now, i need about 2-3 hours right now to setup my Bochs emulator which actually is a perfect tool.

Mark Jones

Hmm I dunno why this was so difficult to bring up in search but here's another example: http://www.masmforum.com/simple/index.php?topic=2620.msg20771#msg20771
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

Mincho Georgiev

This is one example how you can store the position of window in the registry. That is (placement.asm) my module that i use usually with dialog placement, but it's ok with regular windows. You can use the same way to store the size of the window too.



[attachment deleted by admin]