|
-
May 14th, 2001, 11:14 AM
#1
VB project settings
hi,
Does anyone know how to programmatically read the project settings of a VB 6 Dll. eg: Retained in memory, unattended execution etc
-
May 14th, 2001, 03:44 PM
#2
Re: VB project settings
Do you mean read the .vbp file or get this from the compiled .dll file? if it's from the .vbp file - then just use your favorite method for reading text files and loop through the file. if it's from the DLL file - then i'm not sure there is a way.
John
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|