Advertisement

Results for "Author: ciro sisman pereira"

2002ASP #5108
A Eval function - evaluates math expressions

EVal evaluates math expressions like 2 + 3 / ( 99.5 - 10 ). Whole code is in a .bas file and there is a test application (see Screenshot). Operations availables are +, -, /, * and to make powers (^) usage character e (Ex: 2e4 = 16).

2002ASP #7732
a) InFile - Searches by strings in TEXT or BINARIES files, case sensitive or not

InFile searches by a string like "Microsoft Corporation" inside any file you want, case sensitive or not, within subdirectories or not. Example: infile c:\*.txt "Copyright (C)" -sub -case Functions used: FindFirstFile, FindNextFile, fopen, fseek, fread, SetCurrentDirectory, GetCurrentDirectory.

2002ASP #7733
A XService DEMO - Learn how to make easiest way a WinNT Service

A service is a WinNT/Win2000 process that keeps itself running even you are not logged on. Create a service isn't so complicated. In fact if you use the Win32-API Service Functions (not ATL), your job will be easier. This source code, called XService DEMO, explains the easiest way to program a service. Please, read ReadMe.txt to get more information and read comments inside source code. Note: It was programmed using MS-Visual C 6. However, you can use another compiler that supports Win32.

2002ASP #7734
DirWalk - Getting all directory structure with Win32 API

DirWalk demonstrates how to read a directory structure. Its output looks like TREE MS-DOS command (CONSOLE). I used FindFirstFile and FindNextFile Win32 API functions to program it. It does everything in one function, a recursive function. DirWalk only shows directories, not files. You can modify it to show the files too.

2002C #13712
A Eval function - evaluates math expressions

EVal evaluates math expressions like 2 + 3 / ( 99.5 - 10 ). Whole code is in a .bas file and there is a test application (see Screenshot). Operations availables are +, -, /, * and to make powers (^) usage character e (Ex: 2e4 = 16).

2002C #16337
a) InFile - Searches by strings in TEXT or BINARIES files, case sensitive or not

InFile searches by a string like "Microsoft Corporation" inside any file you want, case sensitive or not, within subdirectories or not. Example: infile c:\*.txt "Copyright (C)" -sub -case Functions used: FindFirstFile, FindNextFile, fopen, fseek, fread, SetCurrentDirectory, GetCurrentDirectory.

2002C #16338
A XService DEMO - Learn how to make easiest way a WinNT Service

A service is a WinNT/Win2000 process that keeps itself running even you are not logged on. Create a service isn't so complicated. In fact if you use the Win32-API Service Functions (not ATL), your job will be easier. This source code, called XService DEMO, explains the easiest way to program a service. Please, read ReadMe.txt to get more information and read comments inside source code. Note: It was programmed using MS-Visual C 6. However, you can use another compiler that supports Win32.

2002C #16339
DirWalk - Getting all directory structure with Win32 API

DirWalk demonstrates how to read a directory structure. Its output looks like TREE MS-DOS command (CONSOLE). I used FindFirstFile and FindNextFile Win32 API functions to program it. It does everything in one function, a recursive function. DirWalk only shows directories, not files. You can modify it to show the files too.

2002VB #22316
A Eval function - evaluates math expressions

EVal evaluates math expressions like 2 + 3 / ( 99.5 - 10 ). Whole code is in a .bas file and there is a test application (see Screenshot). Operations availables are +, -, /, * and to make powers (^) usage character e (Ex: 2e4 = 16).

2002VB #24941
a) InFile - Searches by strings in TEXT or BINARIES files, case sensitive or not

InFile searches by a string like "Microsoft Corporation" inside any file you want, case sensitive or not, within subdirectories or not. Example: infile c:\*.txt "Copyright (C)" -sub -case Functions used: FindFirstFile, FindNextFile, fopen, fseek, fread, SetCurrentDirectory, GetCurrentDirectory.

