Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Code Samples & Tips > Additional Libraries
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Additional Libraries Users contributed libraries.
This sub-forum is only available to licensed users.


PhoneLib


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-01-2007, 09:32 PM
Junior Member
 
Join Date: Apr 2007
Location: Germany
Posts: 34
Default PhoneLib

My PhoneLib from the old forum ... can be used with PPC-smartphones to initiate phone calls and retrieve the call log. Only CF 1.0 required. Online help is included in the zip file. I added a new function to check the phone capability of the PDA.

Best wishes,
Stefan

Code:
Sub Globals
End Sub
 
Sub App_Start
 
    ' add and initialize a phone object
    AddObject("ph1", "Phone")
    ph1.New1
 
    ' query phonelib version
    MsgBox(ph1.PhoneLibVersion,"PhoneLib version")
 
    ' check phone capability
    MsgBox(ph1.PhoneAvailable,"Phone available")
 
    ' query number of call log entries
    x = ph1.NumCallLogEntries
    MsgBox(x, "Number of CallLogEntries")
 
    ' retrieve all call log entries
    if x > 0 then
        for y = 1 to x
            MsgBox(ph1.GetCallLogEntry(y),"CallLogEntry #" & y)
        next 
    end if        
 
    ' initiate a phone call
    if ph1.MakeCall("12345", "test", true) = false then Msgbox("Error", "MakeCall")
 
End Sub
Attached Files
File Type: zip PhoneLib.zip (12.5 KB, 269 views)
__________________
iPAQ 6515, MDA compact
Reply With Quote
  #2 (permalink)  
Old 05-03-2007, 05:02 AM
GeoTrail's Avatar
Junior Member
 
Join Date: Apr 2007
Location: Bergen, Norway
Posts: 39
Smile

Looks very interesting
Reply With Quote
  #3 (permalink)  
Old 05-03-2007, 07:47 PM
Newbie
 
Join Date: Apr 2007
Location: Las Palmas GC- Canarias
Posts: 2
Default

It' VERY interesting. When will it send SMS?
Reply With Quote
  #4 (permalink)  
Old 07-20-2007, 10:53 AM
giannimaione's Avatar
Senior Member
 
Join Date: Apr 2007
Location: Naples, Italy
Posts: 116
Send a message via Skype™ to giannimaione
Default Phone lib and SMS

Hi Stefan,
very good!!!

Now, please, add function for send SMS
dank

Gianni
Reply With Quote
  #5 (permalink)  
Old 07-20-2007, 11:02 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 2,651
Default

The new outlook library supports SMS messages.
See this post: New Outlook library
Reply With Quote
  #6 (permalink)  
Old 07-20-2007, 11:53 AM
giannimaione's Avatar
Senior Member
 
Join Date: Apr 2007
Location: Naples, Italy
Posts: 116
Send a message via Skype™ to giannimaione
Default

Hi Erel,

I am work hard, and here (Italy) is very warmth...
i am tired and waiting for holiday

Yes, outlook lib supports SMS. i forget and distract....

Gianni
Reply With Quote
  #7 (permalink)  
Old 07-20-2007, 12:10 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 2,651
Default

No problem.
BTW, the SMSMessage is available only in the beta version.
Please tell us if you encountered any problems with it.
Reply With Quote
  #8 (permalink)  
Old 09-19-2007, 06:19 AM
Junior Member
 
Join Date: Sep 2007
Posts: 16
Default Incoming Call flag in Phonelib.dll

Is the "Incoming Call flag" available in the Phonelib.dll?
If yes, how to use it?

If not, where to get it?
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
phoneLIb slowtime Questions & Help Needed 2 11-07-2007 09:20 PM


All times are GMT. The time now is 05:54 PM.


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0