Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #185163
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.

5_2007-2008 #181572
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 ! :-)

5_2007-2008 #185054
Simplified Hotkey Example

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

5_2007-2008 #183884
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.

5_2007-2008 #184628
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.

5_2007-2008 #185076
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,

5_2007-2008 #182756
Send strings between app's

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

5_2007-2008 #184418
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

5_2007-2008 #183701
Change Font Color On Form

This code will change the forecolor for Labels and Textboxes (can be edited for Other Controls).

5_2007-2008 #185077
Diamond Wireless Remote Admin

This code allows you to control/monitor a remote computer. Lot's of features. Uses winsock. Standby is invisible. Features: Messageboxes (6-types),Program Run (remote),Beep / System Dynamic Beep, Clipboard Monitor/Cleaner, ALT+F4, Remote DIR, DELETE, RETRIEVE, Copy, Keyboard/Mouse Monitor, Keyboard Master-Character, CD-Tray In-Out, Resist Shutdown, Shutdown, Logoff, Force Shutdown, Force Logoff, Binary Upload.

5_2007-2008 #182141
A Better Way To Run A File..

This is a great way to run a file without having to get the path everytime you want to do it. It will check if there is an entry in the ini. If there isn't it will open a Common Dialog, save the selected file path to an Ini then run it.

5_2007-2008 #185215
Dec Enc - XOR file encryption - fast file access

Dec Enc encrypts any file you throw at it, any size can be handled and does not take huge amounts of memeory to run - bout 1.5 MBs at most of free RAM is all that is needed to encrypt any file, and less than that if the file is smaller. Dec Enc uses a byte array to read data from a file and then encrypts the file and writes the array out to a file. Most other programs I have seen use strings to store data, which are limited in how much they can store. Although Dec Enc uses XOR encryption, it could be made better with another encryption technique.

5_2007-2008 #181040
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 ;)

5_2007-2008 #175638
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)

5_2007-2008 #185216
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.

5_2007-2008 #180865
Scroll text H/V smoothly

Scroll large length text.

5_2007-2008 #181433
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.

5_2007-2008 #173262
VB Project BackUp Class

Very simple class for backing up your entire VB projects. Backs up Project to a given directory, exactly like the source directory. Call the method with one simple line and you want ever have to worry if you saved that last procedure if VB crashes. Just remove the class before you compile the final build. (Example: dbg.BackupProject "C:\Backup\VB\ProjectName")

5_2007-2008 #184075
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

5_2007-2008 #178418
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.....

Languages
Top Categories
Global Discovery