I download a program located at and being a newbie, i failed to make the code work. i mean to make my code work with yoursit... the code is given below:
Private Sub Command1_Click()
Dim myfile
Dim i As Integer
For i = 1 To 999
myfile = Dir("C:\" & i & ".bmp")
If Not myfile = i & ".bmp" Then
fSaveGuiToFile ("C:\" & i & ".bmp")
Exit For
End If
Next i
End SubI would like the user to choose the path like the one at but failed to integrate this code of mine to work with it... could you please help me out. thanx