Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #138005
Auto Check Treeview

This handy little procedure will handle all child Checkboxes in a TreeView control. If you check a parent node it will automatically check the child node(s). The procedure is called recursivly.

3_2004-2005 #138006
Optical Mouse Camera

Use your optical mouse as a camera! Very easy to use, and code is quite simple. Provides greyscale, lowquality, out of focus images, but it's lots of fun. Send it to a friend! It's not a PSC code of the month, but if you want to vote to voice your opinion, go ahead. Please do not look directly into your mouse LED!

3_2004-2005 #138007
Build 3D chart in Excel from 3D array

This function takes a three dimensional array of data with four parameters to track trends as they vary along two variables, opens a new instance of Excel, enters the data in three Excel worksheets, then creates charts of one of the data sets. One chart is a three dimensional surface type. In this case, it was desired to show the Q of an inductive winding at differing frequencies and with a metal target at varying distances from the winding.

3_2004-2005 #138008
A game Of War!! Updated (Now has 1 player against computer)

This is a game of war... NOW ADDED COMPUTER PLAYER! A game of war is a 2 or 1 player game where the object is to get the other persons life to '0'.. this game does not have good graphics.. its 2d... but it is fun for me... i hope you enjoy.. any comments or help is greatly appreciated... if you dont like it tell me anyway.. in a easy way.

3_2004-2005 #138009
OnError goto hell

If the user don't know why use on error, well... forget this code. comments, please! This program read your project(.vbp) insert ON ERROR in every procedure and save it back. Never more forget one piece of code unprotected. And if some error happen after this, the new code save the error number, place in the code & text into one LOGFile. It save the screen too. This can help you to find the reason of the problem and kill it. You MUST return some value in FUNCTIONS. So, the program add one reminder to you into the new protected code. I can't guess what you wanna return in each FUNCTION. Do what you think is better for the returned value.

3_2004-2005 #138010
Yahoo Login / Chat Client / Bot

This is Just an updated version of Alfie Pughs bot/chat client source. It will retrieve and parse the cookies, log you onto the chat server, then join a room. I changed the cookie parsing as Yahoo altered what was required to log on to the servers. I fixed the think packet as well as yahoo had stopped it. I added the PM and Leave Room packets and added more incoming packet remarks. I also added the facility to log in space ID's. Just to inform you that after I uploaded this Yahoo made some changes to YCHT. Emotes and thoughts work again after yahoo blocking them. Yahoo stopped support for ncclogin so you need to change "GET /config/ncclogin?.src=bl&login=" & USERID & "&passwd=" & PASS & "&n=1 HTTP/1.0" to "GET /config/login?.src=&login=" & USERID & "&passwd=" & PASS & "&n=1 HTTP/1.0"

3_2004-2005 #138011
Double Dragon: Outlook Bar control + Photoshop Style Color Picker (now WITHOUT help file!)

UPDATE(2002-12-26): Version 1.3.2 Fixes incorrect painting and adds absolute positioning for tiled bitmaps. __________________________________________________ UPDATE(2002-11-12): Version 1.3.1 Fixes gradient fills under legacy OSes (NT 4.0 and Win 95). __________________________________________________ UPDATE(2002-11-05): Version 1.3 Label edit fully implemented! Brand new subclasser working ok in MS Office and VS.NET so this one should fix the problems. Out-of-focus mouse wheel support (Outlook style). OLE Drag&Drop of groups implemented. cButton.Key property synced with parent collection. New properties: LabelEdit, AllowGroupDrag, GroupHilightIdx. Additional background style: ucsGrdTileBitmap. Bugfixes (including cMemDC). Help file updated. __________________________________________________ UPDATE(2002-08-09): Version 1.2 Automatic OLE Drag&Drop fully implemented!!! New properties: UseSystemFont, FlatScrollArrows, WrapText. Additional background styles: ucsGrdAlphaBlend, ucsGrdStretchBitmap. Bugfixes and new samples. Help file updated. __________________________________________________ UPDATE(2002-07-24): Version 1.1 Help file included. Additional background options. cMemDC bugfixes. VB bugfixes: now icons can also be 256 colors and truecolor. __________________________________________________ This is a fairly complete emulation of outlook bar. This control is fully customizable and can emulate both outlook xp and 2000 button bar (see "more samples") and then goes beyond. Control customization is accessible through couple of property pages. Featured is a hierarchical model (much like CSS) for defining formats of control elements (including hover/pressed/selected formats on group/items) which can be persisted (an .obf file) and a polymorphic object model for representation of group and item buttons data. Multi-line captions, multi-line tooltips (API), large&small icon styles, single/double/fixed bordes, horizontal/vertical gradients. Help is to be done (generated:-)) shortly. OLEDrag&Drop is in its infancy but still workable. Also, here you have it: the *realtime* color picker re-submitted as part of the outlook bar property pages -- check it out it's fast! Also, check out the error handler (robust one) and the DebugMode object leak info system. Has been checked on win2k for GDI leaks (win9x to be done, anyone?). This is in response to recent submissions of "commercial quality" and "industrial strength" software to this site. Although not complete the project could easily become commercial one. Greetings go to: Ariad Software (now www.cyotek.com), vbAccelerator.com (great inspiration), and Carles P.V. (for his controls submissions:-)). Read readme.txt for the build procedure. Please report bugs and problems and leave your votes!

