Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #238382
CyberBox in VB6

This is a recreation of CyberBox. The original was written in C++ by Doug Beeferman and ran on DOS. A good portion of this code was written by David Yang. His work is greatly appreciated. I have tried to stay as close to the original as possible. The main reason I even began this project was so I could have a working Windows version as my DOS version from Mr. Beeferman doesn’t work correctly under the pseudo-DOS found in Microsoft’s Windows XP (font problem). There was a couple of annoying things wrong with this program that was taken care of by Paul Bahlawan. I would like to thank him for this work! The object of CyberBox is simple. You are trying to escape through the "hall" at the top of the board in the smallest number of moves. In your way are boxes which you must move out of your way. The opening screen explains the boxes to you. It is possible to get stuck in the levels by moving a box in the wrong place, so you have the option to retry a level but only a certain number of retries are allotted to you so use them wisely and try not to get stuck. That is pretty much the whole point and object of this game. KEYS Arrows To move ' each time an arrow key is pressed it counts as one move... even if the little guy goes no where. A To see the about form I To see the instructions form R To retry the current level - you got four Escape To Exit the program L Is a cheat To progress through levels without playing them 'possibly going to be removed in a later release. THE MAJOR CHANGE IN THIS UPDATED RELEASE IS THAT EVERYTHING [BITMAPS, LEVELS, ETC] IS INTERNALIZED. This zip file is Desktop Friendly™. Again, Thanks to David Yang and Paul Bahlawan for their work. And also, thanks to Doug Beeferman for your original program.

7_2009-2012 #237841
SystemGraph

This usercontrol could be used to show your users the outgoing/incoming bandwidth or performance of your program live. This is done by constantly feeding the graph with new data, etc.

7_2009-2012 #237633
More Silly fun With Pixels

I Know It's easy stuff, and it only takes a few minutes to make, but I suppose you could use this example to display a good use of Get and SetPixel. Making Images Appear to move without moving a control? I dunno. You Can use as many images as you like, just load your pictures into the control array PicRange, The program automatically compensates for the size of the control arrey. eg copy and paste PicRange(0) as many times as you like making PicRange(0) PicRange(1) PicRange(2) PicRange(3) PicRange(3+N) etc

7_2009-2012 #231219
CommonDialog Enhanced Callback

CD Enhanced is a sample VB project that show how to use the system CommonDialog without OCX/DLL. Moreover, show how to use CommonDialog 'callback' to enhanced your dialogs and manage advanced features never see like: images preview (with stretch or not), audio wav/midi preview (play directly in CommonDialog!), you can add custom image where you want, resize common dialog to add your controls (TextBox, Toolbar, PictureBox, ecc. and manage them events). Example you can add a TextBox in the system Font dialog that display a custom text. With this CD class you can transform a system CommonDialog how you desire!!! The image below shows the Audio-Preview dialog with a top custom image.

7_2009-2012 #237632
Not More Graphics Effects

I'm sorry but it seems a few people do like these effects. This ones differant again. This time i suppose my excuse is demonstrating BitBlt. It is pretty cool though, the image snakes around quite fluidly then when you press stop returns to it's original point of origin (Nearly)

7_2009-2012 #226229
Drawing Control (Updated Version)

This is a Drawing ocx control with multiple functions (similar to CorelDraw). In this version,You can Draw object like line, arc (with bezier), ellipse, rectangle, rounded rectangle, polygon, star, multi-lines text and image. You can edit objects size, rotation, color, border, aligmnent, position, etc... You can also group/ungroup objects, zoom-it, save to file, copy-paste, undo-redo, export to bmp...

7_2009-2012 #238403
Talking Girl

Here is a talking girl. which not only talk but also praise you.It will also speak what u type in the text box.It is very attractive project and will touch your heart.Vote for me if u like it.

7_2009-2012 #238215
All Strip Downloader

Downloads a variety of comics from the internet. You can choose what folder to download to and whether to sort the comics into year and month folders. Even has a preview of the comic once it has been downloaded! This is basically a major makover of my Garfield Strip Downloader. Hope you enjoy it! Feel free to email me with any coments/critisism/suggestions.

7_2009-2012 #236315
Stable QuickSort v2.3 - SAFEARRAY Final (7th March 2009)

