Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #181735
Monitor Testcard

Use this program to set up your computer monitor and check for any errors. Comes complete with help files and a tutorial on the basics of monitors. This is a complete program but I decided to reproduce it here as, if wasn't for the the nice people who use PSC, it wouldn't exist! Please see the "Read Me First.txt" file before loading. I do not really like the idea of requesting your vote but if you think this program is worth keeping and using (which you should for the health of your monitor), then please come back and say so. Many thanks.

5_2007-2008 #182535
Complete GDI 2D Sprite class. (2D Game Devlopment?)

First, keep in mind that this uses Windows API and GDI only. No DirectX. It's certainly not the BEST method in the world for making a 2D game on a windows platform (DirectX would be your best bet) but this is an excellent tool for all 2D GDI work, whether that be manipulating images on the fly, or anything else requiring 2D GDI. This has a massive amount of commenting in it, and was designed more as a tutorial, and started as a learning experience for myself. However, it is fairly well optimized, and I can do a full screen refresh (with animations) at 1024x768 with a framerate at about 530 FPS (RADEON 9600, AMD 1.5 gHZ) I would be interested in hearing about other people's framerates and system specs. *** EDIT: After seeing some of the framerates with the "lower end" systems, I'm considering putting together a simple tile-based Legend Of Zelda type of example. If someone wants to beat me to it, feel free. ;) Also, if there's anything you'd like to see added, let me know. I'm not promising I'll add it (since this was really designed for my own personal use) but maybe I can give you an idea how to add it yourself, or if it's something useful to me too, I may end up adding it afterall. (Anyone got a good floodfill algorithm? Been considering adding gradient fills.)

5_2007-2008 #187669
Cls_FormMarquee

Inspired by 'An old-fashioned Billboard Marquee' txtCodeId=51571 which is good looking but not very portable I built this class. I have always felt that if you need a large number of controls you should use the 'Load' command not painstakingly apply over a hundred controls. If you change resolution this can be very painful to upgrade. This class simple creates (and deletes) controls on the fly using just one indexed Image control as a seed. If you make a large change in the size of the marquee there is a slight delay. The screenshot doesn't really tell you much (no movement) just imagine all the little disks (yellow dots) moving

5_2007-2008 #189673
Cool Calculator !

Someone requested me to make a cool calcualtor, well here it is....This is for all begginers out there, It is a good start though....Well Intermediate users can also learned from this codes....Have fun Coding !

5_2007-2008 #191262
IconButton Control with standard or xp style

A popup button that uses GDI graphic methods to draw either a standard or xp style.

5_2007-2008 #188510
quicksort array sorting

array sorting using quicksort, with stack arrays, the REAL way of doing quicksort.

5_2007-2008 #190981
Ascii Art 5 (Updated Version)

Originally made by Arvinder Sehmi this is the updated version. Enjoy.

5_2007-2008 #189395
A SNMP class without winsock control

SNMP class - Read SNMP values with a pure class without WinSock control or any other OCX. Thx for hints and votes ! Light Templer (LiTe) Keywords: SNMP, RFC 1157, "Simple Network Management Protocol", OID, class, network, admin, TCP/IP.

5_2007-2008 #191364
XP_Button

Makes a XP button for new applications for you who wants to be updated.

5_2007-2008 #190182
Multi-Select TreeView Demo

Demononstrate E-Z but sophisticated support of multi-select in a standard VB TreeView control, including hot-track select, hot-track auto-open/close folder, super-fast treeview clear, collection sorting, XP-stype buttons, and very fast as-needed folder node population. All easy to emplement. All features are stored in separate modules for easy plug-in to your apps. Code fully documented.

5_2007-2008 #189674
Cool Text 3D Animations

Want so cool animations in your project well this code is for you, not just text but a 3D text that will animate in your project, very cool...Must have for beginners.....intermediate users also can learned frm this codes...I hope you enjoy coding and please vote or just rate it !...Thanks !

5_2007-2008 #182536
Virtual Key Checker (emulates DirectInput with API)

I want to appologize in advance for the complete lack of commenting, or direction with this code. Note that this is for ADVANCED users. If you can't figure it out, I don't want to hear it. I didn't actually intend to post this for other people, so I didn't take any steps to make it easier to use, but I got to thinking maybe someone else can use it. This uses only Windows API but has most of the same functionality as DirectX's InputEngine. Even quite a bit of functionality that DirectX's Input Engine doesn't have. About the only thing it doesn't do is joysticks. (Yet.) Believe it or not, the speed is actually comperable to DirectX too, and I often use this instead of the DirectX InputEngine in my DirectX apps. It's fairly simple and straightforward (which is good since there's no accompanying examples). You create an instance of the class, and if you want to see if a key was pressed since the last time the object was called, you would check the value of VKObject.Pressed(VK_KEYNAME). Has handlers for mouse functions too.

5_2007-2008 #174458
Rocket Race

Something very simple. Feel free to build on.

5_2007-2008 #190187
VB6 Project Consolidator 1.1.3 (Auto-Zip with EXE/DLL/OCX Ignore added)

