Forum: VB.NET Oct 2nd, 2009 |
| Replies: 4 Views: 373 Dim conn As New OleDb.OleDbConnection
conn.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Documents and Settings\1B09158\My Documents\User.mdb"
conn.Open()
... |
Forum: VB.NET Oct 2nd, 2009 |
| Replies: 4 Views: 373 Hi,
But the problem is I am doing the behind code. Could you help me?
Thanks
Regards
LiL_Is |
Forum: VB.NET Oct 1st, 2009 |
| Replies: 4 Views: 373 Hi all,
I am doing a simple application which is to create a register form which I am not quite sure. To stored the data, I am using the MS Access. Hope that anyone could help me.
Thanks
... |
Forum: VB.NET Sep 29th, 2009 |
| Replies: 1 Views: 203 Hi all,
I am doing a project on abstract the numbers that i get from the datagridview to append it on the other textbox. Ok I elaborate more. I have 2 form which is form1 and form2. For the form1,... |
Forum: VB.NET Sep 29th, 2009 |
| Replies: 1 Views: 317 Hi all,
I am doing an application where I want to display the numbers in the textbox which the numbers is separated with a comma. could anyone help me? After getting the numbers from the... |
Forum: VB.NET Sep 28th, 2009 |
| Replies: 4 Views: 405 Hi all,
I have a program that need to insert the data to the database. In the form, I have 5 textbox control which required the user to insert the data in the database. To create this, I am using... |
Forum: VB.NET Sep 3rd, 2009 |
| Replies: 1 Views: 325 Hi all,
I am doing a project on the CRM application which sending and receiving sms using the vb.net language. I am no where to conclusions of my project because I could not build the application.... |
Forum: PHP Sep 3rd, 2009 |
| Replies: 4 Views: 2,241 Hi all,
I am doing an CRM application which is sending and receiving of sms in the vb.net language but the problem is that I am sort of a no where conclusions where I could not build an... |
Forum: VB.NET Sep 2nd, 2009 |
| Replies: 0 Views: 152 Hi all,
I am doing a project of CRM application which does sending and receiving sms/email. I am doing this using the visual studios 2005 ans SQL Server Database to store the send or received... |
Forum: VB.NET Aug 31st, 2009 |
| Replies: 2 Views: 404 Hi adaptapost,
As what you recommend, the program that you suggest is only a trial as i am doing this for my project. As what I know is that, it does not uses the AT command. It is some sort like... |
Forum: VB.NET Aug 31st, 2009 |
| Replies: 2 Views: 404 Hi all,
I am doing a project on creating send and receive sms application just like a software named Mozat M2U. I just want to know what are the different ways of sending and receiving sms. When I... |
Forum: VB.NET Aug 5th, 2009 |
| Replies: 0 Views: 232 Hi all,
I have a problem on sending the sms. The message can be sent but the receiver did not receive the full message that is being sent. For example, if i sent the message "helooo", the receiver... |
Forum: VB.NET Jul 28th, 2009 |
| Replies: 5 Views: 444 Hi terne44,
Regarding about Private ReadThread As Thread, i forgot to delete it.
Yes i understand that the SMS length that is required must not exceed to 160 ASCII character but the problem is... |
Forum: VB.NET Jul 28th, 2009 |
| Replies: 5 Views: 444 Hi all,
I know a little bit of thread but the problem is that I did not know how to implement it to my code. I have this code that send sms but when the sms is send, it sent successfully but the... |