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 John Tel 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: *

  • Users: a1sifat
  • Content: Threads
  • Order by date
  1. a1sifat

    Set caption "Checking" & wait until checking is completed.

    I am building a VFP application which will see whether an ADB(Android Debug Bridge) connection has been established or not. If an ADB connection is established then the thisform.label3.caption will be "Connected" else "Not Connected". Now the application can catch the connection and...
  2. a1sifat

    Array value as label caption

    How do i use array value as a label caption? TIA thisform.label3.Caption= MyArray(2)
  3. a1sifat

    VFP app to check if a USB device is connected or not

    I want to create a VFP app that will check if a specific USB device is connected or not. I have one form and two labels. If that specific USB device is connected then it will change the label caption to "Connected" else "Not Connected". I know this can be done by using C# language but i want to...
  4. a1sifat

    Shell execute command that requires textbox value

    I'm developing a simple vfp application which has 3 textboxes(mobile_number, amount, pin) and 1 command button. Command button is to execute a Shell execute command which requires the value of those three textboxes. As an example, if the user inputs 12345678901 in mobile_number textbox, 50 in...

Part and Inventory Search

Back
Top