ParadigmShifter
Random Nonsense Generator
I dunno, like I said I don't use it. Try PMing Bathsheba666 if ruff isn't about.
EDIT: Have you got a D: drive as well?
EDIT: Have you got a D: drive as well?

umm - do you have that in vb? I'll dig out the function that I am using to get the program location and post that if it helps. Vista actually intercepted my calls to the program location and returned the virtual location - it was confusing the heck out of me looking for that data file that it says it was creating and reading(!) ... I just couldn't see it in the folder (this was before I knew about the virtual location).There's a function called SHGetFolderPath which should give you the correct folder to use.
EDIT: Looks like they changed it http://msdn.microsoft.com/en-us/library/bb762188(v=VS.85).aspx
EDIT2: Vista and Win7 only let apps save data to the user application data folder IIRC.
The (almost) first thing that the program does is create a xml based ini file in the program location. That file is called 'Civ4PBEMEmailer_Init.xml'. I would guess that Win7 is blocking the program from creating that file. Try manually creating the file (see file name above) and put in it, the following:Derrrr
I can only see an exe and 3 icons? where should I be looking for xml?
<?xml version="1.0"?>
<ROOT>
<DataPath v="5" />
<UserDefined v="-" />
</ROOT>
Dim lPath As String
lPath = System.AppDomain.CurrentDomain.BaseDirectory()
Differences between the Windows versions
XP/Server 2003
ApplicationData: C:\Documents and Settings\<user name>\Application Data
CommonApplicationData: C:\Documents and Settings\All Users\Application Data
CommonProgramFiles: C:\Program Files\Common Files
DesktopDirectory: C:\Documents and Settings\<user name>\Desktop
LocalApplicationData: C:\Documents and Settings\<user name>\Local Settings\Application Data
MyDocuments: C:\Documents and Settings\<user name>\My Documents
ProgramFiles: C:\Program Files
System: C:\WINDOWS\system32
Vista/Win7/Server 2008
ApplicationData: C:\Users\<user name>\AppData\Roaming
CommonApplicationData: C:\ProgramData
ProgramFiles: C:\Program Files
CommonProgramFiles: C:\Program Files\Common Files
DesktopDirectory: C:\Users\<user name>\Desktop
LocalApplicationData: C:\Users\<user name>\AppData\Local
MyDocuments: C:\Users\<user name>\Documents
System: C:\WINDOWS\system32
Using the registry is probably better than using config files, especially for something as simple as your XML document. Use an XML document if you want a lot of data or structured data. But you can just serialize stuff anyway with .NET and if you don't have the data (first run/want to modify) just bring up a dialog then serialize the data.
Your account's SMTP server is smtp.live.com (port 25.) Just in case you need your account's entire POP3 settings, here they are:
- POP3 Server: pop3.live.com (port 995)
Note: Please make sure to check the box that indicates that your outgoing server requires authentication (in most e-mail clients, this is not checked by default).
- Username: your full e-mail address
- Password: your Windows Live ID password
Our POP3 service requires that you use Secure Sockets Layer (SSL) with the POP and SMTP connection and use SMTP authentication. This is to ensure that your e-mail address and password are not subject to tampering.
While for your IP address, you have to contact your ISP (Internet Service Provider) for this information.
I was wondering if it would work on other email providers. I am going to link to your two posts re Win7 and Hotmail.It worked on hotmail
I have Win7 and the latest version of this is behaving fine. See the first post for the latest version and the change log.What's the goss on Win 7... ?