Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #2212 > unrolled thread

How to hide or do not display if use Get Registry String Content

Started bygeomodelers@gmail.com
First post2014-12-27 11:07 -0800
Last post2014-12-28 09:20 -0800
Articles 3 — 2 participants

Back to article view | Back to comp.lang.basic.visual.misc


Contents

  How to hide or do not display if use Get Registry String Content geomodelers@gmail.com - 2014-12-27 11:07 -0800
    Re: How to hide or do not display if use Get Registry String Content "Mayayana" <mayayana@invalid.nospam> - 2014-12-27 17:03 -0500
      Re: How to hide or do not display if use Get Registry String Content geomodelers@gmail.com - 2014-12-28 09:20 -0800

#2212 — How to hide or do not display if use Get Registry String Content

Fromgeomodelers@gmail.com
Date2014-12-27 11:07 -0800
SubjectHow to hide or do not display if use Get Registry String Content
Message-ID<468fc304-17ea-4c4a-803f-ba93d46cd895@googlegroups.com>
Hi All,

I have problem around Get Registry String Content with message error "Error Getting subkey lenght."

I was tried for "On Error Resume Next" or "On Error Goto ErrorHandler" but still display error message. The coding below;


Private Sub Form_Load()
RegCheckStringContent = GetRegKeyValue(HKEY_LOCAL_MACHINE\SOFTWARE\Geoplus, "idrem")
End Sub


How to hide or do not display error message if not found.

Thanks in advance


Regards,
Andre

[toc] | [next] | [standalone]


#2214

From"Mayayana" <mayayana@invalid.nospam>
Date2014-12-27 17:03 -0500
Message-ID<m7naae$295$1@dont-email.me>
In reply to#2212
| Private Sub Form_Load()
| RegCheckStringContent = 
GetRegKeyValue(HKEY_LOCAL_MACHINE\SOFTWARE\Geoplus, "idrem")
| End Sub
|

   GetRegKeyValue seems to be a function in code,
but you haven't shown that code. There's no way
to guess what's wrong unless you post the actual
code and declarations.

[toc] | [prev] | [next] | [standalone]


#2215

Fromgeomodelers@gmail.com
Date2014-12-28 09:20 -0800
Message-ID<e22d1d1a-a09a-4d79-9038-a9efd70369f2@googlegroups.com>
In reply to#2214
Hi Mayayana,

I am forget go to in my module and error msgbox its should remove and I did :)

The issue is RESOLVED.

Much appreciated your assistant!

Thank you


On Sunday, December 28, 2014 5:03:19 AM UTC+7, Mayayana wrote:
> | Private Sub Form_Load()
> | RegCheckStringContent = 
> GetRegKeyValue(HKEY_LOCAL_MACHINE\SOFTWARE\Geoplus, "idrem")
> | End Sub
> |
> 
>    GetRegKeyValue seems to be a function in code,
> but you haven't shown that code. There's no way
> to guess what's wrong unless you post the actual
> code and declarations.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.basic.visual.misc


csiph-web