News:

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

Loop trough registry (recursive call)

Started by r.gabor, February 03, 2010, 09:05:55 PM

Previous topic - Next topic

dedndave

go easy, Gabor
ole' Donkey is a pretty sharp fella   :U

r.gabor

Sorry if my reply was let say "direct".

Anyway, I will figure out soon how to do this registry things :)

Will take time for sure, but in MASM everything takes time

donkey

#17
Quote from: r.gabor on February 04, 2010, 06:36:05 PM
...
At this point I believe that you do not know either how to do that except using regedit :)
...

Actually I do know how, thanks.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

r.gabor

Hello dedndave,

Finally I did it and it is working:)

Took me 3 days to figure out.

I know that the code is not really clean/organized but I have started to learn MASM 3 weeks ago, so let say, I still have a lot to learn.

Attached is the code with compiled exe. Can you check and tell me what you think?

Is it really bad coding or where I can improve?

Many thanks.