Search results for query: *

  • Users: jjm
  • Content: Threads
  • Order by date
  1. J

    Simulate a keypress on the phonecallkey of a smartphone

    Hi, I'd like to simulate a keypress on the phonecall key of a smartphone. I've found the keycode of this key which is 114. So i use keybd_event method, but there is always a "notSupportdExeption" could you please explain me why... Here is my code ...
  2. J

    Read data on a SIM card (PhoneBook)

    Hi, I'm trying to read the entries of the phoneRepertory of a smart phone (accessing datas of the SIM card) here is my code : ------------------------------------------------------------------------------------- <StructLayout(LayoutKind.Sequential)> _ Public Structure SimPhoneBookEntry...
  3. J

    Take an incomming call on a smartphone

    Hi, I'm trying to make a program in VB using SmartPhone functions. For instance, I succed to dial a call with PhoneMakeCall function : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/APISP/html/sp_phone_phonemakecall.asp I'd like to know if it's possible to take an incomming...
Back
Top