Advertisement

Results for "Volume: 2002C"

2002C #15193
Local Port Sniffer ::

A simple application to monitor TCP connections and to put warn rules. Can be used in complement with my other networks apps.

2002C #15194
Process & CPU monitor ::

An app to monitor CPU use and process runnings.

2002C #15195
Trace This Guy ::

An application to perform traceroute between your computer and a remote host. Can be used in complement with my other networks apps.

2002C #14725
Key press 1.1

Detect what key you pressed, shows its keycode detects if Numlock,Scroll Lock, Caps Lock and Insert are active or inactive. I did that using API. I also putted buttons so you can open or close your CD

2002C #13681
OnScreen eXplode

This is an example of using DirectAnimation and windowless animation. I think it's impresive but you judge.

2002C #13562
_A MSN messenger BOT - Fonix_

This is a fully activated MSN (Microsoft Messenger) Bot! You can set personalized away messages - different msgs for different people or a single away message for all... others can beep you, like in ICQ, they can remotely, if authorized, change your nick name, set you away, back or even other stuff - fully extensible! They can ask the bot for jokes and even when you're not there.. your BOT has it all under control, providing entertainment and letting people know u're away :D Please vote! I have put ALOT of effort into this one! Thanks -------------------------------- 1th May, 2002: Version 2.8 Released. This little beauty can extend MSN Messenger's functionalities. It lets you set away messages, different for different people, or one message for all. It keeps log of away messages while you'r gone, keeps a history log which tells you everything from what time you logged on to the time you log off, including everything - the time your mates logged on, logged off, messaged, anything that ever happens.. so if you're away for a while, you won't be missing out on much! This also lets people BEEP you when you're not responding, lets you control your MSN from elsewhere, set yourself away, back, check your online user list from anywhere in the world as long as your MSN's switched on with Fonix taking control at your work place. It also provides entertainment - people can ask for jokes from your bot, while you'r online, away or out someplace shopping for christmas. The new version includes Sound Alerts on nicknames and auto startup with MSN Messenger. It also remembers your last status so if u ever log off while u're not at the desk, it'll log u back in with the last status u had, for example if u were invisible before disconnecting, you'll log in again as being invisible :o) There's 'a LOT' more! Below is a preview of version 2.8 available for download at: http://www.download.com (Search for "msn bot")

2002C #12605
Make any windows transparent

With this code you can set the transparency of any window, only by knowing its hwnd. This could be interesting to do some work on, imagine an app that remembers the z-order of all windows and makes them more and more transparent according to their z-order!!! Now, I'm not a that good coder so maybe someone picks up where I left. I think it could be cool, dont you? :) Oh, almost forgot, only Win 2K/XP...

2002C #14208
File Mapping Class Module Plus a Portable Executable (PE) Format Verifier

This is a DEMO Application on Using my FileMapping VB Class Module to Simulate the use of File Mapping APIs Used in Visual C++ and Win32 Assembly, Why in Visual Basic, Why Not? FileMapping Class Module ======================== Tired of using the traditional Visual Basic File Handling Routines, or even FileSystemObject failed to read to a file byte-by-byte, or you want to Access a File Using Pointers for Better Scalability Performance, while Some Anti-Virus Blocks the use of very useful FileSystemObject, File Mapping Functions comes into a handy set of routines just waiting for you to use them, and take note, we people as Visual C++ and Win32 Assembly uses this functions, because we dont have easy macros. Why use easy routines, and limiting your performance, use File Mapping, thats the only way!!! yup, Visual Basic doesn't support Pointer Variables, but there is a CopyMemory "RtlMoveMemory" to do the same effects (a little slower than the real pointers but that will do just fine) Included in this ZIP file is my Class Module to perform FileMapping and a demo Project on how to use the File Mapping by Traversing to an Executable format and checks whether it is a valid Win32 Portable Executable Format and finally checks what type of PE it is, PE32 or PE64 ======================================================================== This code checks for a valid PE Executable Format To understand this Application, you need to consult your nearest PE Documentation. Win32 Assembly Codes are included in Comments are 100% working on TASM32 Compiler, Created by: Chris Vega [gwapo@models.com] http://trider.8m.com