2002VB #24942
A XService DEMO - Learn how to make easiest way a WinNT Service

A service is a WinNT/Win2000 process that keeps itself running even you are not logged on. Create a service isn't so complicated. In fact if you use the Win32-API Service Functions (not ATL), your job will be easier. This source code, called XService DEMO, explains the easiest way to program a service. Please, read ReadMe.txt to get more information and read comments inside source code. Note: It was programmed using MS-Visual C 6. However, you can use another compiler that supports Win32.

2002VB #24943
DirWalk - Getting all directory structure with Win32 API

DirWalk demonstrates how to read a directory structure. Its output looks like TREE MS-DOS command (CONSOLE). I used FindFirstFile and FindNextFile Win32 API functions to program it. It does everything in one function, a recursive function. DirWalk only shows directories, not files. You can modify it to show the files too.

ASP_Volume2 #35699
A Eval function - evaluates math expressions

EVal evaluates math expressions like 2 + 3 / ( 99.5 - 10 ). Whole code is in a .bas file and there is a test application (see Screenshot). Operations availables are +, -, /, * and to make powers (^) usage character e (Ex: 2e4 = 16).

ASP_Volume2 #40540
DirWalk - Getting all directory structure with Win32 API

DirWalk demonstrates how to read a directory structure. Its output looks like TREE MS-DOS command (CONSOLE). I used FindFirstFile and FindNextFile Win32 API functions to program it. It does everything in one function, a recursive function. DirWalk only shows directories, not files. You can modify it to show the files too.

ASP_Volume2 #40544
A XService DEMO - Learn how to make easiest way a WinNT Service

A service is a WinNT/Win2000 process that keeps itself running even you are not logged on. Create a service isn't so complicated. In fact if you use the Win32-API Service Functions (not ATL), your job will be easier. This source code, called XService DEMO, explains the easiest way to program a service. Please, read ReadMe.txt to get more information and read comments inside source code. Note: It was programmed using MS-Visual C 6. However, you can use another compiler that supports Win32.

ASP_Volume2 #40555
a) InFile - Searches by strings in TEXT or BINARIES files, case sensitive or not

InFile searches by a string like "Microsoft Corporation" inside any file you want, case sensitive or not, within subdirectories or not. Example: infile c:\*.txt "Copyright (C)" -sub -case Functions used: FindFirstFile, FindNextFile, fopen, fseek, fread, SetCurrentDirectory, GetCurrentDirectory.

ASP_Volume3 #52314
A Eval function - evaluates math expressions

EVal evaluates math expressions like 2 + 3 / ( 99.5 - 10 ). Whole code is in a .bas file and there is a test application (see Screenshot). Operations availables are +, -, /, * and to make powers (^) usage character e (Ex: 2e4 = 16).

ASP_Volume3 #52315
DirWalk - Getting all directory structure with Win32 API

DirWalk demonstrates how to read a directory structure. Its output looks like TREE MS-DOS command (CONSOLE). I used FindFirstFile and FindNextFile Win32 API functions to program it. It does everything in one function, a recursive function. DirWalk only shows directories, not files. You can modify it to show the files too.

ASP_Volume3 #52316
a) InFile - Searches by strings in TEXT or BINARIES files, case sensitive or not

InFile searches by a string like "Microsoft Corporation" inside any file you want, case sensitive or not, within subdirectories or not. Example: infile c:\*.txt "Copyright (C)" -sub -case Functions used: FindFirstFile, FindNextFile, fopen, fseek, fread, SetCurrentDirectory, GetCurrentDirectory.

C_Volume2 #76761
A Eval function - evaluates math expressions

EVal evaluates math expressions like 2 + 3 / ( 99.5 - 10 ). Whole code is in a .bas file and there is a test application (see Screenshot). Operations availables are +, -, /, * and to make powers (^) usage character e (Ex: 2e4 = 16).

Languages
Top Categories
Global Discovery