Grab hold of your snow boards folks - Rd's stable non-recursive quicksort algorithm the Avalanche just got even faster ... This is the latest and final version of my non-recursive quicksort based algorithm that has been written from the ground up as a stable alternative to the blindingly fast quicksort ... It is not quite as fast as the outright fastest non-stable quicksort, but is still very fast as it uses buffers and copymemory and is beaten by none of my other string sorting algorithms except my fastest non-stable quicksort ... A standard quicksort only moves items that need swapping, while this stable algorithm manipulates all items on every iteration to keep them all in relative positions to one another. This algorithm I have dubbed the Avalanche ... See included html page in 21k zip for details ... Also included is an Avalanche based pre-sorter and the latest version of my insert/binary hybrid Twister algorithm which utilizes the pre-sorter ... Obscure Bug Fix 7 March 09. I documented it 'can sort sub-sets of the array data' but with the indexed version if you do an error *could* occur without this very small change ... This is definitely the final version of this unique algorithm, I have very much enjoyed developing it. I hope you like it. Happy coding from Rd :)

7_2009-2012 #223736
Images-in-a-Cube

The name says all. It uses OPENGL and requires Windows XP.

7_2009-2012 #237634
A Nice Fresh GUI

I needed to write a program that actually did simple things, but It had to look good, not your normal run of the mill text box and label type thing. I Have created what could be closely be related to a Display engine, you tell it the Details, it does the rest. This is not a full menu list, but I would like to know, is this any good, or is there an easier way and I'm wasting my time???? your feed back is much apreciated

7_2009-2012 #233966
Get window handlle (hWnd) from process ID

A module for retrieving the handle number (hWnd) of a window providing only the process id number (PID). This code is seeking handles that match the given PID and returns the hanlde that refers to a visible window. But, since not all the processes running are windowed or some processes may have multiple windows, may not work for every case.

7_2009-2012 #232789
Parallax Scrolling

A first for PSC (I think) - A "how-to" on parallax scrolling. Demonstrates an animation technique used by some RPGs and side-scrolling platform games that creates a better sense of motion. Enjoy!

7_2009-2012 #221304
create a Shelllink (also known as Shortcut) with a few lines of code

It creates a shortcut and lets you define all important parameters. I have seen some examples before, but they where all too complicated for this little job. So I collected informationen and wrote this.

7_2009-2012 #235539
Image Hunter :: Find all the images on any Webpage and download them all.

Parses out all images on any webpage and downloads them all. Just add your URL(s) and away you go!

7_2009-2012 #238407
Keystate

get and change numlock ,capslock, scrllock and insert key state using system tray (Add and remove) using self start with windows using transparent layer using read and write registry get screen workarea with SystemParametersInfo and adjust form left and top with a Taskbar Visual Moving a Window Without a Titlebar always Keeping a Window On Top

7_2009-2012 #235243
Buddhabrot fractal Translation

This is a VB translation to the current Delphi contest winners submission at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1684&lngWId=7. I didn't have Delphi but still wanted to try it, description from original author "pseudo colourisation technique. This type of techniques are used by NASA and other space organisation for the astronomical images of distant galaxies, nebulas etc." It basically just makes a colorized version of a mandelbrot set. Updated Jan 11.

7_2009-2012 #235914
PSC Vote Linker

Well this is the code for you! If you are a PSC Code contributor, you know that after downloading your code people seldom comes to vote. It's because people forget the link and never bothers to find it again. That's why I have made this for you... Now This User Control(PSCVOTE) makes it so easy for people to reach your code's voting page at anytime from anywhere. What you need to do is keep this user control in your project and use it wherever you wish. Enjoy those GREAT Votes!

7_2009-2012 #235454
A more compact storage of bytes in string than using Hex

Storing data (anything) in a string can be done more compactly using this method than using Hex strings. *Updated - speedier main functions. I've also added functions for more compact storage of dates/times in strings than a simple byte translation.

7_2009-2012 #238393
CtextboxControl: a class that encapsulates tons of hidden actions that can be performed on textboxes

This is a class that allows you to have much greater control over your textboxes, regular or rich. Such things as getting the character and the word the mouse is over to getting the top visible line to scrolling the textbox with code plus many many more.

Languages
Top Categories
Global Discovery