TestComplete samples (both built-in and additional) are located in the <Users>\Public\Public Documents\TestComplete 14 Samples folder.
Some file managers display the Public Documents folder as Documents.
About
The Low-Level Testing sample demonstrates how to use low-level procedures in tests. The sample launches Microsoft Paint and draws text in it using the Brush tool. The letters are drawn by low-level procedures. To choose the appropriate tool, color and type of lines, the script captures an image of the Microsoft Paint tool box and color box, searches for the corresponding elements in these boxes (the script searches for the template images stored in the project's Stores | Regions collection), and then clicks the found region.
This sample is a part of the additional sample package. To use it, download this package from support.smartbear.com/downloads/testcomplete/samples/ and install it.
After the installation is over, you can find the sample in the <TestComplete 14 Samples>\Desktop\Low-Level Testing folder.
Files
TestComplete project suite
<TestComplete 14 Samples>\Desktop\Low-Level Testing