thank you for making this video ! it is PERFECT ! and is EASY to follow ! lol :) thank you very much for going through all the code and all the layout design button programming step by step right from the beginning right through to the very end ! well done ! :)
I am getting an error! If I put URL on browser the message is recieving but with this code I am getting " The underlying connection was closed: An unexpected error occurred on a send."
Hi , thanks for your hard work in making this awesome tutorials, may i ask if you have any tutorials for making app for android or IOS, i want to make an app only for voice communication to be working similar to whatsapp hope you can help. thanks again
it freeze it rises an unhanded exception of type of num and message shoud it b encoded? and what is the format of th phone number to imput. plz give some assist and thank u verymuch
+Funny Videos Fail Compilation Hi, You need to register an account to play demo. Your phone number input as below format [your area code][your phone number]. Thanks
Does the same api password link will work for all systems i mean that the api link that you entered in your program will work for everyone?? please reply fast thank you
Hello Fox, i'm receiving the message with no problem but only my number, i've tried using my wife or somebody else number and it doesn't work, any clue why? Thanks in advance.
this website shows they are not allowing sign ups for Pakistan..... Is there any other website which giving Messages for free... if there any plaease tell me in the reply .. thank you
Hi , thanks for your hard work in making this awesome tutorials, may i ask if you have any tutorials for making app for android or IOS, i want to make an app only for voice communication to be working similar to whatsapp hope you can help. thanks again
thank you for making this video ! it is PERFECT ! and is EASY to follow ! lol :) thank you very much for going through all the code and all the layout design button programming step by step right from the beginning right through to the very end ! well done ! :)
Hell, I try to follow with my C# 2015 and dotnet 4.8 is not allow to use .OpenRead()
Can help? Thanks
Can this be used too send bulk messages like 10k plus at once??
ERR 108 hOW TO GET INVALID API
How I get input from user through selection list and send sms including input selected from selection list by using visual studio
I am getting an error! If I put URL on browser the message is recieving but with this code I am getting " The underlying connection was closed: An unexpected error occurred on a send."
How did you do the Webclient? thanks
using System.Net;
I think
not the website tho lol
I can't get the example string from clickatell , Can you illustrate it and which attributes i have to change??
Hi, Have you got a clickatell account? You can create an account, the you can play demo. Thanks
Hi, I have done a one ,, but can't find it ..
@@foxlearn I don't get Messaging API help me please ?
@foxlearn how to send sms and recieve in c# using adroid phone. Help
I can't access Clickatell Developers Central.Please help
Hey ! Good Greetings , I'm having an error like remote server returned 400 bad request , Hot to resolve it . Kindly Guide , Thanking You
Hi , thanks for your hard work in making this awesome tutorials,
may i ask if you have any tutorials for making app for android or IOS,
i want to make an app only for voice communication to be working similar to whatsapp
hope you can help.
thanks again
How to setup yhis for clicksend website
it freeze it rises an unhanded exception of type of num and message shoud it b encoded? and what is the format of th phone number to imput. plz give some assist and thank u verymuch
+Funny Videos Fail Compilation Hi, You need to register an account to play demo. Your phone number input as below format [your area code][your phone number]. Thanks
please help me how to find (api) in clickatell?
thank you. i made account but can't find api reference. 😢😢
same problem with mine, the clickatell UI 5 years ago and now is so different.
i get this app quite different so i cannt run app in that way shown in video wt should i do?
Great Tutorial @FoxLearn, please make a video on how to send sms through android mobile, without any api or anything else.
Thank you for your suggestion. Let me try to research
@@foxlearn i found something this ruclips.net/video/qopwd259Aas/видео.html
i made the program but it doesnt send SMS (ERROR cannot route message)?
is it must to pay to get this service
+Amr Saad Hi, You will get 5 free sms when you register. Thanks
ok
Does the same api password link will work for all systems
i mean that the api link that you entered in your program will work for everyone??
please reply fast
thank you
Hello Fox, i'm receiving the message with no problem but only my number, i've tried using my wife or somebody else number and it doesn't work, any clue why? Thanks in advance.
will it show the id if use any other except clicklatell
Yes, you should register an account, then you can play the demo. Thank you !
I sent the message more not reached on the phone I sent it take?
You will get 5 free messages when registering. Thanks
it doesnot send message it only return message OK what i m suppose to do with Api_id
Please make a video on how to send sms through usb dongle sim device in C#
+Fawad N Thank you very much for your suggestion
this website shows they are not allowing sign ups for Pakistan..... Is there any other website which giving Messages for free... if there any plaease tell me in the reply .. thank you
May be the service doesn't support your country
is this working in Philippines?
Is this available for sending messages in the philippines?
Yes. i think so
i cant get the api
i want to receive sms and print it on a windows form, is that possible?
I think you need to a device, you can't receive sms via the service
@@foxlearn thats lousy..... Any suggestions of who offers receive/send both?
Hi, Can not send persian and arabic text .
Hi. May i ask if this is still available now? Thankyou.
Yes
Thank you!! its working! :D
+Med Rezzouki Thank you ^_^
Is it for free?
Its free to send sms??
pleas help me , when I try it give me this error
ERROR 301,No Credit Left
Hi, You only have 5 free sms messages when sign up
i thought fox learn will b clear but too your sms video is too blur!
Even cdma can send
Did not send text message.
How to send a lot of messages in one clic
can i send as many message i want to send??
I think you should buy a sms service, You will get 5 free sms when signup
Fox Learn what if i use my broadband stick?
ERR: 108, invalid or missing api_id
Please create an account from the website, then check your code again. Thank you
how do you recieve messages back?
I think you need a device allows you to read sms message
aunthentication fail 001 error how to resolve
+muhammadharis zahoor Hi, Please check you code again, remember enter your area code and register an account, thanks
Fox learn help me, i already register an account for clickatell. Where i can find the set up a new API
Please login to the clickatell, then you can find the api
please send the link of this site
also the string which you copy i can't find it .
pleas help me , when I debuggin: ERROR 429
Hi, Can you describe more details your error? Thank you
When I click on the button, the error window will appear: "429 To many Requeest"
This my code: namespace SMS_message_to_telephone
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btnSendMessage_Click(object sender, EventArgs e)
{
try
{
WebClient wc = new WebClient();
Stream s = wc.OpenRead(string.Format("api.clikatell.com/http/sendmsg?user=mr201218@mail.ru&password=[PASSWORD]&api_id=[API_ID]&to={0}&text={1}", txtPhone.Text, txtMessage.Text));
StreamReader sr = new StreamReader(s);
string result = sr.ReadToEnd();
MessageBox.Show(result, "Хабар", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
catch (Exception ex)
{
MessageBox.Show(ex.Message, "Xabar", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
}
}
Hi, You can register another number, then try to play demo again. i think more requests sms, the service has stopped your phone number
thanks. I have other questions. You can give me your e-mail that I sent to you my questions?
hi ! please can i have this code.
Yes. What's your email? thank you
am getting error of remote control
ruclips.net/video/5BWolZ92ciI/видео.html
This only works when you activate your API and get billed
That's right
To receive sms?
I think you need to a device, you can't receive sms via the service
Will it really works
PLEASE send me api in clickatell
ERR: 001, Authentication failed
Have you created an account? Thank you !
ruclips.net/video/5BWolZ92ciI/видео.html
INVALID DESTINAION ADDRESS :( WHAT I DO
+muhammadharis zahoor Hi, You need to register an account to play, thanks
ruclips.net/video/5BWolZ92ciI/видео.html
This is a number in Việt Nam :))
PLZ ANYONE SEND API STRING
IS THAT SITE FOR SMS API IS PAID , I HAVE SIGN UP , NOW ITS ASKING FOR PAYMENT
plz give the source code
with source code
codecanyon.net/item/sms-sending-receiving-via-modem/29530614
plzz send me the source code plzzzz
Are you Vietnamese?
+Dinh Quang Luong Yep
Is the channel yours? or a team?
- just curious ;)
pls send me source code?
But I use this. I got error ERR: 001, Authentication failed
Sent. Please check your email. thanks
Sir I unable to send sms with visual studio kindly help share your email that I able to contact you for help
Can this be used too send bulk messages like 10k plus at once??
Hi , thanks for your hard work in making this awesome tutorials,
may i ask if you have any tutorials for making app for android or IOS,
i want to make an app only for voice communication to be working similar to whatsapp
hope you can help.
thanks again
Hi, You can use web api to make your app ! thanks
Could you send me the source code mahmoudmarwa
251@gmail.com
Kindly share source code
Plz send source code
pls send me source code?
ruclips.net/video/5BWolZ92ciI/видео.html
pls send me source code?