Click to See Complete Forum and Search --> : sending ringtone


xxsoulxx
February 2nd, 2006, 11:42 PM
hi there , how do i send a ringtone to a handphone .. i already have a sms server ... i am not so sure as to pass in the specific variables ...
i know hp number is important .. and the other should be the song file ..

i have set the song in my db to the location of the file ... say c:\temp\a.mp3 its a string , if i just pass the string over the user wont receive the tone ... so how to i send it over ..


Dim ac As String
Dim amt As String

hp = TextBox1.Text
songpath = TextBox2.Text

bl.sendsms(hp , songpath )