Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #80483
Hit'n Run!

This was written a long time ago and I can see a lot of it is poorly written and set out and is totally uncommented, but if you can't understand something email me and ask:). Hit'n run is a full screen car game where there are pedestrians walking around and u get to run them over, it has no goal but it's a fun little game. There are some shortcuts I took like I used circular collision, which is fine for the pedestrians but for the car it means the pedestrians have to hit a circle that has a diameter of the width of the car. If you stay still and make AI "Suicidal" then move after a couple of dead pedestrians, their bodies will be in a circle not a rectangle like the car. Also the car has only one speed and a poor turning circle, the wide turning circle makes it a bit harder to hit the pedestrians, and makes it harder for anyone to notice the circular collision. The pedestrians AI is "None", "Suicidal" or "Scared", they speak for them selves. There is one extra option that effects the AI options above, that is random. If random is turned on it will effect the AI by turning the person randomly within 90 degrees of the direction set by the AI. I stole the picture of the car of GTA if you haven't already noticed.

C_Volume2 #80484
BoxWorld Game

A re-creation of BoxWorld puzzle game. In the game, there is a little boy, one or more boxes and little balls marking the boxes' destinations. Your goal is to use the little boy to move the boxes to their destinations. See it for yourself. The screenshot has been left out to reduce upload time. ( I've been busy applying for Singapore Schools since the last 2 months. If you send your e-mails to minsin999@hotmail.com, I won't be able to check them. Sorry about that.)

C_Volume2 #80485
Mouse Enter/Exit for all controls (including those without handles)

This program improves on the work presented by Evan Toder regarding the capture of Mouse Enter and Exit events. This version will capture events from all controls on a form - including those without hwnd properties (such as labels, images etc). The program can also handle control arrays, and controls that are nested in containers. You also have the ability to choose which controls have their mouse enter/exit events reported. Mousewheel events have also been added.

C_Volume2 #80486
Library managment system

For handling books,members and all library related stuff for library managment system

C_Volume2 #80487
El Mucho Funo (Unique Graphics Program)

This was just for fun really, bored and had vb like most of my stuff.

C_Volume2 #80488
SolarPro (3D graphics just win-API)

SolarPro is a greate pure vb software to calculate solar radiation on 3D surfaces. it has a powerful graphical interface using Win-API functions to show objects in 3D. in graphic window use these keyboard-mouse for rotate/size: (Ctrl)=Zoom , (Shift)=move or pan, (Mouse-Drag)=rotate this program is not completed yet but most items are currently available. it is recomended that run this prog in Win XP/2k and not in 98/Me s.serpooshan

C_Volume2 #80489
A Scroller Version 2 - Smoothly scrolls text in a picturebox

It can scroll right to left or bottom to top, stop at top or stop centered, scroll and stop or Scroll Continuously and background, text colors & fonts are all customizable. It uses bitblt to do the drawing so its flickerless. This control is a updated version of http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=14967&lngWId=1 that I modified & updated for Almost Real Jukebox.

C_Volume2 #80490
VBAL- Plugable VB CD Ripper - With CDDB Lookup

While getting accustomed to working with the VB Accelerator CD ripping project files I was able to put two of them together to build a Plugable CD Ripper with CDDB lookup. Eventually all this has got to go into Almost Real Jukebox. However I figured a few might like to use the CD Ripper by its self for now so here it is. Please be sure to read the Requirements.txt text file. All the support files, DLL & OCX's are listed & VB Accelerators website link, to make this horse work. All the support files are available from VB Accelerator. It took a lot of work to combine the two project programs so I hope you enjoy it !! If you find it useful please vote !

C_Volume2 #80491
Encrypt ANYTHING

I use winsock quite a bit with my programming. This was created to send encrypted information via the internet from client to server or server to client. The module picks a random number to encrypt each letter with and stores it in the information. (example L:23:E:3:T:34:) and then the numbers used are encrypted with it as well. Please let me know what you think of it and vote as well. Thannks in advance ~James Miller

