הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Question
Friday, March 10, 2017 4:30 PM
How to send WhatsApp Messages in VB.NET ?
All replies (14)
Friday, March 10, 2017 4:54 PM
You might be interested in reading the following articles:
Send a Text Message to a Cell Phone from a VB.NET Application
https://www.codeproject.com/Articles/15299/Send-a-Text-Message-to-a-Cell-Phone-from-a-VB-NET
Email and SMS Sending Through VB.NET for Free
https://www.codeproject.com/kb/vb/email_and_sms_.aspx
Friday, March 10, 2017 6:09 PM
i so sorry i bad in english lang
i was mean
How to send WhatsApp Messages in VB.NET ?
elmagekmosaad3535@gmail.com 01205808516
Friday, March 10, 2017 6:16 PM
Go through below link
https://whatsmate.github.io/2016-02-24-send-whatsapp-message-vb/
PS.Shakeer Hussain
Saturday, March 11, 2017 3:10 AM
thanks but this not free
i want make application free
elmagekmosaad3535@gmail.com 01205808516
Saturday, March 11, 2017 9:01 AM
thanks but this not free
i want make application free
I don't think this is available for VB.NET. If you don't mind switching to C#, then you should be able to do this as there is a NuGet package available for the WhatsApp API.
Here is a link to the WhatsApp API:
https://www.nuget.org/packages/Whatsapp.NET/
Some video tutorials on how to send WhatsApp messages using C#:
[https://www.youtube.com/watch?v=4i4G7GBSgnI
](https://www.youtube.com/watch?v=4i4G7GBSgnI)http://www.c-sharpcorner.com/UploadFile/c4d11a/sending-whatsapp-message-using-C-Sharp-code/
Saturday, March 11, 2017 8:50 PM
no proplem with #c
but this tutorials is old
and now not working
u can try it be your self
if u can do it by #c
please do any example for me
elmagekmosaad3535@gmail.com 01205808516
Sunday, March 12, 2017 8:47 AM
can any person help me
elmagekmosaad3535@gmail.com 01205808516
Sunday, March 12, 2017 11:49 PM | 1 vote
Niels,
If something is available for C# it is at the same time available for VB and vise verse.
The only problem is that sometimes code is not given direct for VB but there are converters enough which do that.
https://www.tangiblesoftwaresolutions.com/product_details/csharp-to-vb-converter.html
Success
Cor
Monday, March 13, 2017 1:33 AM
Yes, I know it so I asked to be in C Sharp I have no problem
elmagekmosaad3535@gmail.com 01205808516
Tuesday, March 14, 2017 12:22 PM
can any person help me for that !!
elmagekmosaad3535@gmail.com 01205808516
Saturday, September 9, 2017 5:12 PM
Have you found out any solution? I have got a workaround
Friday, December 22, 2017 11:12 AM
Can you post here ur workaround
Saturday, May 26, 2018 3:55 PM
Hi there,
can u please provide solution, I am too looking for it.
Regards,
Vijay
Saturday, May 26, 2018 5:10 PM
Hi there,
can u please provide solution, I am too looking for it.
Regards,
Vijay
Please avoid necro posting to old, abandoned threads (start your own new thread instead, you can link to the old thread in your new post). After a quick search it appears that the developers of WhatsApp have no intention of providing an API so there probably won't be an easy way to consume this service from a .Net application. You'll likely need to wrap and consume an interface implemented in some other language.
Reed Kimble - "When you do things right, people won't be sure you've done anything at all"