Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Aug : ShellExecute WinMail on Vista

www.cryer.info
Managed Newsgroup Archive

ShellExecute WinMail on Vista

Subject:ShellExecute WinMail on Vista
Posted by:"Bill Miller" (w2m..@hicomponents00.com)
Date:Fri, 17 Aug 2007 14:35:31

Is it possible to open WinMail in Vista with ShellExecute and have the
Server selected and even possibly the community?

ShellExecute( Handle, 'open', 'WinMail.exe',  PChar( Server ), nil,
SW_SHOW); Run WinMail and select the newgroup server

or

ShellExecute( Handle, 'open', 'WinMail.exe',  PChar( Server + Community ),
nil, SW_SHOW); Run WinMail and select the newsgroup and community

I can get WinMail to run but no luck with parameters.  Any ideas?
ShellExecute( Handle, 'open', 'WinMail.exe', nil,  nil, SW_SHOW); - Runs
WinMail

Thanks

Bill

Replies:

www.cryer.info
Managed Newsgroup Archive