The settings are not saved when not using an
Administrators account under Windows 2000 (SP2). This
means one has to keep re-configuring the program every
time it loads.
Discussion
Anonymous
-
2002-02-25
Logged In: YES
user_id=624
It sounds like it's having problems writing to the
registry. I've got a Win2K box, so I'll check if it needs
to write to a different spot in the registry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-02-25
assigned_to: nobody --> akey
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was looking at this one, and there is no code for saving
the user-entered playlist name or the radio box for using
it, i.e. the variables szPlaylist and bUseAlbumName are not
saved to the registry.
As for the WIN2K/non-administrator thang, I think you need
to put the values in HKEY_CURRENT_USER instead of
HKEY_LOCAL_MACHINE. Oooh, the tight security! :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=624
It sounds like it's having problems writing to the
registry. I've got a Win2K box, so I'll check if it needs
to write to a different spot in the registry.
Logged In: YES
user_id=539016
I was looking at this one, and there is no code for saving
the user-entered playlist name or the radio box for using
it, i.e. the variables szPlaylist and bUseAlbumName are not
saved to the registry.
As for the WIN2K/non-administrator thang, I think you need
to put the values in HKEY_CURRENT_USER instead of
HKEY_LOCAL_MACHINE. Oooh, the tight security! :)