Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
everyone
i had developed an application in c# using visual studio.In my application the front end is working on c# and back end is database .... i have maintained my database into two colums i.e first colums wid a cell phone number and second column is with the text message.i want my application to work in following manner i.e retrieve the number from database and send the the text to that number.
the problem is i want my application to work such that it select the number and text and send text to that number.... can anyone please help me in giving the directing some useful tips how to proceed. i want my database to get connected with modem
2)how modem send that message with the number retrieved from database along with database text.problem coming in sending message to number
please help me from scratch .i will be very grateful for this helpful
Posted
Updated 3-Feb-13 2:32am
v2

1 solution

follow this article please

click here[^]
 
Share this answer
 
Comments
pranavjeet 4-Feb-13 11:59am    
thank u sir,
but i am not using excel to retrieve numbers (2)i am using inbuilt database to retrieve number... can u help me regarding this how my application will work in retrieving the number from database
( i am getting problem in downloading the gsmcomm dll library from the link mentioned in your suggested article)
thanks a lot sir
can u please send me more articles
sorry but i am just started building project and this is my first
pranavjeet 11-Feb-13 11:00am    
where to include this part of co public static Int16 Comm_Port = 0;
public static Int32 Comm_BaudRate = 0;
public static Int32 Comm_TimeOut = 0;
public static GsmCommMain comm;
}de...
i had already included in namespace the gsm comm lib
Hasham Ahmad 4-Feb-13 13:08pm    
i was assuming that retrieving values from the database and changing the code given above according to your liking wont be a problem for you. Anywayz... it would be better if you start working and ask questions if something occurs :P

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900