Advertisement

Results for "Volume: 2002C"

2002C #16466
Fast Fourier Transformation

This program will sample sound from your Audiodevice and apply a Fouriertransformation to the sample buffer. This Program has a GUI and will plot the FFT in a window. You can change BufferSize and SampleRate in order to change the FFT resolution. This is a complete VisualC++ Project and is written in pure C. The code has many comments and you should be able to follow it up easily. Have fun playing with it.

2002C #9042
Spell Checker (uses MS Word)

This code uses OLE Automation to allow VB to open an instance of MS Word if the user has it on their system and spell check the contents of a text box. It could easily be modified to work with any control that has text on it. I would recommend better error control than the On Error statement listed here.

2002C #16408
Full Windows Checkers Game!

This program is used to display how to make a simple windows game without much confusing code.

2002C #16468
Soldier2001

3D first person shooting game PLEASE VOTE FOR ME!!!!!!!!!!!!!!!!!!

2002C #9044
Create and save into .txt files.

This will create and write into a *.txt file of your choice. Put this code in a timer and you have yourself a keystroke logger. You can save the contents of a textbox into a file also.

2002C #9045
Set Icons for any Form or Program

With this code you can place any Icon in the title bar of any Window, just by reffering to a .ico file or to the position of the Icon in a DLL.

2002C #16454
No Control C Password

This is a password script. Every charachter the user input it displays a star. the password is kcTHEgreat. Catches Control c (Taught to me by a friend :)) so the only way out is to enter the correct password. If you like and think it's secure put it in your autoexec.bat

2002C #16215
MAS (Master Assembly Script) Alpha Release and the LoSt Downloads

This article contains 10 downloads in C and C++. Including the alpha release of my scripting language. As well as source code which was Lost. Console/DirectX/Win32 etc..

2002C #9013
Form bouncing against the Start Menu at exit! 2.0

This code is a must have! It's cooler than the "Cool Form Close" code , cooler than the "Implode and Explode" code! So what does it do? When you close you program a really cool effect will appear. Your form will shrink so just the Titlebar is being showned, then the titlebar accelerates and bounces againt the start menu, goes up in the air, bounces a couple of more times and then disappears behind the Start Menu! Way Cool! This code is a very advanced one but it's really easy to use, try it!!! Includes functions for getting the top position of your start menu and offcourse the bounce code! New for ver. 2 is that the form now can bounce sideways if you edit the code just a little tiny bit, now also supports maximized windows!!!

2002C #9030
Dictionary, or Anything Else to store stuff

you enter a word, or whatever else you want and it brings up a definition, or something else.Note: Saves into the registry key: HKEY_Current_User\Software\VB and VBA Program Setting\ whatever you set the path to

2002C #16176
BrainVita

A very good puzzle game with GUI .

2002C #16456
CPU usage in per cent

This small program shows you the CPU usage in per cent. In the zip file is a very good explanation for the code (how does it works). Please VOTE this program.

2002C #8956
MP3Snatch v2.0

This revised code finally supports the MP3 "Genre" tag (WinAMP 2.22+ compliant). Loads of you have emailed me requesting this facility - I think this is the first such VB code to support it! Easy to implement and the new genre routine is compact. It was a right pain in the arse collecting the Genre descriptions ;-) Note:- A demonstration app is availble from my homepage...

2002C #9054
ChangeRes

This Function will change your Windows Resolution. It is very simple, and it does what most Resolution Change Functions don't do, it changes the the Bits Per Pixels as well as the Screen Width and Height.

2002C #9037
**A Bouncing Ball**

This code shows a circle bouncing off of the sides of the form like Jezzball (But not as good).

2002C #9063
Error Handler Document

This code pastes into a Module that Create (if not exists) a MDB to record the errors that occur in your application.

2002C #16193
Jumping Frog

Create transparent bitmaps at run-time!

2002C #9050
Kewl 3D Star Field! User can change camera angle!

This code generates a moving 3D star field, almost identical to the windows 'flying through space' screen saver, except this runs in a window of any size, and when the user moves the mouse over it, they can change the camera angle, which I suppose could make a neet game back ground for an outter space filght sim.

2002C #9066
Enter to Tab

This code gives the "enter" key the same functionality as the "tab" key in a vb form. When the user presses the "enter" key, it moves the focus to the next control, based on the tab index order. Don't forget to set the KeyPreview property of the form to True. (My thanks to Pennington. His TabToEnter2 code laid the foundation for this code.)

2002C #9047
Code for a basic Pong style game!

Makes a little pong style game

Languages
Top Categories
Global Discovery