Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Apr : How to open default browser from App and pass hidden parameter?

www.cryer.info
Managed Newsgroup Archive

How to open default browser from App and pass hidden parameter?

Subject:How to open default browser from App and pass hidden parameter?
Posted by:"John B" (brunde..@compuserve.com)
Date:Mon, 11 Apr 2005 20:28:04

Hello,
  I have a D6 application with a command that opens the default browser on
the user's system and goes to a designated web page.

    ShellExecute(Handle , 'open', 'http:\www.mysite.com\MyPage.htm', nil,
nil, SW_SHOWNORMAL);

What I want to do is pass a PUT parameter with the command so the user won't
see the code in the address bar.

Any ideas?

- John

Replies:

www.cryer.info
Managed Newsgroup Archive