Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dues

  1. Dues

    Opening Photo folders in VB6

    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...
  2. Dues

    Opening Photo folders in VB6

    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.
  3. Dues

    Opening Photo folders in VB6

    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...
  4. Dues

    Opening Photo folders in VB6

    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...
  5. Dues

    Opening Photo folders in VB6

    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...
  6. Dues

    Opening Photo folders in VB6

    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...
  7. Dues

    Opening Photo folders in VB6

    What photo container can I use that can be accessed by a the program ?
  8. Dues

    Opening Photo folders in VB6

    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...
  9. Dues

    Opening Photo folders in VB6

    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...

Part and Inventory Search

Back
Top