Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LuigiG

    Passing keyboard command to another application

    The comand works in my application if I use any keyboard letter for example o.SendKeys('x'),if I use o.SendKeys('{F5}') it works in notepad but not in my application I do not know why? Thank you for your help Luigi
  2. LuigiG

    Passing keyboard command to another application

    I have an application that runs in an industrial computer without keyboard. The application performs a do while loop that stops if you click on the F5 key. The screen is small and you can not use the virtual keyboard of windows. I created an app with a button that sends the command F5. This is...
  3. LuigiG

    Execute a function in background

    Thanks Mike and Olaf for you replay I will test Regards Luigi
  4. LuigiG

    Execute a function in background

    Hi, I am writing a code for reading gps data from a serial, after open the port I am using a cicle do wile to read the data, the problem is that this does not allow the possibility to use mouse for stop the process. My applycation will run on touch screen computer without keyboard. Is there...
  5. LuigiG

    Modify a bmp file

    Hello, I have a bmp file and I need to modify the pixel value accordig of a list with row number, column number, red value, green value, blu value. Any idea how to do it in vfp? Thanks, Luigi
  6. LuigiG

    Create a binary file

    Thank you Mike and Olaf for you help, I solved my lack of knowledge on binary data. Luigi
  7. LuigiG

    Create a binary file

    Thank you Olaf, I test strtofile(chr(xx)) andit works fine, I do not understand how write a number more than 255 for example for 256 that hexe is 100 how can write it? Thank you Luigi
  8. LuigiG

    Create a binary file

    Hello, I need to create a binary file inserting a list of numbers 1 2 3 4 5 6 .. is there functions to do it? I have tryed Fopen() Fwrite() but also if I ahve converted number to exadeciaml the result is always in text format. This is may code, any idea? Thanks Luigi...

Part and Inventory Search

Back
Top