dbTalk Databases Forums  

read from registry - vb 6.0

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss read from registry - vb 6.0 in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-09-2008 , 08:46 AM






On Jan 9, 12:46*am, "Mr. X." <no_spam_please (AT) nospam_please (DOT) com> wrote:
Quote:
I suppose if I will search in google,
I will find this thread.

I didn't find any answer, yet,
because there are several problems (ERROR_MORE_DATA ...)
long l
long ln
string value
l = RegOpenKeyEx(HKEY_LOCAL_MACHINE, "<full_path>", 0, 1, hnd)
... ' the above is O.K and l = 0.
ln = 0
l = RegQueryValueEx(hnd, "a_key", 0, 1, value, ln)

after the above l = 234 (ERROR_MORE_DATA) * and ln got the correct size !

I will appreciate if I find the answer in this thread, please.

Thanks
Too lazy to do your own work? You've been directed to a wealth of
information (google.com) and to a proper forum (one on VB/VB6) yet you
decide it's too much work to search for this information yourself or
ask elsewhere so you demand someone post an exact solution to your
particular problem here.

You're not winning any friends with this behaviour.


David Fitzjarrell


Reply With Quote
  #22  
Old   
Mr. X.
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-10-2008 , 02:45 AM






Well,

I have looked on google.com
(and suppose I will find this thread too :
Google is just a mask for newsgroup like this one, and keep a thread like
this one on the Google's servers).

None of the example is good enough (and doesn't work, as the example I have
sent in this thread).

Please give me a good example that works for VB 6.0.

Thanks



Reply With Quote
  #23  
Old   
Mr. X.
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-10-2008 , 02:45 AM



Well,

I have looked on google.com
(and suppose I will find this thread too :
Google is just a mask for newsgroup like this one, and keep a thread like
this one on the Google's servers).

None of the example is good enough (and doesn't work, as the example I have
sent in this thread).

Please give me a good example that works for VB 6.0.

Thanks



Reply With Quote
  #24  
Old   
Mr. X.
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-10-2008 , 02:45 AM



Well,

I have looked on google.com
(and suppose I will find this thread too :
Google is just a mask for newsgroup like this one, and keep a thread like
this one on the Google's servers).

None of the example is good enough (and doesn't work, as the example I have
sent in this thread).

Please give me a good example that works for VB 6.0.

Thanks



Reply With Quote
  #25  
Old   
Mr. X.
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-10-2008 , 02:45 AM



Well,

I have looked on google.com
(and suppose I will find this thread too :
Google is just a mask for newsgroup like this one, and keep a thread like
this one on the Google's servers).

None of the example is good enough (and doesn't work, as the example I have
sent in this thread).

Please give me a good example that works for VB 6.0.

Thanks



Reply With Quote
  #26  
Old   
Arch
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-10-2008 , 05:45 AM



On Thu, 10 Jan 2008 10:45:59 +0200, "Mr. X."
<no_spam_please (AT) nospam_please (DOT) com> wrote:

Quote:
Well,

I have looked on google.com
(and suppose I will find this thread too :
Google is just a mask for newsgroup like this one, and keep a thread like
this one on the Google's servers).

None of the example is good enough (and doesn't work, as the example I have
sent in this thread).

Please give me a good example that works for VB 6.0.

Thanks

It sounds as though you might be searching google groups, not google.
That would explain why you can't find the information.

1 - Open your browser
2 - In the address bar, type: http://www.google.com/
3 - In the Google window that appears, enter "vb6 modify registry"
(without the quotes)

This will return links to thousands of web sites that discuss
accessing the registry with VB6. There will be many, many examples.

Another search that you might find helpful:
"VB6 RegOpenKeyEx"

Good Luck


Reply With Quote
  #27  
Old   
Arch
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-10-2008 , 05:45 AM



On Thu, 10 Jan 2008 10:45:59 +0200, "Mr. X."
<no_spam_please (AT) nospam_please (DOT) com> wrote:

Quote:
Well,

I have looked on google.com
(and suppose I will find this thread too :
Google is just a mask for newsgroup like this one, and keep a thread like
this one on the Google's servers).

None of the example is good enough (and doesn't work, as the example I have
sent in this thread).

Please give me a good example that works for VB 6.0.

Thanks

It sounds as though you might be searching google groups, not google.
That would explain why you can't find the information.

1 - Open your browser
2 - In the address bar, type: http://www.google.com/
3 - In the Google window that appears, enter "vb6 modify registry"
(without the quotes)

This will return links to thousands of web sites that discuss
accessing the registry with VB6. There will be many, many examples.

Another search that you might find helpful:
"VB6 RegOpenKeyEx"

Good Luck


Reply With Quote
  #28  
Old   
Arch
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-10-2008 , 05:45 AM



On Thu, 10 Jan 2008 10:45:59 +0200, "Mr. X."
<no_spam_please (AT) nospam_please (DOT) com> wrote:

Quote:
Well,

I have looked on google.com
(and suppose I will find this thread too :
Google is just a mask for newsgroup like this one, and keep a thread like
this one on the Google's servers).

None of the example is good enough (and doesn't work, as the example I have
sent in this thread).

Please give me a good example that works for VB 6.0.

Thanks

It sounds as though you might be searching google groups, not google.
That would explain why you can't find the information.

1 - Open your browser
2 - In the address bar, type: http://www.google.com/
3 - In the Google window that appears, enter "vb6 modify registry"
(without the quotes)

This will return links to thousands of web sites that discuss
accessing the registry with VB6. There will be many, many examples.

Another search that you might find helpful:
"VB6 RegOpenKeyEx"

Good Luck


Reply With Quote
  #29  
Old   
Arch
 
Posts: n/a

Default Re: read from registry - vb 6.0 - 01-10-2008 , 05:45 AM



On Thu, 10 Jan 2008 10:45:59 +0200, "Mr. X."
<no_spam_please (AT) nospam_please (DOT) com> wrote:

Quote:
Well,

I have looked on google.com
(and suppose I will find this thread too :
Google is just a mask for newsgroup like this one, and keep a thread like
this one on the Google's servers).

None of the example is good enough (and doesn't work, as the example I have
sent in this thread).

Please give me a good example that works for VB 6.0.

Thanks

It sounds as though you might be searching google groups, not google.
That would explain why you can't find the information.

1 - Open your browser
2 - In the address bar, type: http://www.google.com/
3 - In the Google window that appears, enter "vb6 modify registry"
(without the quotes)

This will return links to thousands of web sites that discuss
accessing the registry with VB6. There will be many, many examples.

Another search that you might find helpful:
"VB6 RegOpenKeyEx"

Good Luck


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.