Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #65233
get window thread process

use this project to get the process identifier of any window rather than makeing a call to EnumProcesses,it also learn how to get the classname,titlename,Foregroundwindow and thread identifier of the window.

ASP_Volume3 #46605
Subclassed InputBoxFX

Ever wanted to added custom bitmaps to an inputbox, or add your own fonts, colors, well now you can. with this new Subclassed inputbox you can chnage background color, texture, AlphaBlending, Disable right click in the edit box, disable the inputbox's X Close button, add a Self Closeing Timer and much more. note this is all done with the normal inputbox and a API. Hope you like it please vote.

ASP_Volume3 #62307
SMS Sender in VB

To Send SMS Messages using a GSM Mobile device attached to the Computer thru a Communication Port like IRDA, Bluetooth, Cable.

ASP_Volume3 #56678
Scriptable Cellular Automata

This is the source code of the Program CellLab. The program is an experimentation toolkit for a 2D cellular automata. Cell Laboratory basically separates the rules and the field where action is happening. It offers customizable rule and field system. It means, a user is able to run the cellular automata using any of him custom rule. This program offers Save/Open functionality for both rules and field. Learn more about Cellular Automata by clicking at the links below: http://www.colorado.edu/physics/pion/srr/catutorial/ http://parallel.hpc.unsw.edu.au/complex/tutorials/tutorial1.html PLEASE VOTE!!! If you like the program.. Visit program homepage at: http://naramcheez.paraschopra.com/celllab/index.php

ASP_Volume3 #50888
InterCom

INTERCOM allows the communication between forms or programs. It does not use WinProc or Hooks. It uses the Text_Change Event of a Text Box. GPF and freezing never more.

ASP_Volume3 #64272
Extended List View COM Component

There are lot of codes around the world to extended the features of standard List View Control. But there are lot of codings or extra effors to implement the extended behiviour of list view control in your project.This component (ListViewEx) can extendend the features of your existing List View control with only one line of Code. For the time being this support Sorting list view and adding the sort icon in the header. This component provides standard sorting as date/string and numeric.This also provides simple way to implement custom shorting method on any column.

ASP_Volume3 #65347
Skin Mesh

Please gimme a good vote! The code simply displays a skinned mesh and allows two computer users to move the characters around the screen. THANK YOU TO SIMON PRICE FOR TEACHING ME THE BASICS AND THEN SOME!!! ALSO THANK YOU TO PLANET-SOURCE-CODE FOR HAVING A RELIABLE LEARNING ENVIROMENT!!! push: 1 2 3 4 5 left right up down page up page down w s a d

ASP_Volume3 #60079
How to detect VB IDE - undocumented exports

When you run VB app within VB IDE, the app exports three functions - _VB_CALLBACK_GETHWNDMAIN_@4, _VB_CALLBACK_REVOKE_@8 and _VB_CALLBACK_GETHWNDMAIN_@4. So, if we find out that our app exports one of those functions, we know we're in VB IDE.

ASP_Volume3 #60526
A+ API

Simple, but useful API Program. Check it out. This is my first post on the PSC Website.

ASP_Volume3 #64940
Story Book

MsAgent. You can write a story that includes sounds and actions and have the computer read it back to you. Improved!!!

ASP_Volume3 #52089
Service info

This utility enumerates all system services and get info from them .

ASP_Volume3 #64982
Video Capture

This is a sample code how to use common methode of capturing screen for capture video frame. with simple manipulation,this program can capture frame consecutively.NOte: this methode need high speed computer.

ASP_Volume3 #64983
VIDEO DESKTOP update version

This is a MPEG player that can be played on desktop (under icon) without change desktop wallpaper. On this,you will know a magic color transparent for video player (RGB :16,0,16).To do with that color you have to work with registry. With this color magic, you can make an video application more interesting. an OSD or any control can be placed over the player display. Explore your creation whit this color.

ASP_Volume3 #53711
IsFormLoaded?

