Prev: vb.net bill application for windows mobile
Next: WinCE or Windows Mobile - Virtual Printer support
From: Peter Mairhofer on 31 Mar 2010 08:50 Hi, Am 30.03.2010 20:52, schrieb Peter Foot [MVP]: > The only way to call without the prompt is through the PhoneMakeCall > function, the URL method will always prompt. Thank you! I will do that. What is the quickest way to create a program for WM2003 without *installing* additional packages? I do not want to install a few hundret MB IDE just for this. A zip file containg SDK or a simple compiler would be also OK. Or a cross-compiler on Linux etc. (Programming itself is not the problem - I'm able to write WinAPI programs). Another option: Is there a scripting language (e.g. VB Scripting like *.vbs files) which could call the function above? Thanks again, Peter PS: ATM I have Visual Studio .NET 2003 installed? > Peter > > "Peter Mairhofer" <63832452(a)gmx.net> wrote in message > news:hota58$2h7$1(a)news.albasani.net... >> Hi, >> >> Wow, this looks nice! Because I can just create a link file, place in >> the start menue and assign a button to it -exactly what I want >> >> the one problem: the prompt. Is there a way to avoid this? Because it >> must place the call automatically as the display is not working... >> >> Best would be without programming. I can C, C++ but I want to avoid to >> install big software. on my PC. But I have installed Visual Studio. >> NET 2003 on Windows XP >> >> Peter >> >> Am 30.03.2010 09:08, schrieb Peter Foot [MVP]: >>> Another option (since you mention calling from the command line) is to >>> use ShellExecuteEx or Process.Start with a tel: url e.g. >>> >>> System.Diagnostics.Process.Start("tel:123456789", null); >>> >>> The string following tel: must be a valid phone number, the user will be >>> prompted first before dialling starts. >>> >>> Peter >>> >>> "Peter Foot [MVP]" <feedback(a)inthehand.com> wrote in message >>> news:7C02E010-9608-4518-80E4-B2E2FBEE267C(a)microsoft.com... >>>> For Windows Mobile 2003 you can call the PhoneMakeCall function. For >>>> C++ you need to use phone.h and link to phone.lib. For .NETCF you need >>>> to P/Invoke this function (On Windows Mobile 5.0 and above there is a >>>> managed library around this function - >>>> Microsoft.WindowsMobile.Telephony). Alternatively we have a product >>>> which includes this function already wrapped and other Mobile specific >>>> APIs - http://inthehand.com/content/Mobile.aspx >>>> >>>> Peter >>>> >>>> -- >>>> Peter Foot >>>> Microsoft Device Application Development MVP >>>> peterfoot.net | appamundi.com | inthehand.com >>>> APPA Mundi Ltd - software solutions for a mobile world >>>> In The Hand Ltd - .NET Components for Mobility >>>> >>>> "Peter Mairhofer" <63832452(a)gmx.net> wrote in message >>>> news:hoqe1f$5qp$1(a)news.albasani.net... >>>>> Hi, >>>>> >>>>> I want to start a call to a specific number when pressing a specific >>>>> button on a Windows Mobile 2003 device. >>>>> >>>>> What is the quickest way to achieve this? >>>>> >>>>> Best regards, >>>>> Peter >>>>> >>
First
|
Prev
|
Pages: 1 2 Prev: vb.net bill application for windows mobile Next: WinCE or Windows Mobile - Virtual Printer support |