Please, how i can to use the registry in a masm program?
Exist any tutorial? Where i found it?
Search the forum. There's at least one library available which simplifies registry access and it's been discussed before. :U
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
shaka_zulu,
Nice work :U
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.
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
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]