2002C #10252
Sound Card Recorder

It records sound from the sound card. Great for recording streaming music then convert to mp3 and burn to CD.I got the original code from PSC which was taken from two other pieces of code here. I have added some features.

2002C #13483
Create SQL System DSN

This code will create a "System DSN" that connects to SQL server. Actually there are two project files in the ZIP. One creates an automatic (hard coded) System DSN when you click the create button. (See the PleaseRead.txt file) The other is set up so that you must enter the information before it will create it. I've only tested this on my Windows 2000 machine, but feel somewhat confident it will work on others.

2002C #14942
johna ProgressBAR ocx (1.03 release) with accepted negative values for Min/Max properties must see

This is a new version of my Progress Bar ActiveX controle i studied the feedbacks and add good properties Color,Min/Max with negative value accepted (ex: Min=-500,Max=500) more than 8 FX presets for smoothing the progressBar I'm waiting for your feedBacks or remarks

2002C #14727
Copy, Move & Delete Files withinVB Project

This is code will help to copy, move, delete files within VB Project without using Explorer and just defining the locations of source and target files. Kindly make reference to Microsoft Scripting Runtime (scrrun.dll). This code will greatly help in adding Backup and Restore routiens in simple manners.

2002C #14471
Anotha Media Player.

Uses Winmm.dll. YOU CAN CHANGE THE RATE OF PLAY. uses bitblt for cool interface, scrolling text like winamp, snaps to corners of screen like winamp, borderless form. Not quite finished, I need to add the playlist functions. Playlist is still functional though. Check it out and please leave feedback. Has ID3 tag code too, but not implemente dthat yet.

2002C #10122
DbaMGR

Update: ver 44 - DbaMgr provides a graphic management interface for MS Msde 1.0. It allows you to manage and administer your server, databases and database objects from a Windows interface similar to the one Enterprise Manager provides, rather than via the standard oSql.exe command line utility. In addition to traditional Sql Server objects management and permissions, DbaMgr adds HTML documentation generation tool, attach/detach visual interface, a query interface, and a visual interface for BCP operation. (468 kb)

2002C #14087
Get a list of every API call in ANY DLL File

This code can be useful if you want to use more of the API calls located in Different DLL Libraries. Don't forget to vote!

2002C #13588
Winamp Vis. Plugin - Oscilliscope *Studio* - DLL FIXED

Visualization plugin for winamp. see the readme file for info.

2002C #14209
Portable Executable (PE) File Header Viewer Plus Image Checksum Calculator

To study one File-Format Structure, is a "TRUE" advanced task for a programmer, offset-by-offset and byte-by-byte definitions, and studying the Executable Format of the system you are working on one of this tasks. But to study a format, you must have a Viewer and a Format Description itself from the File-Format author/developer or by scanning through the use of Scanners/Detectors. Using the FileMapping Class I recently submitted to this Server, I have created a Portable Executable Viewer, an Application capable of: - Has support for Portable Executable 64-Bit - Opening and Detecting Portable Executable Type - Recalculating Image Checksum - View MS-DOS Compatibility Headers - View Portable Executable Headers - View Optional Headers - Generating a Full Report

2002C #14466
Code Formatting - Its important people!

I aim to try and get more people to make their code more readable. More readable code means that the code is percieved better and better perception of the code might even to a better vote. Also, it makes everybody else alot happier if thay can actually read your code.

2002C #15019
NewCalendar

This is my modified Calendar.In This calendar I am not using any single date function to calculate the date.This will display Hijri as well as gregorious calendar.I have added more facilities in this calendar.If you don't mind please vote......

2002C #11673
ByRef Or ByVal

With this code I try to show you the different between ByVal and ByRef , I pass x variable by reference and see how it change and pass it by Value and get it with no change. Its very simple example that will help you to understand the different.

Languages
Top Categories
Global Discovery