Re: .tmp files

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Wes Spikes (MornThdr_at_verizon.net)
Date: 05/14/04


Date: Fri, 14 May 2004 21:58:41 GMT

Ok, what you need to do is scan the source code you are using for the
GetTempFileName API (Like whomever stated), any Open statement that opens a
TMP file, search your code for the End statement (not end sub or anything
like that, just End) and are you using the VB IDE to stop the program or
something on the menubar of the application you're working with? Sorry if
anything was repeated, I'm just trying to figure it out and it's getting
quite confusing!

-Wes

"Jane" <anonymous@discussions.microsoft.com> wrote in message
news:4EE03D40-36F0-491D-B8A6-2A5DEE255F63@microsoft.com...
> Hello, I am using VB6 in Windows Professional environment. I found
whenever I run the project, there are some xxx.tmp files are created in my
local disk root directory (C:\). That annoying, I don't know how to stop it
or change it to "C:\windows\temp\", so that the system can remove it easily.
Any ideas? Thanks in advance.
> Cheers
> Jane