Re: How to generate system Error in WinXP ?




"soorya" <blackmagicinc@xxxxxxxxx> wrote in message
news:1149065180.126244.20420@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

I am facing a problem with VB6 coding in WinXP SP2.
After saving a data in registry by Savesetting()
And if that application is unloaded improperly,
the registry settings are not saved.

Have you considered dumping the anemic SaveSetting method and using a
full-blown registry class instead? For all I know it may exhibit the same
problem, but then again it may not. You can start at www.vbaccelerator.com.


.



Relevant Pages

  • RE: Use of PUBLIC
    ... Once you run the "SaveSetting" code if you search in your registry by going ... VBA Help for PUBLIC states that "Variables declared using the Public ... spreadsheet, and it opens a second spreadsheet, the PUBLIC variables in the ...
    (microsoft.public.excel.programming)
  • =?Utf-8?Q?Re:_Register-Eintr=C3=A4ge?=
    ... > ich speichere Userdaten mittels 'SaveSetting' im Registry. ... die anderer Programme und nicht zuletzt des Systems selbst enthalten sind. ... Funktioniert die beschriebene Methode auf allen Windows ... Ein Nachteil von SaveSetting() ist allerdings, ...
    (microsoft.public.de.vb)
  • Re: Editing the Registry
    ... If you are just saving settings, what's wrong with the built in functions ... GetSetting + SaveSetting? ... registry editor I need as such. ... Public Sub SetKeyValue(sKeyName As String, sValueName As String, ...
    (microsoft.public.vb.winapi)
  • Re: How to save common appdata to the registry?
    ... If you're writing/reading configuration information to/from the Registry ... you should use SaveSetting ... and GetSetting. ...
    (microsoft.public.vb.general.discussion)
  • Re: Vista Local Maschine
    ... normaly i put a global Key somewhere in the registry under ... What's wrong with SaveSetting and GetSetting? ... They only write to HKCU, ...
    (microsoft.public.vb.com)