I need to make the following (very common I think) thing: an edit box for the e-mail address and a button "create new mail" using entered address. The existing implementation of this function does not suit me because it's not working without properly setup e-mail client :( . The implementation is call to ShellExecute function with URL like "mailto:a@a.com..." I've examined winzip using regmon (by sysinternals, Mark Russinovich & Bryce Cogswell). It opens key HKLM\Software\Clients\Mail, takes default client name, opens its key right here and uses the specified dll :eek: Then "create new mail" window of the e-mail client opens. May be there's some one else knows how to do that??? konst
K
Konstantin S Diguine
@Konstantin S Diguine