Wednesday 28 October 2015

Demo Code( Send Video in Whatsapp using C#)


https://drive.google.com/file/d/0B3Ios8rotFsYSVBBaHVMRFJDdWc/view?usp=sharing

12 comments:

  1. hello bhavdip
    is there any solution to block no using whatsappapi
    i am trying but its not working

    ReplyDelete
  2. First.Instance.SendPresenceSubscriptionRequest(textBox1.Text);

    Thread.Sleep(10000);

    Please Refer Code of Demo Code( Send Video in Whatsapp using C#)

    ReplyDelete
    Replies
    1. Hi,I am still facing the same issue after trying your code also.although complete solution.
      i am using the no which is not registered with any whats app account.Please Help urgent
      Thanx

      Delete
  3. Dear Bhavdip,
    I have implemented this code and its working fine...Thanks for your kind suppor..
    i have some questions please help me out:
    1-how to increase life of the whatsapp instance for long time like 5 hours..
    2-how to check specific number is using whatsapp or not before sending message
    3-how to send image with caption(normally am able to send image but i need with caption)
    4-when i send message the recipient, gets sender mobile number....but i want to send my name instead of mobile number....

    Please help me out..here..
    Thanks,
    Regards,
    Mohammed Ismail


    ReplyDelete
  4. hi bhavdip,
    acually SendPresenceSubscriptionRequest not running well in my code give me any other solution regarding no blocking with code

    ReplyDelete
  5. 1) you have send MSG continue 10 sec to other number( By default idle Timeout Time 2 min )

    2)Send Message Method Are Return Response ,Please Check It.

    ReplyDelete
  6. hi friend i used this code in web based but Invoke method not suported plz tell how am going to

    ReplyDelete
  7. Replies
    1. Any kind of problem regarding to SQL server and .Net please contact me i can help you.

      Delete
  8. Giving login faild not authorised any one facing same issue

    ReplyDelete
  9. Hi, i am getting an error during wa.login() and that is Auth Response Error , and The connection is being disconnected due to the error.
    Help me.

    ReplyDelete

SqlDataBaseLibrary

using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using AOS.Repository.Infrastructure; using S...