Hello Group

Does anyone know how to dial phone numbers from Delphi? I am able to launch
the phone dialer but I want the given numbered to be dialed automatically as
soon as the phone dialer is launched like it is done in MS outlook.

I'm doing the following to launch the dialer, I tried to pass the phone
number as a parameter to the dialer application but it did not work

procedure TForm1.DialPhoneNumber(const aNumber: string);
begin
  ShellExecute(Application.Handle,'open','dialer.exe',nil,nil,SW_NORMAL);
end;



Does it differ from windows version to another or all phone dialers are
called dialer?

Thanks in advance


[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to