Surjer
Registered User.
- Local time
- Today, 12:38
- Joined
- Sep 17, 2001
- Messages
- 232
Hello All, I just posted this under tables on accident - I then realized that this was not a tables question so Sorry about the double post!
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??????
__________________
Jerry
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??????
__________________
Jerry