got this option to select a pic from the hdd but when cancelling that process the already selected pic gets removed and I end up having to search for that one again...here's the code...
Private Sub Browse_Click()
Me.ImagePath = LaunchCD(Me)
Me.Games.Enabled = True
Me.ConsoleName.Enabled = True
Me.Copy.Enabled = True
Me.Condition.Enabled = True
Me.PricePaid.Enabled = True
Me.Remarks.Enabled = True
Me.Refresh
End Sub
I thought I needed to do an "If Dirty then Undo" but that doesnt work...it disables the button...any help is appreciated. Thanks.