::  :: Software Solutions
:: Innovation by Design ::
 ::  Technology Consultants

               Free Resources


 

created this section as an effort to give back to the developer community. Below you can find some common code snippets & examples from various programming languages and web technologies. It is our hope that by providing this content, we may fascilitate others to further their understanding of these concepts, and grow into a stronger developer.

    Note:: this section currently under construction....

Windows : C/C++ > Win32 > COM

 

  CEventLogger Named Pipes, IPC, etc
 
An event logger class that allows you to log events in your application. The events are writtent to a flat file as encoded binary data. Strings can be XOR scrambled. Very effective and simple to use. See the associated header comments for usage info.
This sample illustrates how to use named pipes to communicate shared data between two or more separate applications. In particular we illustrate how to capture the std output fomr an arbitrary application.
  Hide my DOS Window RecursiveRegDeleteKey
 
This sample illustrates the techniques for enumerating through all the windows in the system searching for the title/class. when if finds the title/class that matches the current Dos application, it then sends the HideWindow() message to it; thus making DOS window invisible.

This snippet of code shows how to recursively delete a registry key. Simple.
  Locate Windows Library RegistryExport
 
This is the library that is used in the HideDosWindow utility above. It allows you to easily search for a given window in the system based on the tile (caption), class name, and/or exe image name.

This code snippet illustrates how to use the Registry API's to export a given Registry Hive to a binary registry file. This file can then later be 'mounted' via the windows regedit program to view it's contents.

  Change Window Icon RegistryLink - Create symbolic links in Reg
  DebugMsg RegSaveKey
  HexViewer SharedMemory

 

Web: PHP & JavaScript

 

  Basic Calendar System Site Logger
  Web-based Shell Site Browser
  Log / Counter NotePoster

 

Database, VBA, VB

 

  Basic Calendar System Site Logger
  Web-based Shell Site Browser
  Log / Counter NotePoster

 

Java

 

  Basic Calendar System Site Logger
  Web-based Shell Site Browser
  Log / Counter NotePoster

 

 

 

 

 

 

 

 Request a Quote Today!