The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Hutley on February 10, 2006, 12:45:19 AM

Title: Registry with MASM
Post by: Hutley on February 10, 2006, 12:45:19 AM
Please, how i can to use the registry in a masm program?

Exist any tutorial? Where i found it?
Title: Re: Registry with MASM
Post by: zooba on February 10, 2006, 01:31:13 AM
Search the forum. There's at least one library available which simplifies registry access and it's been discussed before. :U
Title: Re: Registry with MASM
Post by: Mincho Georgiev on February 10, 2006, 01:14:55 PM
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
Title: Re: Registry with MASM
Post by: Vortex on February 10, 2006, 06:30:57 PM
shaka_zulu,

Nice work :U
Title: Re: Registry with MASM
Post by: Mincho Georgiev on February 10, 2006, 07:48:20 PM
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.
Title: Re: Registry with MASM
Post by: Mark Jones on February 10, 2006, 11:39:49 PM
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
Title: Re: Registry with MASM
Post by: Mincho Georgiev on February 11, 2006, 02:01:34 AM
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]