Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #68094
Common Dialog Class

Its a class to open up common dialog (cdl) without using the ocx. It all in api. It uses the functions GetOpenFileNameA, GetSaveFileNameA in COMDLG32 Should be easy to use. I included a sample so you should know how to use it withut messing around with the class. have fun

C_Volume2 #68095
PCBX Lite 1.0 >> The Simplest Effective PBX Data (SMDR) Processor

This is a complete application to communicate with a PBX unit through RS232C serial COM port and download data (SMDR) automatically and store them in an MSAccess 2000 database using ADO. It has client management, data reporting feature (you must have Crystal Reports installed to use this feature).========================================== Download Installer, Source code and/or ActiveX controls from http://www.bdsource.info/product/pcbxlite/

C_Volume2 #68096
_Disable X button on form

_Disable X button on form

C_Volume2 #68097
Defender Remake - Work In Progress

This is my current lunchtime project - a remake of the classic defender. This is the first stage and there's a lot more to go. So why put the code up already? Well this is an open source code site and the very simple way I've coded this makes it a very useful starting point for vb and graphics (use of APIs for drawing lines, pixels, sprite animation against a ticker whilst creating a whole image for frame buffering to screen). At this stage there is enough in here to teach you how to create your own scrolling shooter without having to start from scratch. Votes are obviously appreciated, but I just love sharing code. enjoy and I hope if you use this project as a seed, post it on PSC. Cheers, Fosters.

C_Volume2 #68098
[Update] MSN Chat Connector

[Updated to include a very basic example of how to connect using this OCX] - As MSN Chat rooms are closing, I feel its time to share the code for this OCX which I use in my Chat Room Manager application I wrote, IRCDominator has been used for years and had recently been updated. I am releasing the MSN Chat connector OCX I wrote for my latest release of my Chat room manager and Its here for all to view. Its not well documented but has lots of usefull code. I hope people will find it usefull. Some of the best parts are the classes I created to hold Chatters information etc. IRCDominatorXT aint dead yet!! - AG

C_Volume2 #68099
SmartBarXP v.1.0

This is a very nice side bar for Windows NT/2000/XP. Enjoy!

C_Volume2 #68550
A basic music player.

A basic music player using Microsoft Multimedia Control.

C_Volume2 #68551
ProjectZip45

This sample provides a look into the structure of Zip Files. It will allow you a look at some the information stored in them, and later I will be updating it with decompression algorithms and extraction routines. Take a look, learn something, and have fun !!

C_Volume2 #68552
LVListbox - Listbox based in Listview

Emule a listbox control based into a listview control, support formatatio of item (like bold, forecolor, etc...) and support images.

C_Volume2 #68400
Nuclear Reactor Simulator

This program simulates the operation of a 540MW CANDU Reactor. The program is very simple and so its not realistic to a real CANDU reactor, but its fun to play with. It took me forever to write the algorithm and have it react properly to everything you have it do. It has some minor bugs left, but all the big ones have been fixed. The warning indicators of the simulator were inspired by Geoffrey Noles' Nuclear Power Plant Simulator. Enjoy.

C_Volume2 #68401
Graphics Method Demo

Learn how to (a) Draw dots randomly on form using PSet method (b) Draw lines randomly but neatly on form using Line method (c) Draw messy lines on form using Rnd and Line method (d) Draw FillStyle using FillStyle method. Comments are welcomed. Please vote.

C_Volume2 #68402
Over 90 API Examples

This has an extra 20 functions to my previous "Over 70 API Examples". It has more window functions as well as some file functions. Please Vote.

C_Volume2 #68403
MT's Picross

MT's Picross is a puzzle game where you have to use the clues on the outside of the playing field to make up a picture. It includes a tutorial, a level editor and the ability to play new stages online! If you like it, please vote. I've worked pretty hard on this.

C_Volume2 #68404
Software Registration key derived from PC hardware components *** Updated ***

This is a simplified example that shows how to register an app to individual PCs using a key that is derived from unique properties such as the CPU ID, OS serial, MAC address etc. It's real easy to do & secure enough to keep most users honest. Feel free to modify & use it as you see fit & please vote if you find it useful. Any feedback or comments are welcome and why not take up my cracking challenge - no one has succeeded yet! It uses WMI so if you're running W95, W98 or NT4 & you get an automation error download the WMI engine from: http://download.microsoft.com/download/platformsdk/wmicore/1.5/W9XNT4/EN-US/wmicore.EXE. Update info: The app is even more secure as it now includes complete obfuscation of the key variable and a simple and easily expandable anti-hacking routine (currently includes RegMon, FileMon, SoftICE - routine is adapted from Kevin Lingofelter's code at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=10000&lngWId=1).

C_Volume2 #68553
SkinnableForm ver 2.0 (New features, 20 Skin, Some bugs fixed)

Hi. This is second version of my SkinnableForm project with main changes. First I changed the way of skinning which was really boring. Now all skin settings are read from a .ini file and changing skin is very simple by chosing a new .ini file. Now you can chose between 20 different skins added to this version. I added some features such as Resizing, System Menu, Easy TrayIcon and fixed some bugs. I also add a HTML Tutorial that explains how you can use this project to make your own project skinnable. There's a new control called ctrl_ProgressBar, which I designed to fit with new environment, but I'm not contented, It needs more work. unfortunatly I couldn't upload my code because of Script Time Out error so I put it in following link: http://www.ea-networks.com/skinnableform/skinnableForm.zip I hope you enjoy it. Thank you for all those who leaved me notes and told me their ideas about project. Sorry that I couldn't reply. I'm expecting any help for improving this code with open arms. Please feel free to send your ideas. Thank You. Get the code from here: http://www.ea-networks.com/skinnableform/skinnableForm.zip

C_Volume2 #68554
dynamic crystal report using datagrid data

shows how to send datagrid data to report thru a recordset also how to autobind recordset fields to report. This is my first submission. hope u guys will like it. i really like to hear any comments.

C_Volume2 #68555
Advanced Space Shooter

over 2200 lines! Advanced engine supports level scripting, no limit on enemies, guns, explosions, objects, helpers. Very customizable. Includes my first level, mars. Please use this code for something because I may not be able to continue it. the basic engine is complete, just add graphics, levels, and personality! note: I have the original, full color bitmaps if you want them email me: bphil88@adelphia.net or if you want more detail on script existing commands

C_Volume2 #68662
Excel VBA Contact Manager

Excel Based database to store contact information for multiple groups, good UI, control example programming, great place to get involved heavily within the Excel environment.

C_Volume2 #68663
Collision Detection for action games without DirectX

This is a good collision detection that can be used in real time action games. Many, many game developers might find this one useful. I also included gravity and pressure (which you can disable). Enjoy. I'm making a better version of this to my Underground game which source code I'm going to update soon.

C_Volume2 #68664
Caller I.D.

This is everything you could ask for in a caller id program. This will monitor your incoming calls and display them if you have caller id and if your modem supports caller id. You can select a picture for the person calling. This will also speak if desired when a person calls and save all your calls. You will need the text-to-speech engine which you can get from http://www.microsoft.com/msagent/downloads/user.asp#tts. I've seen things way worse than this cost alot of money, so take advantage of this source. This is just a beta version. Most things have been tested. Please send any of your feedback or information to improve this source to keith_escalade@yahoo.com or pm me on AIM: kescalade1

Languages
Top Categories
Global Discovery