A simple method to check if a form is loaded without referencing a property (such as .visible) that would in turn load the form.

ASP_Volume3 #61478
TabPad - Tabbed Notepad Clone

TabPad is pretty much just a clone of Microsoft's Notepad, but with tabs. I like the way Notepad looks, feels and works, but I like tabs too, so I combined the two. TabPad will work standalone, or you can go into File Types and associate text documents (eg. TXT, INI) with it and it will happily open each document in a tab as opposed to a new instance of the program. TabPad will open as many tabs as you please, and supports standard Notepad functions (such as Find + Replace). Most of the code in TabPad is pretty straight forward, all indented, if you need any help I will reply to comment or you can email me via the email provided in the program. Oh, and the close tab button will slide along the TabStrip fairly seamlessly - it will cover a tab occasionally but it's probably better than using a whole row underneath the strip for one box, like I was just before I changed it. I hope you enjoy TabPad - leave feedback or vote if you like it :) Screenshot didnt seem to work, you can see it here: http://lfi.net/misc/TabPadNewest.png Get the latest code from: http://lfi.net/LFI/downloads/TabPad_src.zip

ASP_Volume3 #64031
SECOM field cipher

This Encryption tool provides a fast way to encipher messages with the SECOM handcipher. SECOM uses a 20 letter key phrase to generate the settings for a straddling checkerboard, a normal and a disrupted transposition. The combination of fractioning by the checkerboard and the double disrupted transposition makes SECOM a higly secure encryption methode. Although the program will encode or decode a message very fast, the main purpose of SECOM is secure manual pencil-and paper encryption. In the program, you can call the paper version of SECOM and learn with clear instructions how to use this handcipher 'in the field'. This program is an educational interesting example of classic cryptography, more specific disrupted transpositions and fractionation of text. *** update 9/18 W1 W2 calculation error ***

ASP_Volume3 #65317
eicar-test

a simple way to test your onboard anti-virus software using the EICAR test string..which is totally harmless

ASP_Volume3 #54583
LaVolpe Custom Windows II (Updated w/Help File)

Many have asked for it & you'll see why this took so long to update/repost. Version 2 now allows 100% customization of the standard rectangle window. Over 100 properties/methods to choose from. And if you don't like the wide range of available options, the project is built to route drawing requests to your callbacks. This project is almost 7,000 lines of code & half again that much in comments. It has been tested well on 2K & 98, but project is so large I may not have caught potential bugs in all possible scenarios of options and settings. Kinda hoping you all will help there. Please let me know of any bugs found. Wow, this one was tough !!! Oh yeah, almost forgot. The project is a group, unzip using the option to Use Folders & open the .vbg file. Last Update: 12 Oct/20:25est. Fixed bug in NT4 where menus were not being read. Compiled hlp file now included. 25 Nov/17:10est. Fixed bug related to ActiveX controls; tooltips didn't display when compiled; minor patches & updated help file to include the help contents portion too. See iCoreMessages for complete update history.

ASP_Volume3 #65352
Easy Image Retrieve/Store to Access

An easy approach to saving images to database , displaying them, even save to file and search and display relevant images from database.

ASP_Volume3 #65349
EngineAAK_HomingMissile

[===============================================] [ Introduction: EngineAAK Ver 1.1 ] [ ------------------------------- ] [ Modify from my First Program: ] [ ".. HomingMissile .." ] [===============================================] [ This introduction " EngineAAK " how make unit ] [ or missile moving chase mouse ] [-----------------------------------------------] [ Not for sale or commercial without permission ] [-----------------------------------------------] [ By: A. Andik Krist. ] [ ------------------- ] [ JAKARTA - INDONESIA ] [-----------------------------------------------] [ ] [ for Comments, Suggestions & Ideas ] [ E-mails me: [email protected] ] [ Date: 17-Sep-2005 ] [ ] [===============================================]

Languages
Top Categories
Global Discovery