Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #230569
Application(Specific) Keyboard Hook

This code is a combination of a few great submissions at PSC put together. Needed code that would load/unload a system wide keyboard hook but only show me the keys when a specific application had focus. The example uses Notepad. When a key is pressed only in Notepad the key code will be show as the form caption.

7_2009-2012 #230603
A Cool Graphics

A cool graphics!

7_2009-2012 #230648
Article: 10 CODING HABITS TO REMEMBER

This article lists 10 coding habits to remember, they will help you when you program in the future. TRUST ME.

7_2009-2012 #230649
Asm source of basic vb exe

As*embly source, all files are included also a short description of the as*embly language so you can understand the code yourself. You don't have to be an expert as*embly programmer to understand it, because it is fairly easy, and it also shows why VB has slow string manipulation, and other things. Well I will leave it to you to find these reasons.

7_2009-2012 #230658
Mutli Client Messenger -- Server / Client

This is a Messenger server that supports multiple clients, along with the client application. PLEASE VOTE FOR ME!! .. and if you have any questions/comments/suggestions, email me.

7_2009-2012 #230669
A Good Beginner Project

This is just a real simple beginner project aimed to help beginners. I made the code as simple as possible with comments. It has stuff from learning to use commands buttons, to common dialogs, to message boxes and much more. If you like this code, please vote. Thanks.

7_2009-2012 #230691
Mini Memory v1.0

This program doesn't do much (displays memory usage percent) but it does include 3 useful modules. The first one allows you to set a window to always on top by suppling an hWnd value. The second allows you to move a borderless window. The third gets the memory status of the computer. Line by line commented. Please rate on code structure, not application functionality. Thnx!

7_2009-2012 #230694
Find Window Tutorial Part1 <A must see>

This tutorial will walk you through the steps of basic FindWindow functions: FindWindow, FindWindowEx, ShowWindow, DestroyWindow, and GetClassName. Please vote, I spent 2 days on this, and for a 14 year old, that is a lot! Thank you!

7_2009-2012 #230701
Add-in to generate CHM documentation from source code

This Add-in for Visual Basic 6.0 generate a documentation in CHM format directly from code comments. It's possible to generate a technical documentation for ActiveX components or a complete developer documentation, for the management of Visual Basic projects. The Full Auto-Documentation shows how to generate a correct documentation.

7_2009-2012 #230747
Travelling Salesman Problem

Travelling Salesman Problem example

7_2009-2012 #230781
A Very Simple Clock

Displays a very very simple digital clock. This code is the simplest way to create a digital clock

7_2009-2012 #230786
Microsoft Direct Text-to-Speech

This is a Simple text-to-speech program that uses microsoft direct text-to-speech. this example teaches you 1. How to make text-to-speech speek 2. how to alter the pitch and speed of the voice plz keep in mind, this is my first submission

7_2009-2012 #230824
MDI Child Count

Count how many mdi child forms in a MDI form.

7_2009-2012 #230826
Components Detection

detect various components such as DoesDotNETFrameworkExist, DoesIE6Exist, DoesIISExist, DoesMDAC27Exist, DoesMSSQLServerSP3Exist, DoesSQLServer2kExist, DoesSQLServer2kExistEx, DoesWindows2kSP2Exist, DoesWindows2kSP3Exist, DoesWindows2kSP4Exist, DoesWindowsInstaller2Exist etc.

7_2009-2012 #230838
Awesome Programmer Kit 1.0 ** A must have! **

The best thing to happen to any programmer! This has tons of great & useful subs & functions! It also has a load of cool looking icons in 3 different folders for you to use. The folders are 16x16, 32x32, 48x48! Check it out. Oh, and please leave comments & ratings!

7_2009-2012 #230839
Locate Entry in List/Combo using API, no looping

Locate an entry in combo or listbox using API call, rather than looping through all entries.

7_2009-2012 #230893
GOLD Parser Example

Unlike other parser generators, the GOLD Parser strives to be a development tool that can be used with numerous programming languages and on multiple platforms while maintaining modern design concepts. Modern bottom-up parsers use a Deterministic Finite Automaton (DFA) for identifying different classes of tokens and a LALR(1) state machine to parse them. The actual LALR(1) and DFA algorithms are easy to implement since they rely on tables to determine actions and state transition. Consequently, it is the computing of these tables that is both time-consuming and complex. The GOLD Parser Builder performs this task; reading from a source grammar outline and then computing the appropriate tables. This information is then saved to a Compiled Grammar Table file which can be, subsequently, loaded by the actual parser engine and used. This is a simple project which loads a Compiled Grammar Table file and draws a parse tree for a given input string. An example grammar called "Simple" is included. You will need to download a copy of the GOLD Parser Engine DLL from http://www.devincook.com/GOLDParser. This module contains the actual parsing algorithms. The source code for the Engine will be released soon (hopefully next month) in Visual Basic. Until then, the DLL is available. Sorry.

7_2009-2012 #230894
GOLD Parser Engine Source Code

The GOLD Parser is a new, free parser generator that you can use to develop your own compilers and emulators. It strives to be a development tool that can be used with numerous programming languages and on multiple platforms while maintaining modern design concepts. Modern bottom-up parsers use a Deterministic Finite Automaton (DFA) for identifying different classes of tokens and a LALR(1) state machine to parse them. The actual LALR(1) and DFA algorithms are easy to implement since they rely on tables to determine actions and state transition. Consequently, it is the computing of these tables that is both time-consuming and complex. The GOLD Parser Builder performs this task; reading from a source grammar outline and then computing the appropriate tables. This information is then saved to a Compiled Grammar Table file which can be, subsequently, loaded by the actual parser engine and used. NEW! The source code for the GOLD Parser Engine is finally available to download. The zip file contains the Visual Basic source code used to implement the ActiveX Engine. In other words, this code includes the DFA and LALR algorithms. In the future, the source will be ported to as many programming languages as possible. If you would like to port the code to another language, your work will be deeply appreciated. The parse tree sample project, I posted on Planet Source Code a couple weeks ago, is included with this download. This is a simple project which loads a Compiled Grammar Table file and draws a parse tree for a given input string. The project parses an example grammar called "Simple". To download the GOLD Parser Builder, please visit http://www.DevinCook.com/GOLDParser Enjoy, and happy programming!

7_2009-2012 #230897
Ribbon 2007

(UPDATED 19-Dec-2006) "Ribbon 2007" is a copy of the Ribbon Bar from office 2007. Created using as base the Full project "Office 2007 Ribbon" (http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=66698&lngWId=1). THIS ISN&#180;T THE SAME PROJECT! This is only a Ribbon Bar. This version is Finished! With 3 Themes, Black, Blue and Silver. This bersion hasn&#180;t flicker problem that "Office 2007 Ribbon" have. "Ribbon 2007" don&#180;t substitute "Office 2007 Ribbon", because this is a ribbon only, and the full version is on work, the full version have all of this version and Form Skin, MainMenu, ToolbarMenu, Customize Menu, Status Bar, and more... For frequently update on "Office 2007 Ribbon", visit original post link above.

7_2009-2012 #230915
IP Address in MS Masked Edit Control

Enter IP Address into Microsoft Masked Edit Control, check if entry is valid (0-255) and jump to the next section of the mask using the dot (.) as separator, if the section is shorter than 3 digits (such as : 192.168.24.1).

Languages
Top Categories
Global Discovery