Advertisement

Results for "Author: coding genius"

2002VB #23073
A DirectX 2D Graphics Engine

This state of the art 2D engine has loads of features including special lighting, and gamma correction. It has lots of extra helper libraries such as the brand new automatic logging capability for easy error pinpointing. The great error lookuo table allows you to look up any errors returned and get a description. With fast graphics blitting, and lots of special features, this engine will really help even the novice programmer to create blisteringly fast, smooth games. Remember to vote and give your feedback.

2002VB #23074
A custom progressbar class module - Updated

I created this class module to turn a picturebox into a progressbar. It is very simple right now. You can se the back and forecolor then set the value and (update) ! wether to show percent or not !. Please tell me what you think (and vote please) By the way. Most color combo's work. All the vb color constants do, u know vbblack, vb red so on. But if u usse long or hex values, they sometimes go different colors.

2002VB #23075
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.

1_2002 #109035
a cool pattern, screensaver thing (ya just gotta see it)

Uses Line, Circle and Print functions on form to make a really whacky, cool, colourfull screensaver. Shows how to position printed text on forms, change colours, draw lines, draw circles, you just gotta see it. Just copy and paste into a form (add a timer, interval = 10, forms windowstate = vbmaximized and backcolor = vbblack)

1_2002 #109810
A cool graphics and sound engine with examples, very cool.

A whole graphics engine and a sound engine with a full sample program. graphics engine has: Animatition with 1 picture, animation with array of pictures, bitblt, move sprite over background and Pixel manipulation; Sound engine has: Make a trackerbar from a picturebox 9that works), Play and stop wav file, Play and stop midi file, Play short wav file, Stop all sound and get Short File name. A midi and a wav file included for testing. The engines are in a seperate module each so you can make a copy of them and keep them seperate from the sample. the sample is fully commented but the engines are not.

1_2002 #109811
Space Pong V 1.02 *Another Update*

This time the interface is much cooler, it incorporates a cool new Frame Limiter (Geoffrey Hazen's- Ta Geoffery!), it saves your settings to the registry, has a few mistakes fixed, generally looks nicer! Check out the screenshot. And please tell me what ya think. If you guys think its worth it, I'll try and port it to DX 8! Although still learning that (Again for the fourth try or something.! lol)

1_2002 #109812
A mixture(mostly file stuff)

This is my higher visual basic project for school (Very easy actually, good for newbies). It lets you add a company name to a list (shows the number of times it's been entered next to it.) or remove it. You can save and open lists. It even has its own file extension. It demonstrates file operations and parsing (that was actually quite hard). When you enter a name it only accepts letters, numbers and spaces else it asks you to type it again. I have 5 weeks to do the project though so this is only my first attempt. Leave your feedback and if you like it, vote. (Reading my feedback and seeing a new vote is the only pleasure I get in life. I know, i'ts sad isn't it). ;)

1_2002 #109813
A cool DX chat prog

Talk to oyur friends on line with the only DirectX(DirectPlay) on PSC. I have added in some comment lines that are code and if you remove all the 's then you can send commands to somebody on the recieving end. If you decide to do this then I also have a little sub program for the commands so you can mail me if you want that.

1_2002 #109814
Windows Messages and Subclassing

Subclassing ofers great advantages to VB programmres. This article should teach you all about the message system Windows Uses, and how to implement it into your Visual Basic Programs.

1_2002 #109815
DirectX BASIC Tutorial

I am just trying to learn DirectX 8.0 right now. I am finding it tough even with ome really good tutorials. I thought there might be some other people in the same situation so here is a simple tutorial on the very basics of programming with DirectX 8.0. Hope you find this useful. Please leave feedback so that I can hopefully improve it for the future.

1_2002 #109816
DirectX BASICS Tutorial part 2.0

This time I will try and teach Enumeration. Read my first article first before you read this (link given in this tutorial to first one). And learn something. Oh and post lots of feedback (and a vote or two ouldnt go amiss ;) )

1_2002 #109817
DirectX 8.0 3D

I am learning DX right now and this is one of my better attempts at 3D graphics. Its a multicoloured rotating cube in the world of cyber space. The bright colours show how the cube is made up. The way the light is, you can see the triangles that make up the cube. See the screenshot but the screenshot itself is only 10Kb so its all..."liney", the cube itself has completely smooth rendering. Everythings in a neat module which can be easily modified. Post feedback, and a vote or two owuldnt go amiss either :). Again sorry for the terrible quality picture, at least it loads fast. I assure you the real cube is much better looking. Smoother. ;)

1_2002 #109818
Wierd Sreen Effect

Vote please. Ok, It takes a screenshot (see screenshot lol) of the screen(using its Hdc) and paints it on the form using BitBlt. If you change the forms forecolor then it looks really cool, in the code it sets it to vbblue, to make it look just like the desktop use vbwhite, it looks really cool with colors like vbyellow and vbred and you could use RGB(Red,Green,Blue) Have fun ;)

1_2002 #109819
AI Chatter Bot

It has 5 different ways of finding an answer and can even learn. It breaks ur sentence into an array, removes minor words, rearranges the sentence, everything. It demonstrates file parsing, string manipulation, file append, file input, file output, learning. Credit must goto the maker of michael the AI chatter. The interface is pretty similare, the functions are pretty similar, the code is pretty imilar. My prog just concentrates more on getting an answer so it should be better at talking. You can write your own question file and join it to the main one using the Import File Feature (with progress bar). To see the list of copyrights see the author of Michael the AI Chatter.Ask it what its age is, theres a small bug in that but its still cool.

1_2002 #109820
AI Chat bot *BUGS FIXED*

Ok, this time all the bugs are fixed. Apparently it was giving file errors (Not for me) but thats fixed now guaranteed. If you asked it its age it came out wrong, fixed. Apparantly somebody said one of the files was missing. ell I ve double checked this time.

1_2002 #109821
Function Plotter

You ype in a function. It is plotted as a graph. You can manipulate the graph by changing its y-shift, x-shift, period and frequency. You can also interchange between dot and line plotting. It will dynamically update the graph when you change something about it. Please leve some feedback and tell me wha you think. Its not meant to be a huge project, just a one hour hing thatt'll maybe help somebody in the future.

1_2002 #109822
Advanced BitBlt Pong Game

It uses BitBlt so runs very smoothly and fast. The ball and bats and wall have shadows. There are sounds and music. It has three modes: Player V player, Player V computer, or Computer V Computer. It has customizable options and speeds. the ball bounces on a Z axis too (Actually the shadow just moves) It has an easy to use interface. NO KNOWN BUGS.

1_2002 #109823
Cola Joke (CD Tray opener)

I dont know if any1s seen the cola joke, It asks if u want a free dinks holder, u click ok and ir opens the cd tray/ Well heres the source code ;)

1_2002 #109824
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.

1_2002 #109825
Code Formatting - the variable naming part

hers is the second part of my article on code formatting. it explains how important variable naming is and how you should declare them.

Languages
Top Categories
Global Discovery