Search:

Type: Posts; User: hobbyman

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    525

    [2005] How to compare 1khz tone?

    Hi everybody

    I need help urgently :cry: . Can anybody know how to compare 1Khz tone on the recorded audio in wav file format with respect to the reference wave file format audio. Source code...
  2. Re: [2005] how to capture image and compare two images to find differences

    hi arsmakman

    i had try you source to compare 2 picturebox but they are not working
    Please Advice

    by the way thank for the link on the info of how to capture picture.

    thank you
  3. [2005] how to replace these 2 source (varptr and stringptr) to work on VS2005

    Hi everybody

    can anyone advice me how to replace the below source code to work on visual basic express 2005.

    1. VarPtr
    2. StrPtr
    3. Dim Name As String *64
    4. If (sav) Then
    ...
  4. Re: [2005] how to capture image and compare two images to find differences

    Hi to all the expert

    Do anyone know how to capture image and stored into the memory.
    I urgently need to capture 1 image as reference at picturebox1 and then compare the image with picturebox2...
  5. [RESOLVED] [2005] how to capture image and compare two images to find differences

    hi to all the expert
    can anybody care to provide me a full detail source code to capture image from webcam and store at picturebox1 as reference and compare the image from webcam which display on...
  6. Re: [RESOLVED] need sample source code to communicate parallel port using visual basic 2005 express

    i suggest you use serial port to print "Hellow World" instead of parallel port.
    <vbcode>
    Dim WithEvents serialPort As New IO.Ports.SerialPort

    With serialPort
    .PortName =...
  7. Replies
    0
    Views
    532

    how to compare 2 picture box

    Hi everbody out there
    can anyone help me how to compare 2 image in jpg format whether it is ident or different. below are my problematic source code
    <vbcode>
    If PictureBox1.Image Is...
  8. How to pause in the For loop condition and resume after that.

    Hi everone,
    can anyone help me to pause in the For loop condition and resume after that by click on the desired button such as Pause button to pause the operation , resume to continues for last...
  9. Re: need sample source code to communicate parallel port using visual basic 2005 express

    hi everyone.

    thank for the viewing of this thread.
    i had managed to solve the problem alreeady.
    below are the sample source code which i found
    and i hope it will help other poeple.

    <vbcode>...
  10. how to autodetect baud rate on serial port connection.

    hi everyone, can anyone know who to autodetect buad rate of the serial port using visual basic 2005 express softrware

    thanks in advance.
  11. [RESOLVED] need sample source code to communicate parallel port using visual basic 2005 express

    hi everybody,

    can anyboday provided me a example source code on how to communicate the parallel port using visual basic 2005 express.
    please c\also tell me how the declare the parallel port and...
  12. Re: How to halt For loop and resume For loop with the help of pressi keyboard key "ENTER"

    Hi everybody,
    thank for your sample you posted on the forum to target my issue but i still cant make it working.
    Can anybody kindly implement the ideal code on the red section of the source code...
  13. Re: How to halt For loop and resume For loop with the help of pressi keyboard key "ENTER"

    Thank for your relpy

    yes i know that msgbox can halt the program but i want to use keyboard "Entre" key to halt or resume the program in the FOR LOOP.
  14. [RESOLVED] How to halt For loop and resume For loop with the help of pressi keyboard key "ENTER"

    :wave: hi everbody

    Do anybody know how to halt the program in for loop by pressing the keyboard "ENTER" key and resume the loop by pressing the keyboard "ENTER again.

    can anybody provide an...
  15. Required source code to make USB Port as Serial port.

    Hi anybody out here,

    Do anyone know how to write the source code to convert the USB to Serial Port and used it as serial com port to communicate.

    Please advice
    Thank You
    :wave:
  16. Re: how to build the source code into file.exe using visual basic 2005 express edition

    Dear all

    i still unable to open the *.exe file. even i had install the Microsoft.net Framework v2 at microsoft homepage.
    Please advice.
    thank you
    Have a nice day. :)
  17. how to build the source code into file.exe using visual basic 2005 express edition

    hi everybody,

    Can anyone know how to build the source into file.exe and able to run the program on other poeple computer.

    Because i had tried many times to build the program and unable to run...
  18. [RESOLVED] How to stop the For loop using a click button

    Hi Everyone

    May i know how to stop the FOR Loop using a click button
    And below are my code
    Please help
    Thank You.


    Private Sub bt_Run_Click(ByVal sender As System.Object, ByVal e As...
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width