Results 1 to 3 of 3

Thread: Send a Vibrate command to my PDA within my C# .NET application

  1. #1
    Join Date
    Apr 2009
    Posts
    97

    Send a Vibrate command to my PDA within my C# .NET application

    I would like to know that how do i send send a Vibrate command to my PDA within my C# .NET application. Can any body tell me that how can i do so? Does any body knows about it? Kindly provide me the correct logical solution for the above issue.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Send a Vibrate command to my PDA within my C# .NET application

    I think you can use the following code for doing so:-

    OpenNETCF.WindowsCE.Notification.Led vib = new OpenNETCF.WindowsCE.Notification.Led();

    //---start vibration---

    vib.SetLedStatus(1, OpenNETCF.WindowsCE.Notification.Led.LedState.On);

    System.Threading.Thread.Sleep(2000);

    //---stop vibration---

    vib.SetLedStatus(1, OpenNETCF.WindowsCE.Notification.Led.LedState.Off);
    Hope so it may help you out.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Send a Vibrate command to my PDA within my C# .NET application

    According to me the best way to analyze your issue is to enable in log mode. To do so you can create a DWORD value in the registry under HKLM\Software\Microsoft\Today\Items named LogMode with a value of 1
    This will create a \PhWeaver.log file that will show us the background of PhoneWeaver.

    Then, you can configure SMS or any other notification in the Sounds Tab of each profile, simply change the Type combobox (ring by default) to the notification that you want to change.

Similar Threads

  1. Net Send Computer Message Command
    By bjude in forum Windows XP Support
    Replies: 1
    Last Post: 18-03-2013, 05:16 PM
  2. How to use Net Send command to Send Message
    By superway in forum Windows Software
    Replies: 1
    Last Post: 15-12-2010, 03:35 PM
  3. JButton to send command to Java console
    By Fox28 in forum Software Development
    Replies: 6
    Last Post: 21-07-2010, 10:03 AM
  4. Net Send command in Windows Vista
    By Demetrius in forum Windows Software
    Replies: 4
    Last Post: 27-07-2009, 02:01 PM
  5. Is Net Send command removed from Windows Vista
    By Chitesh in forum Windows Vista Network
    Replies: 2
    Last Post: 23-04-2008, 04:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,662,132.60643 seconds with 17 queries