Advertisement

Results for "Author: jonathan smith"

ASP_Volume3 #45699
Kill the Windowz Close Button (X)

This subroutine will disable the Windows 9x/NT ' close button, also known as the little X ' button. It's really useful when you have a ' form that you don't want to set its ControlBox ' property to False. Write this code in a ' standard module (BAS).

ASP_Volume3 #45700
Get the binary inverse of a string

This code is the equivalence of the bitwise complement C opertator (~), except this only works on strings. I got tired of not having this capability, so I wrote it =)

ASP_Volume3 #45701
WinKilla - Runtime Disassembler

**UPDATED FOR NT SUPPORT** Spy++ is good, if you like LOOKING at what's loaded in Windows. WinKilla takes that extra step. WinKilla is actually Windows disassembler, minus the procedure watches (which are being added, by the way). However, WinKilla actually lets you TAKE CONTROL of all classes derived from the C++ CWnd class! This means that not only can you play around with all visible windows, but you can also tinker around with HIDDEN WINDOWS, ALL CONTROLS and PROCESSES! Imagine changing the text on a command button that isn't even made in VB from a program that you didn't even make =) Take a look. This is probably one of my best works yet.

ASP_Volume3 #45702
SourceBrowser (ALPHA)

A simple web browser that has two panes: the view pane and the source pane. It automatically loads the source code to whatever page you are viewing, and gives somewhat of a tutorial on how to use the MSInet Transfer Control and Microsoft Internet Controls.

ASP_Volume3 #45703
Morphyx MP3 Encoder

What do you get when you combine two programming languages? Morphyx. I've been working on this program for about two years (mainly research) and I finally just decided to take one section out of the big program and give you an encoder. (The FULL version, which isn't freeware OR open source, encodes/decodes MP3s, rips CD tracks to WAV or MP3, burns CD tracks from WAV or MP3 and also creates MP3 discs, plays EVERY type of media file including videos, connects to Napster, records sound via microphone, records video via web cam, etc. etc. etc.) Morphyx Encoder gives you a choice of two encoding engies: LameEnc and Blade. Note that this is NOT command-line encoding. This is done through an encoding API (BLADEENC.DLL or LAME_ENC.DLL) with a wrapper DLL (MORPHYX.DLL). I included the full source to MORPHYX.DLL, but neither BLADEENC.DLL or LAME_ENC.DLL, because, well, I didn't those. =) Morphyx EXE: Visual Basic Morphyx DLL: C BLADEENC.DLL: more than likely C or C++ LAME_ENC.DLL: more than likely C or C++

ASP_Volume3 #45704
WebZip - Update for Online Zip Browser (I)

This program is an update for the code that Rang3r posted (Online Zip Extractor). This version has an improved GUI, a ping feature, checking for resumable servers, and checking to make sure the ZIP file exists. GetIcon function by Tom de Lange and skinned buttons by J. Pearson.

ASP_Volume3 #45705
Take Control of the Compiler

Access CPU registers, write true in-line C, C++, and assembly, hook API calls made by other programs, export your functions to a non-ActiveX DLL (in other words: make APIs), call functions by address, etc, etc, etc. The potential is mind boggling!

ASP_Volume3 #45706
WinKilla - Runtime Debugger/API Spy (UPDATED)

*** UPDATED UI AND FEATURES *** WinKilla's main function is that of an API spy. However, I've greatly updated it to do such things as flash windows, retrieve thread and process IDs, retrieve parent handles, determine the possible language the process EXE was made in, and several other things. If you like it, please vote!

ASP_Volume3 #45707
HyperApp - Write binary code with HTML!

Create GUIs based entirely on HTML or write machine-specific code for web pages!

ASP_Volume3 #45708
Windows Messenger Uninstaller for XP (Automatic or Manual)

If you're anything like me, you have no use for Windows Messenger and want it GONE from your system. Not only will this program uninstall it from your computer, it will add it to the list of Windows Components (in the Add/Remove Programs control panel applet) so you can manually uninstall it if you wish, or install it at a later time. =)

ASP_Volume3 #45711
View/Change TCP Stack WITHOUT calling "netstat -o"

