Surjer
Registered User.
- Local time
- Today, 19:58
- Joined
- Sep 17, 2001
- Messages
- 232
Hello All,
I am trying to figure out how to start MS Paint with code and have it open a picture that is defined by a variable name..
Private Sub Text1_Change()
FNAME = "G:\SV\Survey\KUTTRUS\sagis\ms11\source\valve\"
FNAME = FNAME & Text1.Text & ".JPG"
End Sub
Private Sub Command1_Click()
'Start Paint and view fname <<---What should I do here??????
I am trying to figure out how to start MS Paint with code and have it open a picture that is defined by a variable name..
Private Sub Text1_Change()
FNAME = "G:\SV\Survey\KUTTRUS\sagis\ms11\source\valve\"
FNAME = FNAME & Text1.Text & ".JPG"
End Sub
Private Sub Command1_Click()
'Start Paint and view fname <<---What should I do here??????