Advertisement

Results for "Author: ciro sisman pereira"

C_Volume2 #81602
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.

C_Volume2 #81606
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.

C_Volume2 #81617
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.

Java_Volume1 #95305
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).

Java_Volume1 #100146
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.

Java_Volume1 #100150
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.

Java_Volume1 #100161
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.

1_2002 #109070
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).

1_2002 #111695
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.

1_2002 #111696
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.

1_2002 #111697
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.

2_2002-2004 #122452
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).

2_2002-2004 #127293
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.

2_2002-2004 #127297
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.

2_2002-2004 #127308
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.

3_2004-2005 #140996
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).

3_2004-2005 #145837
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.

3_2004-2005 #145841
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.

3_2004-2005 #145852
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.

4_2005-2006 #157611
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