Advertisement

Results for "Volume: 2002C"

2002C #15526
Patch It Yourself

Hello everyone :) Today here is a little program that is going to help you... or not at all! It's a program that reads information from a proprietary file with the extension .PIY and applies a patch to any file! As long as this file is the proper one :) .PIY files are plain text files. You can create them using any text editor like notepad, or using my other program "PIY Patch Creator". Before the patch is applied, the program checks that the file to be patched you pointed to has the right name, the right size, and the right hexadecimal values at the right places! It will check that the patch file structure is ok too, propose to backup the old file, and can even revert the patch if it detects that it is already patched (even if a backup was not created). Also features my scrolling caption thingy, APIs to open Common Dialog (no control), set the form to a circe one, allow to move it, and copy a file (for the backup). Don't worry, I didn't invent these APIs myself, I got them from the web here and there :) Don't remember where though, sorry for the lack of credits... The patching engine is all mine though. Oh, to answer a question: this program can NOT patch a file so has to change its size! It's purposed is to apply minor updates, like changing a variable value, little things like that. That's it, take care girls and guys, and I hope you will find an application to this one :)

2002C #14525
electronic keyboard ( organ)

press the keys and hear the different note from pc internal speaker.you can play music like piano. this code work in win 95,98,me .I promise next time to write the code for windows 2000 .in this coe I use port address of internal pc speaker.plese vote it.thank you. (YOU MUST COPY "INPOUT.DLL" to directory "windows\system" and "windows\system32" or in run type regsvr32 path\inpout32.dll

2002C #15543
A 3D cube/oblong without any API calls!

WinAPI or other APIs such as DirectX is not called! Just uses mathematics to; Rotate, Translate, X/Y/Z Scaling and Transform a 3D oblong/cube into 2D images.

2002C #14273
A a TCP/IP REMOTECONTROL WITH VIDEOCAPTURING*updated 05/21/02*

PC-Anywhere-Clone!! Look at the screenshot. You can view the servers desktop and control the remote-pc over keyboard and mouse. Completely rewritten 05/21/2002!!! Now you have framerates from 5 up to 15 per second (for the WHOLE desktop)- depending on the performance of your machines. New in this version: only the videodata which has changed from the last is transfered - MUCH MUCH more stable - lower bandwidths(theoretically you can use it with ISDN, DSL or LAN is recommended) - better interface. But try it yourself!! I spent a LOT of time in researching, so please leave comments and VOTE for me... PLEASE. KEYWORDS: winsock, network control, video, mouse, keyboard, cold beer, weekend, drunken *g*

2002C #14369
SMSICQ2

Send SMS messages thru the ICQ server without using a browser to do the job, or having to go to the ICQ web page. The guys in ICQ keep changing the way you send the messages...but hey.... we keep changing it too! VB Programmers ROCK ! :-)

2002C #15519
Simplified Hotkey Example

