Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Reading registry value in VB6
Name: spark Date: July 27, 2002 at 06:52:17 Pacific
Comment:
Hi, How do I read a registry value using VB6. Thanks in advance, spark
u have a function called getsetting which gets u the value from the registry.For this to happen u need to know the value first.Check this function in object browser of vb6.this function has 4 parameters.
Summary: Carven: To read from a file in VB6, try this: Private Sub Reading_Click() Dim variable1 As String Open "c:\My Documents\sample.txt" For Input As #1 Input #1, variable1 Text1.Text = variabl...
Summary: ---Sci-Guy--- "I usually prefer just to be pointed in the right direction so I can try to figure it out myself. I'm just trying to learn VB and find it better if I have to do some work myself." I sha...
Summary: Hi guys, I've gone and got myself really confused and I need Help!! please... Im having a problem storing a value in a given variable within VB6. Heres what I need to do: 1. Perform a calculation, eg...