User Profile

Collapse

Profile Sidebar

Collapse
cheekangteh
cheekangteh
Last Activity: Feb 8 '12, 02:10 PM
Joined: Dec 5 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to keep running a "checking file function

    i face a problem in checking file condition.
    I wish to create a program that can check the condition file continuously while the program is running.

    For code below that I wrote:


    Code:
    Private Sub StartTracking_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim FILE_NAME As String = "\Program Files\Fast_Automatic_Accident_Notification_Through_SMS\Resources\contact4.txt"
    ...
    See more | Go to post

  • Hi sorry,

    After i double checking the file.

    The file is overwrite after i click the button (when the program is still running), but after i close the program and run it again, it just show me the old contact without change to new contact that overwrite just now.

    kindly advice how can i permanent overwrite a text file.

    thanks a lot.
    See more | Go to post

    Leave a comment:


  • how can i overwrite a text file in window mobile 6 professional

    hi i am facing overwriting file in window mobile 6 professional.

    bellow are my code.

    when the system start loading:

    Code:
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim line As String
            Dim Lat As StreamReader = New StreamReader("\Program Files\please_must_be_ok\Resources\contact1.txt")
            line
    ...
    See more | Go to post

  • how can i solved this if i need to check a file in a window mobile location?

    i am doing a project, the flow like :
    when i send a file to window mobile 6 professional at a specific location, and once the file is detect at that location, it will automatically trigger another button.

    as we know we can check the file location at laptop easily (just click the properties, and check the location), but how we can check...
    See more | Go to post

    Leave a comment:


  • How to check file location in window mobile 6 professional vb.net

    hi all,
    i face check txt file location problem in window mobile 6 professional.

    code testing for window form
    Code:
     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim FILE_NAME As String = "c:\Users\Chee Kang\Desktop\New folder (2)\testFile.txt"
    
            If System.IO.File.Exists(FILE_NAME) = True Then
    ...
    See more | Go to post

  • I'm looking for an “auto-SMS VB.Net programme module” for window mobile 6.0 standard

    I'm looking for an "auto-SMS VB.Net programme module" for window mobile 6.0 standard.

    The scenario is: When the Bluetooth of window mobile phone detect the other Bluetooth device signal,it will automatically trigger the SMS button and sending a SMS to a predefined recipient. The process of sending the SMS is 100% automatic, trigger by the Bluetooth signal and without interception of any users.

    Is there any...
    See more | Go to post

  • get access textbox text form another form textbox text

    currently i am doing sms function by using window mobile standard 6. i have multiple form, up to 4 window form. and at the last form, i wish to collect all the data that already key in in previous form textbox text, and send message to people.

    example:

    in form 1: textBox1. text (contact user 1)
    form 2: textBox1.text (contact user 2)
    ...... at the SMS form coding like:

    {
    SmsMessage...
    See more | Go to post
No activity results to display
Show More
Working...