Results 1 to 3 of 3

Thread: mailto - What if?

  1. #1

    Thread Starter
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    mailto - What if?

    I am using mailto to start the users default mail program, and all was well, until I tested it on my wifes PC (Windows 7). The program blew up on the process start. I have since try-caught it.

    So my question is; Is there a way to start something besides Outlook as he email program, or even know what the user uses as email? Maybe I shouldn't try to automate this, just give the To:, Subj: and leave it up to them?
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: mailto - What if?

    The email clients are stored under HKEY_LOCAL_MACHINE\Software\Clients\Mail (at least on XP - don't know about Windows 7)

    I have a piece of VB6 code that returns the default email, I'll rewrite it and test it for VB.NET

  3. #3

    Thread Starter
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: mailto - What if?

    What I am finding, at least with another problem, is that maybe Windows 7 is different. I have XP and found a solution to the slow startup of the default browser. But it only works on my XP machine.

    I will try any thing you post. And thanks.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width