C_Volume2 #80492
How to make sure your project is compliant with all windows operating systems

How to make sure your project is compliant with all windows operating systems.

C_Volume2 #68316
Capturing the Extra Mouse Button Events

This program will demonstrate how to capture the extra mouse buttons such as the mouse wheel and x buttons (the buttons on the side of the mouse). Mouse Hooking is employed so these the events can be captured independantly of the controls.

C_Volume2 #68317
Tab Mdi application

Tab Mdi application. A template for your application. Simulates a tabcontrol, but uses mdi forms for added managability. The tab control on top shows/hides your forms.

C_Volume2 #68318
Printing DLL

This is a DLL for reporting. PSC is not that good on this subject so I've made it myself and share it here. Well, it's not ready yet, but I'm still working on it and as soon as it is ready, it will print even in Draft Mode(character printing)

C_Volume2 #68319
ATMEL 80C51 HEX TO ASM

The purpose of this application is to convert a 8051 hexadecimal code to a 8051 assembler code. This program can be very useful for a programmers linked to the uP programming.

C_Volume2 #68320
Clock Updater

This is another way of synchronizing with an atomic time server without MSWINSCK.OCX **nor** MSINET.OCX **nor** an "embedded" web browser. It uses the following API's to retrieve the time from the Internet: InternetOpen, InternetOpenUrl, InternetReadFile, and InternetCloseHandle. All four of these API's come from wininet.dll in the system/system32 folder. It even minimizes to the system tray, and you can also view the system time as well. Also, you can choose from a list of time servers in the drop-down menu. In addition, you can schedule time synchronization. Plus, you can choose to have it start up with Windows. Plz vote if you like this!!! :-)

C_Volume2 #68321
Make Trial-Version software the easy way

This short program shows how to create a trial-version of your software that is not crackable or hackable (without decompiler) because the code is embedded within the program. By coding the expiration within the program, registry hacks or serial hacks will not work. The users would contact the software provider for a non-expiring version. I have sold many products using this method. Any feedback or comments welcome.

C_Volume2 #68322
A Bumper Icon Pack !!! Windows XP Icons for use in VB!

This would appear to be the biggest single collection of Windows icons on the internet. I looked everywhere for versions of the Windows Xp icons that I could use in my VB projects, all over the web and found very little. So I gave up and did it myself. Included in this download are OVER 800 ICONS FILES.

C_Volume2 #68323
ADDIN -- ComponentProjectLoader

Normally when you open a non-project VB-associated file such as a form (.frm), class module (.cls) or standard module (.bas), VB creates a new project and adds that component to it. I've never found this functionality useful, and on occasion it's annoying. This Add-In detects when components are loaded directly, and tries to find the associated project. If it succeeds, it loads the project and then displays the component you loaded - a much more useful way of doing things!

C_Volume2 #68324
Semaphore & the International Flag Code

Semaphore & the International Flag Code by Robert Rayment. Enter any text and illustrate message using Semaphore or Ship flag codes. Learning aid. Straightforward code, easily embellished. (Zip 144 KB).

C_Volume2 #68325
Translucifer Translucent Region Demonstration

Poor man's translucency. My hope is that other planet users will step up and collaborate with me to make this into a commercial-quality technique, if possible. Maybe it can be. Maybe not. Anyway, I am tired of being told that we can only have translucency on the whole form. I wanted a translucent region and figured out a way it might be done or, at the very least, spawn some ideas from other Planet members that will lead to a commercial quality solution. So, feedback is most vital! This project contains Paul Caton's excellent excellent cSubclass, cTimer, and WinSubHook2.tlb. Thanks again Paul! Hopefully, this will look pretty decent on most of your machines. It looks pretty good and smooth on my Win2K box...just like the screenshot...but I suspect mileage will vary greatly from machine to machine. If you can, compile it into an exe to evaluate it fully. Thanks in advance for any suggestions or feedback!

Languages
Top Categories
Global Discovery