Re: Adding Configuration Files to resources



On Apr 25, 7:36 pm, "Karl E. Peterson" <k...@xxxxxxxx> wrote:
billy...@xxxxxxxxxx wrote:
How does I add the 'configuration files' to the application's
resources in VB6?

What sort of configuration file?


In the Microsoft 'certified for vista test cases' there is a test (#1
for example, but there are others...) that states:

For each of the application's executables above:
a. Open CFF Explorer1.
b. Browse to and open the executable.
c. In the tree menu on the left look for and highlight Resource
Viewer.
d. Look for and expand Configuration Files tree.
e. Click on the resource 1 (This will be the most common, but may vary
based on language).
f. Embedded manifest execution level will have this format:

<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>


Step D asks for the Configuration Files tree, which my VB application
doesn't seem to have. (Hence, no resource 1 under it either!)

---

Thanks,

Billy...

.



Relevant Pages

  • Re: Where should I put my configuration file?
    ... the configuration file cannot be found. ... How about image files which I place under a folder called "images"? ... Should I simply put the folder under the application root, ... try using them as external resources. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Servlet reading config file from ?? path
    ... > I have a web application that needs to read an xml configuration file. ... > can I specify this without knowing the path of the web application? ... In this directory you should put classes and resources ...
    (comp.lang.java)
  • Re: Adding Configuration Files to resources
    ... resources in VB6? ... What sort of configuration file? ... Sorry, but "didn't work" should be words no programmer ever utters to another, ...
    (microsoft.public.vb.general.discussion)