Shows how to emplement a hotkey globally. This example uses the ` key (192).

2002C #13989
The framework to create a game like Riven or Myst

This provides a framework to create a game like Myst or Riven. This sample includes text data files that contain information relating to each image. Images can be easily added and linked together. I have used my picture because I don;t have any others yet. I know my drawing is shocking! See Readme.txt for info about the data files. The message 'data corrupt' means that a link is incomplete. Have fun 'exploring'!

2002C #15205
TrueWavAnalyzer

This is the start of a Voice Stress Analyzer Project in VB. It's gonna be a Lie Detector... the Theory is a simple one, isolate the frequencies between the 7.8K and 12.8K Hertz Range. Analyze the variance of decibels, in this range, and any sharp rises indicate stress, or a "Lie". I decided that I needed to start with something that could, at least Isolate Frequencies. I Couldn't find anything like this on PSC, or anywhere else for that matter. So here it is, It's a Wave Frequency Analyzer. The Application lets you load .wav files of your choice, graphically sticks the "Scope" data, into picture box(es). From here you have Zoom, Loop & Selection Options. Selecting up to 32768 (The Single Pecision Dimensional Limit) samples which then are graphically analyzed by Frequency and Charted by Decibel. This Uses Fast Fourier Transform Concepts in Pure VB Form and quite quickly :) You set the start and stop markers, Partial wave Selection, Zoom and Loop functions mimic some commercially available products, such as Sonic Foundrys' Sound Forge. works on ALL WINDOWS Platforms and the Freq. Analyzer functions without a soundcard (since it's all binary reads). Also check out my TrueWavEditor & SampleStudio Projects Listed here on PSC as well.

2002C #15440
English To French Translation Program

This program translates as you type. Right now I am mainly working on english to french but I have put limited support for french to english. I know that there are lots of sites that can do this for you but I made this so if someone was making a chat program people speaking two different languages could talk to each other. Please leave a comment so I know where to improve. I will try to upload a new version in a few days or so.

2002C #15528
Public And Private Chat, File Transfer, User Information.[Former IChat]

This program will show you how to make a chat application. It will support an infinite number of users, file transfer, private messanges, hidden names... All written in simle code, easy to unerstand. Features: Public Chat, Private Chat, File Transfer, User Information,

2002C #14868
Send strings between app's

This program can send strings to another program by using the SendMessage api call, With Winamp also uses to be remote controlled!!

2002C #15365
Ultimate Direct X 8 Math Class !!LOOK!!

This XMath class is a must have. It handles Collision Detection Functions (Distance, Object-Object Collision Detection, etc.),Color Functions, Vertex Functions, Matrix Functions, Vector 2 Functions, Vector 3 Functions, Vector 4 Functions, Plane Functions, Quaternion Functions, Actual PI, Inverse PI, 90 Degrees, 180 Degrees, 270 Degrees, 360 Degrees, Radiant, Epsilon, Huge Single, Radians to Degrees, Degrees to Radians, much more.. I dont care about votes but I would like some feedback please. FREEWARE...have a look :) Enjoy -James

2002C #14170
Code Statistics v3.0

This will get the statistics of your code, from how many forms/modules you have to the amount of If statements in your program. It's handy for getting a breakdown on the complexity of your code (and for showing off about how big your program is :) Let me know if you have any ideas for improvements, and as always, votes are definatly appreciated ;)

2002C #11005
UPDATED DIRECTX8 TUTORIAL!!!

EGAD!!! It's a work-in-progress tutorial for D3D in DirectX 8!!!!! Featuring: * Initialisation!!!! * Vectors and stuff like that!! * Matricies!!!!! * Luvly little spinning shapes!!!! * Lighting!!!!! * No Ants!!!! * A smashing logo!!!! NOW WITH UPDATED CLEARER CODE AND TEXTURING!!!! WOW! So much stuff! So little ants! Vote if you like, i'm more interested in comments. Tell what u like and what is good about it, tell me what is awful and how to improve it! (thanks to simon price for his DX stuff)

2002C #15554
Send console messages in NT/2000/XP - & specify who it is from

This code demonstrates the use of the NETAPI32.dll to send a message to another user or computer on the network or to yourself if you are very bored! The important difference between this code and other stuff you will find on the net is that it will let you specify who the message is from! Also, the message can be sent across the internet, so long as the machine is running xp or nt and you know their IP. This is only available to Windows NT 4, Windows 2000 and Windows XP home and pro editions.

2002C #13263
Scroll text H/V smoothly

Scroll large length text. Added horizontal mode sample. Lines correctly broken to adjust text into scroll PictureBox.

2002C #14325
LineIndex Class

Ever needed to read the 23553th Line from a 5MB file? This class will do that, *without* storing the file in an array! Very fast binary file access to read one or more line(s) by *line number*. Now you can read files page by page - backward.

2002C #15262
ActiveX 3D Button

A Full working 3D Blue Button That you can use in anything, very simple, uses pictures not lines so its easier to understand Please vote as i have taken time ot make this just so people around the world can use it for free, and then most people just click download and run it. And maybe use over and over again!! without even mentioning!!! :-@ ! Also please leave feedback so I can add more features to the control! Thanks Richard

2002C #12783
SaveGetSettings

Fed up with saving and loading your form's settings? Well save this module and with one line of code you can save its's size and position. One more line and you save _All_ the text and check boxes values. Come on this is a great time saver - how about a vote ??? Only missing option buttion settings... maybe next week.....

2002C #14145
Tray Drink

This doesn't do much, it just shows a drink in your system tray. As you will notice, the drink will get empty as time goes by. Right clicking the drink will enable you to configure the drinking speed, and of course the drink. I've included beer, wine and milk, but drinks can be added by creating your own set of icons, createing a folder in the icons dirctory, and adding icons called 100, 75, 50, 25, 0 and !. Nothing fancy, just for fun! Could be inplemented in your own application (again, just for fun)

Languages
Top Categories
Global Discovery