OK Andy and dilettante
I havea a program with 1 Form and the following code:
Option Explicit
Dim DD As Integer, Pict As String, fnum As Integer
Private Sub Command1_Click() 'End
Unload Form1
End
End Sub
Private Sub Dir1_Change()
File1.Path = Dir1.Path
File1.Visible = True
End...
Thank you strongm and dilitante,
last night I hit on a way that I think can make this work. Using a DriveListBox and Directorylistbox, I can access and open the Photo folder.
I'll work on it.
Andy
Thanks for your responses to a guy whose had little experiance in this area of VB6. I appreciate it.
Let me describe my problem from skratch. I'm writing a program for a Sunday School class.
The program will have a write up form to enter details of each member. Along with this I would like...
Andy
I'm having quite a "fun" time with this!
I have a form with your suggested coding except that I have an array of image boxes to recieve the pictures.
DD in an integer to use with a For Next operation to access the "Select Picture File" pictures.
But How? Can this work at all?
With...
Andy
Thanks a lot.
Your sggested program works fine, but, it opens to a file of picture names for the user to pick. Why can't it open the Photo file and show all the thumbnail photos that can be picked?
Dilitante
I signed up as a technical user. Is that not an aceptible catagory?
Though I'm not...
Thank you Dilettante for your advice.
Actualy, my problem is that I can't seem tp get my teeth on the Photo foulder accessing method.
Suppose I make a new text program, call it Phottest. It will contain one form with a picture and/or image control on it and a Command button.
The program wiil...
Thank you for your responce.
The assigned picture will be associated with a person on a list.
By "permenently" I meant that the assigned picture will be shown whenever the person on the list is clicked.
A command button will save the assignments and other changes to a file.
I can take care of...
I have a VB6 tst program that consists of a form with an image box on it.
The Load sub has :
fnum as free file()
Open App. Path & "\Photos" for input as fnum
etc
Photos is a picture folder that would be accesable by App.Path method, I thought.
But I get a File not found message
What am I doing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.