Re: Display file properties from VB?
- From: "Steve Easton" <admin@xxxxxxxxxxxxx>
- Date: Thu, 18 Jan 2007 15:02:28 -0500
The following will open the properties dialog for your application.
Change the path and file name to suit
App.Path is the location of your exe
Private Sub About_Click()
Dim MyPath as String
'this opens the windows file properties dialog
MyPath = App.Path
MyPath = MyPath & "\myfile.exe"
Call ShowProperties(MyPath)
End Sub
--
Steve Easton
"PeterD" <peter2@xxxxxxxxxx> wrote in message news:g9fvq2lpb7u7g6fo5n8esf8521i68v5djb@xxxxxxxxxx
I'd like to display the properties of a file. A dialog just like in
Windows Explorer would be ideal, I hate to write any more code than
necessary! <g>
Any suggestions?
.
- Follow-Ups:
- Re: Display file properties from VB?
- From: Dave O.
- Re: Display file properties from VB?
- From: Steve Easton
- Re: Display file properties from VB?
- References:
- Display file properties from VB?
- From: PeterD
- Display file properties from VB?
- Prev by Date: Re: should left-click decrease, right-click increase a number/CUA/SAA?
- Next by Date: Re: ADOrs "Invalid Use of Null"
- Previous by thread: Display file properties from VB?
- Next by thread: Re: Display file properties from VB?
- Index(es):
Relevant Pages
|