marlonsaveri
Board Regular
- Joined
- Jan 28, 2011
- Messages
- 68
Hi, I have some pictures inside pages from a multipage. I want when someone click twice, the realy image opens with windows.
Code:
Dim ListOfFiles(100) as string
(...)
Private Sub MultiPage1_DblClick(ByVal Index As Long, ByVal Cancel As MSForms.ReturnBoolean)
Dim NumPag As String
NumPag = MultiPage1.value
'open file ListOfFiles(NumPage)
End Sub