This program consolidates a VB6 project into a much more tightly-controlled space. Often a project is composed of classes, forms, and modules that are located external to the project by which they are referenced. This can often present a problem when you want to send a copy of the project to a friend or reviewer or upload it to a source code dispersal site, but you forgot to copy the external file(s) to a local location. This program also allows you to copy the project to a new project parent folder. Version 1.1.0 introduced many new features, all geared toward making the use of this application much easier and smarter. It now has the ability to examine your VB project file and offer recommendations, which relieves you of most of the headaches and decisions required by previous versions. It will even create Classes, Forms, and Modules subfolders off of your Project folder for you if you ask it to. It also offers more help, more hand-holding, and clearer descriptions. Simply pointing at a file entry will tell you important information about what should be done with it. The VB Project Consolidator takes care of ALL these headaches with ease, to include reformatting the VBP project file so that all classes, modules, and forms are collected together by type and in consecutive order. Version 1.1.1 Adds File Zipping Capability (this actually makes it functionally equivalent to version 2.0.0 of the Professional (Office) Version). When the VB Project Consolidator has determined that all referenced classes, Forms, and Modules are localized to at least the Project folder (or in a branch descending from it), it enables project zipping from the Options menu. If the required VBZIP10.DLL is not present in the VB Project Consolidator program folder, you are offered instead the option to download it. Simply ensure that you are connected to the internet (the consolidator will also check this when you select the option) and select the "Download vbZip10.dll" item from the Options menu. Once the optional vbZip10.dll file is stored in the VB Project Consolidator program folder, then when you have a project localized to the project folder, you can select the "Zip up Project" item from the Options menu and a ZIP file will be created in your project folder, named the project file name with a ZIP extension. Note that any DLL or EXE will not be included in the zip, nor will any copy of project's zip file, if one exists from a previous session. Version 1.1.2 ensures previous zip versions are removed before creating a new one, plus added more code comments. It also added an option to include EXE and DLL files in the ZIP. Version 1.1.3 Corrected the Zipping to also include OCX files in the exclusion, along with EXE and DLL (forgot that one).

5_2007-2008 #183916
Proxy Charger

This program is kind of a steping stone between a proxy server and a client. It allows you to charge people to use the proxy server. There is an area to put an encryption method in. But as I don't want to give mine away , you will have to add it in. mdlCode.bas is where you put it (encode function and decode function) The options for users are ->How much to charge per hour ->If there a piggyback user (needs to be someone else online)

5_2007-2008 #180494
Movies Galore

Media player using only mci api and no ocx or windows media player control. plays (qt,mov,dat,snd,mpg,mpa,mpv,enc,m1v,mp2,mp3,mpe,mpeg,mpm,au,snd,aif,aiff,aifc,wav,wmv,wma,avi,midi,mid,rmi,avi,cds and VOB!!!) media form and cdplayer form. Votes and comments are super appriciated ;o)

5_2007-2008 #190183
VB6 Recent File Maintenance

Handy utility for cleaning out the cobwebs from your VB6 Recent File list. Selective removal of entries you don’t want listed, remove now-non-existent links, move entries in priority (top-most), explore folders containing valid VBP links. This app also demonstrates a custom collection class that feature Clear and Sort extensions, detecting and activating a previous instance of a program, registry I/O, and finding file extension-associated executables, XP-style buttons, etc. All these extensions are in self-contained classes and module, fully documented and ready to plug into your own apps.

5_2007-2008 #190184
Close All Open IDE Frames

Really simple, but VERY useful, Add-In project with almost no code. This allows you to close all open Form and Code frames in the VB IDE. Great introduction to beginners on how to write a simple Add-in utility, which you can access from the Add-Ins menu. This was something I wrote when I was a new (baby) VB developer. It broke the ice on add-ins, and demonstrated that there was nothing scary about them, but that they are just like regular VB projects that are simply built into the IDE. It also demonstrates accessing the VBInstance object, which is our hook into the Integrated Development Environment, allowing us to potentially programmically add forms and files to a project, insert lines into source code (I have a VB Development Header add-in that I will be uploading to demonstrate this).

5_2007-2008 #190185
Add VB Procedure Headers

Updated. Version 1.1.1 (fixed ignore of Friend Properties). This VB Add-In allows E-Z formatting of Procedure headings. I wrote this because of the laziness of fellow developers who saw no sense in taking the time to AT LEAST document a Subroutine or Function or Property (until 6 months down the road when they wish they had). The Original incarnation of this program was grabbed from the web years and years and years ago (back when I was a “baby” VB developer). I have fleshed it out with a lot of new functionality, simplified a lot of procedures, and cleaned up the code. I wish I could remember who had originally posted the original incarnation of this useful utility. Anyway, it makes a great beginner project. I did this back in '98 when I was first learning VB (I came over from C++ and Fortran). Oh, since I'm a C++ developer, let me tell you about my fellow bozos who stick their nose up at VB: Once I realized I could write an application in VB in a day that would take me close to a month to do in C++, I became an instant VB convert.

5_2007-2008 #190621
Big 2 Online (server and client)

This is a Big 2 Game that use winsock to go online. The game is still being created and only features singles, doubles, triples and quads. Jokers and poker hands are sill being created. This was here for comments and feedbacks for future version and Ai tips. Hopefully a dedicated server will be out soon. Further instructions will be in the Read me File. Plz put comments. This was not created for the voting contest though.

Languages
Top Categories
Global Discovery