| Author |
OCX file information
|
|
| Bryan Dickerson 2004-09-24, 3:55 pm |
| Anyone know how to read and OCX File's information, like the nice
description that VB allows you to put in on the Project Properties page?
Thanx!
Bryan
| |
| Andrew Faust 2004-09-25, 3:55 pm |
| "Bryan Dickerson" <txprphan@netscape.net> wrote in message
news:uf4chRmoEHA.896@TK2MSFTNGP12.phx.gbl...
> Anyone know how to read and OCX File's information, like the
> nice
> description that VB allows you to put in on the Project
> Properties page?
>
> Thanx!
> Bryan
In Windows Explorer, Right-Click on the OCX. Select Properites,
and then the Version Tab.
Andrew Faust
| |
| Bryan Dickerson 2004-09-27, 3:55 pm |
| Since this is a programming NG, I was looking for code to put in my own
program to accomplish that.
"Andrew Faust" <afaust@aradymeDOTcom> wrote in message
news:OA2jcezoEHA.3520@TK2MSFTNGP11.phx.gbl...
> "Bryan Dickerson" <txprphan@netscape.net> wrote in message
> news:uf4chRmoEHA.896@TK2MSFTNGP12.phx.gbl...
>
> In Windows Explorer, Right-Click on the OCX. Select Properites,
> and then the Version Tab.
>
> Andrew Faust
>
>
| |
| Björn Holmgren 2004-09-28, 8:55 am |
| "Bryan Dickerson" <txprphan@netscape.net> wrote in message
news:uf4chRmoEHA.896@TK2MSFTNGP12.phx.gbl...
> Anyone know how to read and OCX File's information, like the nice
> description that VB allows you to put in on the Project Properties page?
>
See the FileInfo sample at:
http://www.mvps.org/vb/index2.html?samples.htm
--
Björn Holmgren
| |
| Bryan Dickerson 2004-09-28, 3:55 pm |
| This is exactly what I was looking for. Thanks!
"Björn Holmgren" <bjohol@hotmail.com> wrote in message
news:3Ib6d.2134$1p.1752@nntpserver.swip.net...
> "Bryan Dickerson" <txprphan@netscape.net> wrote in message
> news:uf4chRmoEHA.896@TK2MSFTNGP12.phx.gbl...
>
> See the FileInfo sample at:
> http://www.mvps.org/vb/index2.html?samples.htm
>
> --
> Björn Holmgren
>
>
>
|
|
|
|