User Profile
Collapse
-
Thank you very much! It is working. Now, another problem is - am I able to make the previous lines invisible? That means I should only display only one label at a time. Thanks again. Really appreciate your help. -
I've made it worked. But I implemented too many timers. Is there a way to reduce the number of timers? If not, I may use up to 10 timers.
And I have to insert the data into the blanks at label3 and label4. If I'm able to extract the information from the SMS, my part of the project is done.
Private Sub Timer1_Tick(ByV al sender As System.Object, ByVal e As System.EventArg s) Handles Timer1.Tick
...Leave a comment:
-
In the form, I'm supposed to display the message one by one.
Label1.Text = "Welcome To Paperless Car Park!"
Label2.Text = "Before entering, please SMS your vehicle number to 90527698."
Label3.Text = "Thank you. Your car plate number is " + handphone_numbe r
Label4.Text = "Your IN time is + time "hrs"
Label5.Text = "Please proceed to parking lot."
...Leave a comment:
-
displaying of LABELS one by one.
How do I display each label one by one automatically on the form using Visual Basic?
And how do I extract the information from the SMS and insert it into the labels when I connect the GSM modem to the notebook?
These are the labels and the blanks are the information I'm supposed to insert into when I connect the GSM modem:
"Thank you. Your car plate number is _______."
"Your IN time... -
flow chart diagram using VB?
Hi... I need to do a flow chart diagram using VB. As usual, I'm doing my car park system.
So this is how it should look like:
Upon arrival...
1) The user will see these messages - "Welcome to Paperless Car Park!"
2) "Before entering, please SMS your vehicle number to ..." (The ... is the SIM card in the GSM modem)
3) "Thank you. Your car plate number is ..."... -
update database using web form.
Basically, I'm doing a project on car park fees, where we use SMS to pay for the duration that the car is parked in the car park.
So, our system requires the car park user to register his/her particulars into the web form. However, if there is a change in his particulars, he/she will have to update it on the web form. At the same time, the database will save that record but how do I do that?
Thank you for taking the... -
Sending SMS via VB.Net only.
Supposedly, if I have a button to press and send the SMS, how should I write the programming codes? So, when I press the button, the phone should receive the SMS. Has it gotta do with the timer? In HyperTerminal, when I see >, and type my message, it will take 2 to 3 seconds to pop up the CMGS:_ before receiving the SMS. Can anyone paste me the programming codes? Thank you very much! -
Help.Enquires about SQL query
May I know if I want to add in a INSERT INTO statement do I have to declare anything above in the VB.Net programme?examp le,
INSERT INTO Carpark_table (Carplate, date, TimeIn)
VALUES (car_plate, datestr, timestr)
when I debug the INSERT and VALUES are considered as errors where declarations are needed -
May I know if I want to add in a INSERT INTO statement do I have to declare anything above in the VB.Net programme?example,
INSERT INTO Carpark_table (Carplate, date, TimeIn)
VALUES (car_plate, datestr, timestr)
when I debug the INSERT and VALUES are considered as errors where declarations are neededLeave a comment:
-
How to send SMS in VB?
Hi, I'm currently doing a project on application using SMS. I need to send a reply to the user after he or she has sent me an SMS. I've used HyperTerminal and it worked but I've to implement it on VB but I'm not sure about my programming codes. I need the codes urgently and I'd really appreciate it if I'm able to get a response asap.
Thank you very much. -
hi currently does not have any SQL statements.Im actually trying to insert record into database in Microsoft Access.Told that should use insert query.However, im not sure of how and what query statement to add in.Can anyone help me on that.Thx in advance...Leave a comment:
-
For Query, may I know what statements do we have add in apart from the insert query?Im jus equipped with the basic knowledge about SQL statements and query.Can u show me some examples?
Thx...Leave a comment:
-
import the decoded information/data into Microsoft Acess
hi
im actually doing on a SMS application using Visual Basic.Net whereby the objective is to allow the user to send a SMS to the visual basic programme and i should decode out the hp no, car plate, time in,time out and date.And finally import the data(hp number, car plate number....as stated earlier) into Miscrosoft Access.I have already successfully decoded the data and May I know how i can import the decoded information/data into Microsoft... -
im actually doing on a SMS application using Visual Basic.Net whereby the objective is to allow the user to send a SMS to the visual basic programme and i should decode out the hp no, car plate, time in,time out and date.And finally import the data(hp number, car plate number....as stated earlier) into Miscrosoft Access.I have already successfully decoded the data and May I know how i can import the decoded information/data into Microsoft Acess ...Leave a comment:
-
qwer started a topic import and store data from visual basic.net to microsoft accessin Visual Basicimport and store data from visual basic.net to microsoft access
Hi,
I'm desperately trying to import and store data from Visual Basic.Net to Microsoft Access. Does anyone have any idea what codes I have to add in apart from adding the .Jet method as shown below?
Private Const cnstr = "Provider = Microsoft.Jet.O LEDB.4.0;Data Source = carpark1.mdb"
If possible can you please provide some relevant programming or Access samples or examples?
You can contact... -
import data from vb.net to miscrosoft access
import data from vb.net to miscrosoft access
--------------------------------------------------------------------------------
Hi,
im trying to import and store data from visual basic.net to microsoft access. Does anyone has any idea what codes i have to add in apart from adding the .Jet method as shown below?
Private Const cnstr = "Provider = Microsoft.Jet.O LEDB.4.0;Data Source = carpark1.mdb"... -
import data from vb.net to miscrosoft access
Hi,
im desperately trying to import and store data from visual basic.net to microsoft access. Does anyone has any idea what codes i have to add in apart from adding the .Jet method as shown below?
Private Const cnstr = "Provider = Microsoft.Jet.O LEDB.4.0;Data Source = carpark1.mdb"
If possible can u pls provide some relevant programming or access samples or examples?
U can contact me...
No activity results to display
Show More
Leave a comment: