PC SOFT
ONLINE REPOSITORY
FOR WINDEVWEBDEV AND WINDEV MOBILE

Home |  | Sign in | English US
Latest publications
Sort by:
Date
,
,
,
Filter by language:
(0)
 / Tools
Published on 06/06/2022
Downloaded 41 time(s)
WD Configuring a remote access sInsFile is string = "" sCountryCode is string = "" sCountryName is string = "" // Define the name of the remote access sInsFile = fCurrentDir() + "\" + AccessStat...
(0)
 / Tools
Published on 06/06/2022
Downloaded 19 time(s)
   // 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...
(0)
 / Tools
Published on 06/06/2022
Downloaded 16 time(s)
WD Custom Calculations
(0)
 / Tools
Published on 06/06/2022
Downloaded 31 time(s)
WD Detecting the keystrokes PROCEDURE MyWindow() gaaPosXKey, gaaPosYKey are arrays associatifs of int _InitKeyPos() CONSTANT // Constants for specific keys cnNumLock = 0x90 cnScrollLock = 0x9...
(0)
 / Tools
Published on 06/06/2022
Downloaded 17 time(s)
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 //...
(0)
Published on 06/06/2022
Downloaded 43 time(s)
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("--...
(0)
Published on 06/06/2022
Downloaded 64 time(s)
WD Drag and drop EXTERN "WINCONST.WL" // ---------------------------------------------------------------- // --------------------- GLOBAL VARIABLES ----------------------- // ---------------------...
(0)
 / Tools
Published on 06/06/2022
Downloaded 22 time(s)
WD Dynamic compilation bCompilationResult is boolean // Starts the compilation of the code bCompilationResult = CompileDynamicCode() // If the compilation was successful IF bCompilationResult = Tr...
(0)
 / Tools
Published on 06/06/2022
Downloaded 23 time(s)
WD Euro calculator PROCEDURE WIN_Euro_Calculator(nNumber="", nCurrencyDisp=0, nCurrencyStor=0) GLOBAL gfnTotal is currency // calculated total gfsLastOp is character // last requested operation ...
(0)
 / Tools
Published on 06/06/2022
Downloaded 22 time(s)
WD Graphic lists