User Profile

Collapse

Profile Sidebar

Collapse
qwer
qwer
Last Activity: Nov 22 '07, 12:37 AM
Joined: Sep 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • qwer
    replied to displaying of LABELS one by one.
    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.
    See more | Go to post

    Leave a comment:


  • qwer
    replied to displaying of LABELS one by one.
    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

    ...
    See more | Go to post

    Leave a comment:


  • qwer
    replied to displaying of LABELS one by one.
    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."
    ...
    See more | Go to post

    Leave a comment:


  • qwer
    started a topic displaying of LABELS one by one.

    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...
    See more | Go to post

  • qwer
    started a topic flow chart diagram using VB?

    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 ..."...
    See more | Go to post

  • qwer
    started a topic update database using web form.

    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...
    See more | Go to post

  • qwer
    started a topic Sending SMS via VB.Net only.
    in .NET

    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!
    See more | Go to post

  • qwer
    started a topic Help.Enquires about SQL query
    in .NET

    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
    See more | Go to post

  • qwer
    replied to import data from vb.net to miscrosoft access
    in .NET
    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 needed
    See more | Go to post

    Leave a comment:


  • qwer
    started a topic How to send SMS in VB?

    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.
    See more | Go to post

  • qwer
    replied to import data from vb.net to miscrosoft access
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • qwer
    replied to import data from vb.net to miscrosoft access
    in .NET
    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...
    See more | Go to post

    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...
    See more | Go to post
    Last edited by Frinavale; Sep 26 '07, 01:17 PM. Reason: Added [code] tags to make more legible

  • qwer
    replied to import data from vb.net to miscrosoft access
    in .NET
    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 ...
    See more | Go to post

    Leave a comment:


  • import 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...
    See more | Go to post
    Last edited by debasisdas; Sep 26 '07, 08:55 AM. Reason: Removed mail id

  • qwer
    started a topic import data from vb.net to miscrosoft access

    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"...
    See more | Go to post

  • qwer
    started a topic import data from vb.net to miscrosoft access
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...