Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 11th, 2006, 02:57 AM
Friend of Wrox
 
Join Date: Mar 2005
Posts: 264
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to populate form textbox with registery key va

Hi all . I wonder how i can refrence registery key values and populate it inside form textbox .My intention is to create a form with a button and once i click the
button the following registery keys value get printed in form textbox.

I want the data values for the follwing keyes:

user,taskid for all folders inside HKEY_CURRENT_USER\Software\me\.

since each key has name,type and data i am just intrested in data value for each key .
I be happy if an expert show me how i can achive this task.Thanks
 
Old April 13th, 2006, 02:01 AM
Authorized User
 
Join Date: Mar 2006
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
use RegEnumValue API for enumerate specified key value
Peko

 
Old April 13th, 2006, 02:11 AM
Friend of Wrox
 
Join Date: Mar 2005
Posts: 264
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by peko
 Hi,
use RegEnumValue API for enumerate specified key value
Peko

Thank u for u reply. could u show me a sample code ?Thanks
 
Old May 23rd, 2006, 12:21 AM
Authorized User
 
Join Date: Feb 2004
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi
I will recommend you to look here. They have done a great job.
<s>http://www.allapi.com</s>
sorry made a mistake should have been
http://www.allapi.net
cheers
Karsten





Similar Threads
Thread Thread Starter Forum Replies Last Post
Populate mailto address from form textbox Hughesie78 ASP.NET 2.0 Professional 1 December 20th, 2007 07:51 AM
Populate textbox with data retrieved from database hoailing22 ASP.NET 1.0 and 1.1 Basics 5 November 30th, 2006 12:13 AM
Populate a Textbox in a Formview timeware ASP.NET 2.0 Basics 0 September 29th, 2006 10:08 AM
How to populate drop down box with registery value method Beginning VB 6 2 April 20th, 2006 03:00 AM
using fields in recordset to populate textbox stoneman Access 2 October 7th, 2003 11:03 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.