Mejor azlo con un chacek box. Tendrias q introducirlo justo aki:
CLIENTE:
CLIENTE:
CitarIf Envio = True ThenAsi solo recibirias imagenes cuando este activo el check box
DataFile = DataFile & datos
If Len(DataFile) = LenFile Then
Open "C:\capture2.jpg" For Binary As #1
Put #1, , DataFile
Close #1
DataFile = ""
MsgBox "El Fichero se a Enviado Correctamente"
'Ahora lo tendrias q mostrar C:\capture2.jpg en un picture
'Una vez se a mostrado tendriamos q hacer una nueva peticion
'Para saber si hacer la peticion o no comprovariamos el estado del check box:
If Check1.Value = 1 Then 'Si esta activo
ws.sendata 'Lo q tu hallas puesto para pedir una foto
End If
Envio = False
End If
End If