3_2004-2005 #138012
MiniExplorer

Explorer Includes Drag and drop from windows to listview both files and folders and back. File System Object Information. Command Line Switches. Special Folder API IE(My Documents, Network Neighborhood etc)

3_2004-2005 #138013
Quick'n'Easy VB Stack Classes v1.0.1

(Minor Update to 1.0.1) Well, this is my first PSC submission, so yay. These two classes simply implement nice, neat little stacks: CStringStack and CLongStack. I've found that these things can be invaluable in a variety of tasks. I actually wrote the string stack originally to maintain a call stack for a scripting language. They are VERY easy to modify to accept any given data format. One thing I forgot to do was create a Variant-based stack, although if enough people request one, I'll knock it together and upload it for completeness. Update: I changed some of the documentation (and added a readme) to clear up some problems people had been having.

3_2004-2005 #138014
True-Physics Trajectories v2.0a

Accurately model the trajectory of a projectile with user-defineable velocity and angle. This simulation uses real Physics formulae to calculate the position of the projectile. v2.0a allows multiple missiles to be in flight simultaneously and also adds support for scripted missile launches.

3_2004-2005 #138015
A ListView With Headers Example

This Code will Show you how to use list Headers

3_2004-2005 #138016
Create Menu's at runtime via ActiveX dll

It creates menu's dynamically at runtime, from the menubar itself to menus, and submenus. This is all done via an activex dll, that can be added to any project. The code acts like the treeview control, as if the menu's are nodes for easy application. Full source code for dll included.

3_2004-2005 #138017
Saving a JPG from an ImageView box.

I searched PSC but could not find an example of how to save an image as a JPG. Using Intel® JPEG Library and the supplied DLL, this is a breeze. The JPG saves to App.Path, but you can modify this. Any questions please let me know.

3_2004-2005 #138018
LED 7 Segment Control

This 7 segment LED control has a simple code interface for displaying standard 7 segment characters. It's expandable to do anything you want. Just set the dim and bright colors, the character to display and you have it! Please vote, even if you don't like it.

3_2004-2005 #138019
Convert DAO to ADO

This will give you the tools and instructions necessary to convert your DAO project to ADO.

3_2004-2005 #138020
Drag And Drop Demo

This little app demonstrates how to transfer data from a listview to a treeview by drag and drop. Left-mouse-click on the listviews listitem starts the operation.

3_2004-2005 #138021
DB to text

Hi folks, The purpose of this code is to scan a database's table and then export them into a number of text files. Simplely change the name of the ODBC. Cheers

3_2004-2005 #138022
Soldier Of Fortune 2 - Voice Manager

To be used with the PC game Soldier of Fortune 2 - Double Helix. This program lets the user play 64+ new radio messages in-game. Readme explains the rest. You need SoF2 in order to use this. I don't know how many of PSC's users play games, but I thought what the heck, I'll submit this prog that I made for the SoF2 community just in case anyone wanted the source.

3_2004-2005 #138023
Add Your Program To IE OCX

This Ocx Add Your Program To IE

3_2004-2005 #138024
Reg Key ocx

==============================================

Languages
Top Categories
Global Discovery