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.
picture property in VB6
Name: jr_in_canada Date: February 21, 2005 at 09:48:43 Pacific OS: Win 2000 CPU/Ram: Pentium
Comment:
I need to assign the picture of a picturebox object to a button after this picture is modified in run-time.
I mean, I want to modify a picture in a picturebox and assign it to a button in run-time...
Summary: I see that the answer is in C++, I am familiar with classes in C++; However unfamiliar with the way it is implemented in VB6 and it's interaction with other derived class. We have not discussed this ...
Summary: I'm making a picture viewer in vb6. I have a picture box on the form and I want the program to be able to be associated with jpg files so if I double click a jpg file it opens the program and then loa...
Summary: Private compilerPath As String, j2RE As String, javaFile As String Private Sub Command1_Click() ' Compile button On Error GoTo eh: Dim cmdLn As String, fileName As String, shRet As Double fileName ...