Yeah, I see you stalking my old blog. IP logging is a beautiful thing. Do
I need to get a restraining order? I'm willing to be if we were face to
face, you're piss poor attitude would suddenly change, since you are a
bloody coward.
| Hi Jack,
|
| VB6 added some good stuff like returning arrays from functions and some
| handy string functions. I've never noticed any performance issues with it.
|
| Oh and ignore Casey (aka Kevin). He gets all worked up if people use
Visual
| Studio. Seems my answering your question has got him blowing yet another
| gasket <g>
|
|
| | > In fact I am not using vbasic6, I've found it overblown and slow.
| > I am using vbasic 5.
| > Jack
| >
| > | >> He's not using .NET you @ss. Even you should have known that about
this
| >> guy
| >> having posted VB6 so often in the past. Stop being a .NET troll. His
| >> best
| >> bet would be ResourceHacker.
| >>
| >> Stop bringing any version of .NET into this group, bitch.
| >>
| >> | >> |
| >> | | >> | >>
| >> | >> From the developer perspective it means that regedit has the UAC
| >> | >> permission request set to "highestAvailable", e.g:
| >> | >> <requestedExecutionLevel level="highestAvailable"
uiAccess="false"
| >> />
| >> | >>
| >> | >> And a quick look inside regedit's manifest shows exactly that
| >> | >> Does that make it "developer" enough for ya ?
| >> | >>
| >> | >
| >> | > How do you check regedit's manifest, Bill?
| >> | > Thanks,
| >> | > Jack
| >> |
| >> | I just open the exe in Visual Studio and read the RT_MANIFEST.
Visual
| >> | Studio by default opens the resources of an exe.
| >> | There's other tools out there that do the same, or you could use win
| >> API.
| >> | This is regedit's embedded manifest:
| >> |
| >> | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
| >> | <!-- Copyright (c) Microsoft Corporation -->
| >> | <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
| >> manifestVersion="1.0">
| >> | <assemblyIdentity
| >> | processorArchitecture="x86"
| >> | version="1.0.0.0"
| >> | name="Microsoft.Windows.Regedit" type="win32" />
| >> | <description>Registry Editor</description>
| >> | <dependency>
| >> | <dependentAssembly>
| >> | <assemblyIdentity
| >> | type="win32"
| >> | name="Microsoft.Windows.Common-Controls"
| >> | version="6.0.0.0"
| >> | publicKeyToken="6595b64144ccf1df"
| >> | processorArchitecture="x86"
| >> | />
| >> | </dependentAssembly>
| >> | </dependency>
| >> | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
| >> | <security>
| >> | <requestedPrivileges>
| >> | <requestedExecutionLevel
| >> | level="highestAvailable"
| >> | uiAccess="false"
| >> | />
| >> | </requestedPrivileges>
| >> | </security>
| >> | </trustInfo>
| >> | </assembly>
| >> |
| >>
| >>
| >
| >
|