Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!goblin2!goblin.stu.neva.ru!feeder.erje.net!news-1.dfn.de!news.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: R C Nesbit Newsgroups: comp.lang.basic.visual.misc Subject: Re: Visual Studio 6 on Windows7 64-bit Date: Fri, 08 Jul 2011 17:29:54 +0100 Organization: SpamTrap Lines: 43 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: individual.net ePypk5m0Ft4jC/9YO5bsvQAgIWER6aPTD2LfiMoaBaCf7vM+8j Cancel-Lock: sha1:yzO5zuggZVXnwjkBY50drQZ9tJA= X-Newsreader: Virtual Access Open Source http://www.virtual-access.org/ Xref: x330-a1.tempe.blueboxinc.net comp.lang.basic.visual.misc:318 Karl E. Peterson spoke: > > > > 1st major problem: > > > > SendKeys "{Home}+{End}" > > > > results in "Permision denied" error ???? > > That's about the worst of the breakages, language wise. Here's one > fix, and an article that describes it: Thanks. Well here's another odd one. Some of my apps interface to Sage accounts. To do this you need the appropriate SdoEng_nnn.tlb file adding to project references. The SdoEng_nnn.dll registered OK with regrsrv32, and was installed, along with the .tlb file in System32 Project Explorer for this project was looking in my old machine path, so couldn't find it. [Browse] to the correct location, and it still doesn't see it! not listed as a file at all! The only way I could fix it was to copy the .tlb file to the projects own folder, then it worked. BUT..... Every time I saved, closed, and ere-opened the project, it reverted back to MISSING and looking in the old path. I had to open the .vbp file in Notepad and edit the path manually to get it to work. -- Rob Pearson