No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Hello guyz...i need your advices for which method to use for sending SMS using .NET. DO I USE THE SMPP (to access to the sever)? or I USE THE WEB SERVICE PROVIDERS??? Thanks... and for all the folks who want a piece of code... Here's what ive done so far … | |
Re: Hello everyone. I am new to VB.NET and ive been assinged an SMS send/receive (PC to mobile) applcation...I would be very grateful if anyone can help/tutor/send sample code for help. Thanks guyz, ROD (developer at MEA) <snipped> | |
Re: Hello guyz....Can please any junior/senior poster guide me through the code of decrementing a counter on each keypress event? Im doing this for my SMS application (originally set to 160 characters remaining). Thanks. (assaf.rawad@gmail.com) | |
Re: Hi guyz...here is a sample code to send SMS (to the world)...please (any junior/senior) poster update me with you feedbacks... private void Send_Click(object sender, System.EventArgs e) { try { SmsTest.com.webservicex.www.SendSMSWorld smsWorld = new SmsTest.com.webservicex.www.SendSMSWorld(); smsWorld.sendSMS(txtEmailId.Text.Trim(), txtCountryCode.Text.Trim(), txtMobileNo.Text.Trim(), txtMessage.Text); lblMessage.Visible = true; lblMessage.Text="Message Send Succesfully"; } catch(Exception ex) { lblMessage.Visible = … |
The End.