Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

VB.NET SENDING SMS - mULTIPLE RECIPIENT

aiako0013

Recruit
Basic Member
Messages
6
Reaction score
0
Points
16
:think::hi: HELLO PO.. PAtulong naman po sa pagse-send ng SMS gamit ang USB MOdem..

gamit po ang VB.NET at MySql...tpos sa MULTIPLE RECIPIENT with One Click ng Button,,


Thanks po MGA MASTER :):thanks:
 
. pwde po ba sample??? di po kasi ako familiar sa looping..:pray::pray:

thank you po.. :):);)
 
parang ganito. pwede rin na hindi ganito gawin mo pero idea lang yan

For value As Integer = 0 To 5' bilangin mo kung ilan yong recipient mo
'call mo ung pag send ng sms mo
'bawat pag pasok sa loop ichange mo yong recipient number mo
Next
 
Last edited:
penge po ng working code sa SMS using globe tattoo dongle.. :pray:
 
Sir mrami po s net sending SMS using GSM Modem, take time to research lang po. thesis q gnyan mutiple sending ang Algorithm n gamit q ahy gn2 eeh :D

int recipients = (kung ilan ccndan m)

for(int i=1;i<=recipients;i++)
{
sendSMS([ContactNumber],[Message]);
}

ung sendSMS po ung ung function s pagsend :D
sna mkatulong :D research m nlang po pra maz mdali m maunwaan :D
 
Last edited:
HEllo guys i need help.. paano mag send ng group message in one button? can i have a sample code ? :)
 
How about po pag send SMS to multiple recipient galing sa Database like MS Access? Sample code po kahit simple lang. or website na alam nyo. Need lang po kasi sa Thesis Namin.
 
Back
Top Bottom