A few of the firewalls written here on PSC shell to netstat.exe to map ports with processes. This article explains how to do the same thing using a couple undocumented Windows XP API calls.

ASP_Volume3 #45712
Truth Internetworks

Truth Internetworks is software which I'm hoping will one day will take a chunk out of America Online's usage. Looking for developers who are willing to work for free in their spare time to help develop a constantly evolving content provider. Please read for more information.

ASP_Volume3 #45713
ZangCam Pro Web Cam

ZangCam Pro is a web cam client. I use the word 'client' because, unlike a web cam server, ZangCam Pro doesn't accept direct incoming connections to view the pictures. Instead, it takes a picture every 10 seconds and uploads it to an FTP server. The user configures what FTP server to use. Supports writing text along the bottom of the picture, and uses 'backreferences' for date and time (%d for date, %t for time). Ideal for users that want to publish a web cam to their web site from behind a firewall, but don't want to pay for special software and hosting. PLEASE NOTE: This code is only about 75% mine. I didn't know how to convert BMP files to JPEGs and there was no code on PSC for how to do this, so I used some vbAccelerator source code. This software also uses the Shrinkwrap VB ezVidCap component for VB6, also included in the project. If you like it, please vote. If nothing else, leave a comment saying how I could improve it. I will continuously update this software and add features. By the way, my web cam (which uses ZangCam Pro) can be viewed at http://www.imp-lan.com/ultimatum/webcam.htm

ASP_Volume3 #45714
Morphyx MP3 Encoder

An MP3 encoder using a GUI. Very simple, easy-to-use program that gives you the option of using two encoding engines. The GUI was written in Visual Basic, but the encoder was written in C. Enjoy!

ASP_Volume3 #45715
MP3 Decoder/Playback Source

This code demonstrates how MPEG-Layer 3 (MP3) files are read by programs like WinAmp and Windows Media Player. Note this code uses no Windows API calls, DLLs, or OCXs. This is the *RAW*, *VERY UNREFINED* CODE for reading and playing MP3s. It contains no examples, but is based on FreeAmp, so if you want an example, FreeAmp is as close as you're going to come. I do plan on creating an example sometime later on, but for now, here's the code that everyone's wanted. =) I can't take credit for this code, though. The ORIGINAL MP3 decoding algorithms were written by the Fraunhaufer Institute. Oh yeah, while I'm at it, vote for me! =)

ASP_Volume3 #45716
MP3 Encoder (Converts WAV to MP3)

Here's some MORE source code that I know everyone's wanted! Take your favorite CD audio tracks or WAV files and shrink them to MP3 format using this code. This WILL COMPILE in Visual C++ 6! YAY! Wanna learn how to decode them and play them back? Check out code number 372. Vote for me =)

ASP_Volume3 #45717
The 5 byte EXE file

This article is based on Vbmew's "make 7 byte .exes" (http://www.1cplusplusstreet.com/vb/scripts/ShowCode.asp?txtCodeId=2221&lngWId=3) His article perked my interest in the Assembly language, so I went out and did some research. This article is a very brief primer on assembler and machine code.

4_2005-2006 #150996
Kill the Windowz Close Button (X)

This subroutine will disable the Windows 9x/NT ' close button, also known as the little X ' button. It's really useful when you have a ' form that you don't want to set its ControlBox ' property to False. Write this code in a ' standard module (BAS).

4_2005-2006 #150997
Get the binary inverse of a string

This code is the equivalence of the bitwise complement C opertator (~), except this only works on strings. I got tired of not having this capability, so I wrote it =)

4_2005-2006 #150998
WinKilla - Runtime Disassembler

**UPDATED FOR NT SUPPORT** Spy++ is good, if you like LOOKING at what's loaded in Windows. WinKilla takes that extra step. WinKilla is actually Windows disassembler, minus the procedure watches (which are being added, by the way). However, WinKilla actually lets you TAKE CONTROL of all classes derived from the C++ CWnd class! This means that not only can you play around with all visible windows, but you can also tinker around with HIDDEN WINDOWS, ALL CONTROLS and PROCESSES! Imagine changing the text on a command button that isn't even made in VB from a program that you didn't even make =) Take a look. This is probably one of my best works yet.

Languages
Top Categories
Global Discovery