i want to enter some particular registry values
how to do dat
Printable View
i want to enter some particular registry values
how to do dat
have a look at SaveSetting() and GetSetting(). theres loads of examples on the forum.
casey.
Hi,
If you want more control over your registry settings you might want to consider the following Registry Settings
Regards
I gather that this is your first venture into using the Registry. If this is true, then I think going the route that vbasicgirl would be the easiest, and certainly the easiest to understand.
Once you get comfortable with that, you might want to move into Pozzi's suggestion.
absolulety... this is actually my first venture into writing registries, therefore before i actually start to access them i need more info that y do we have registries, the registry architechture n then how to access / modify them
Explaining in detail registry architechture is a bit beyond the scope of a VB Q&A forum section. I'm sure you can find more than enough information to keep you reading for a while if you do some Goggle searchs on this subject.Quote:
Originally Posted by hyousuf2
But, to answer your original question, I would use GetSetting and SaveSetting to make the registry entries. Both of those are explained in the VB Help Files and you can find info on them at www.microsoft.msdn.com
thnkx for da help ! i would go abt doing ma job now
well i guess this last e.g. was da best of da lot !