Publié le 06/06/2022 Téléchargé 21 fois |
| |
Publié le 06/06/2022 Téléchargé 20 fois |
| |
Publié le 06/06/2022 Téléchargé 55 fois |
|
WD Configuring a remote access sInsFile is string = "" sCountryCode is string = "" sCountryName is string = "" // Define the name of the remote access sInsFile = fCurrentDir() + "\" + AccessStat... |
| |
Publié le 06/06/2022 Téléchargé 19 fois |
|
// Copy the .cpl file to the "System32" directory IF gbCopyCPl(gsFileCpl, gsSysFileCpl, gsControlIni) = False THEN RETURN END // Write the information to the gsSysFileIni file IF gbWriteIniInfo(g... |
| |
Publié le 06/06/2022 Téléchargé 19 fois |
| |
Publié le 06/06/2022 Téléchargé 33 fois |
|
WD Detecting the keystrokes PROCEDURE MyWindow() gaaPosXKey, gaaPosYKey are arrays associatifs of int _InitKeyPos() CONSTANT // Constants for specific keys cnNumLock = 0x90 cnScrollLock = 0x9... |
| |
Publié le 06/06/2022 Téléchargé 19 fois |
|
WD Different types of strings // Syntax: //UPD () // // This procedure is used to update all the controls found in the window // 1 - The edit control containing the display of the Unicode string //... |
| |
Publié le 06/06/2022 Téléchargé 54 fois |
|
WD Direct print // Printing till ticket I is int rGrandTotal is real //Open the port PortOpening() // Print the header of the ticket bPrintLine(sStartBold+"GROCERY CORNER"+sEndBold) bPrintLine("--... |
| |
Publié le 06/06/2022 Téléchargé 73 fois |
|
WD Drag and drop EXTERN "WINCONST.WL" // ---------------------------------------------------------------- // --------------------- GLOBAL VARIABLES ----------------------- // ---------------------... |
| |
Publié le 06/06/2022 Téléchargé 25 fois |
|
WD Dynamic compilation bCompilationResult is boolean // Starts the compilation of the code bCompilationResult = CompileDynamicCode() // If the compilation was successful IF bCompilationResult = Tr... |
| |