Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #191966
Databse prog adressbook Well Commented!

adressbook well commented databse

5_2007-2008 #179581
Error Handling Utility

(Update 2/17/05) You should include error handling in every procedure of your application regardless of its size or purpose. Usually, during an application’s design phase, we naturally include “ON ERROR RESUME NEXT” to handle expected errors while we are writing the code. The problem occurs when the initial design is complete; we don’t always go back and add error trapping for those unexpected errors. This is usually because it takes to much time or we meant to but just miss some when we did. This utility will add error trapping and logging to all the procedures in your code that you didn’t. View the read_me document for more information. I am not interested in trying to winning the monthly contest so please DON’T vote; save your votes for those who are.

5_2007-2008 #187204
VB binary file embedded graphics extractor(update)

The VB binary files (frx, ctx, dox, drx & pax) are where VB stores the image data for graphics you load into the objects from the IDE Properties window (or a Property page). If you forget to include it in an upload then people get log files complaining about missing graphics. It doesn't matter if you supply the original graphic files, VB doesn't know what they are. When you include the VB binary files in a zip there is no need to supply the graphics saving bandwidth and disk space. ---------------------------------------------------- However end-users have a problem; they are stuck with your graphics. With this program you can extract graphics (bmp, gif, ico, jpg, wmf (some loadable image classes extract as a different (legitimate) type; cur as ico, dib as bmp, jpeg & Tiff as jpg) from the binary files. The image may need editing or you might just want it to use in your own purposes (Ask first;)). Perhaps you want to reuse an image you included in your own code but can't remember where you stored the original? Another use is to extract large Bitmap graphics, convert them to Jpg (or other small files types) in almost any modern (that rules out MSPaint then;)) paint program and reloading them into the project. This will shrink the code considerably and often improve performance as the memory impact is lowered (there is some debate about this; VB has to do more work to display non-BMP images but the data is much smaller so may process more quickly). To assist with this the program names the files it produces with the format 'Form_Control_Property' making reloading them much easier. This code can also extract from ImageLists. NOTE ToolBar's images are stored in an ImageList so the filename will be for the Imagelist not the toolbar. ---------------------------------------------------- This is a major modification of Tony's 'Extract images from a VB project files' at . A great program I've used for ages. Thanks also to 'Light Templer' whose 'JES - JPEG EXPLOIT SCANNER' at while not directly used allowed me to understand and include a simple test for that threat. If the program can't find a valid file extention for the graphic it assumes that it is the exploit and warns of the risk (you can still save the file if you want but have to work past a couple of MsgBoxes). This may not be an accurate test, if you find an image type that VB allows you to load but this program doesn't extract let me know. Also inlcudes a modified version of my ClsScrollPicture.cls to display selected images. ---------------------------------------------------- Bug reports/suggestions very welcome. This project is an experiment prior to incorparating the functionality into Code Fixer. I hope I have included all the Image holding Properties and all the usable Image types but let me know if I missed any. ---------------------------------------------------- BTW does anyone know of code that can extract List/ComboBox data and large Label/TextBox data from binary files? I'll probably work it out but would be happy to 'borrow' ;) ---------------------------------------------------- What's New? Resized to fit on a 800X600 screen, improved image scroller. ----------------------------------------------------

5_2007-2008 #192497
LittleButton.ocx allows you to instantly create a button array (up to 20 elements) AND...........

LittleButton.ocx is a one of a kind button that is actually many buttons in one. Instantly creates and array of buttons(up to 20 elements). The buttons can be arranged vertically or horizontally (menu style) Just about every visual aspect of the control is totally customizable from the caption style(flat, embossed, shadow, raised) to the mouse over hilite color, and more than 2 dozen additional properties. One look at the screensh0t will convince you of just how much time and work was put into this.

5_2007-2008 #184821
A Dream!

Concat 2 Arrays (My Dream) - a simple function.... the point is that i wrote it in my dream! yes i did!!! and no i'm not stoned :-)

5_2007-2008 #181835
Reposition/Resize Textboxs

I needed a method to resize or reposition a row of textboxes when form size changes. I knew it was possible but was unable to determine the math equations to make it work. I couldn't find an example anywhere so went to rent-a-coder out of desperation. A coder who's name I've since lost sent me this example free of charge. It's pretty well documented and I hope you find it useful.

5_2007-2008 #186156
Outlook 2003 SideBar V2.02 Alpha (*Updated 10/02/2005*)

A complete new rebuild of my award winning EyeDropper Control. Now a 100% Dependency free control. Better Drawing, Better Font handling, No Dependencies, Better menu Handling... to many to mention. The control now uses subclassing from Paul Caton (thanks Paul) And the cMemdc for drawing From Vlad Vissoultchev (Thanks Vlad) Awesome code From two very talented programmers. Take a look and tell me what you think. As Always comments and constructive critisim is always welcome. Note: 1) You MUST Copy the WinSubHook.tlb Located in then tlb folder to you system folder. 2) The Control Doesn't Support 32bit Alpha Icons As Yet (Vlad If You have Any Idea on how to do this - I Would Be Very Interested indeed) Regards Gary ___________________________________________________ Update: 09/02/2005 Resizing Of Containers Where Causeing A Flicker. Now Sorted. Toolbar Items Now Draw And Display The Same As The Original MSOutlook Sidebar. ___________________________________________________ Update: 10/02/2005 Disabled Icons Now Render To Grey. Fixed The Max Visible Items On Redraw/Resize. Fixed Toolbar Drawing (Icons Not Displayed Correctly When Sizing. Added Custom Color Property(As A Trial). Enjoy. Thanks Gary

5_2007-2008 #189664
RedHat Window

I wrote this to use along with my RedHat shell. It isnt quite done yet. Ive basicly subclassed everything with OnMouseOver and OnMouseLeave abilities. The form will resize without a Timer, API only. Doesnt seem to respond well with slower machine when resizing. Tell me what you think. This program has no purpose, just basicly EyeCandy.

5_2007-2008 #192048
Animation using BackBuffers and Device Contexts

loads graphics into memory and draws them to a BackBuffer, then to the primary Buffer.

5_2007-2008 #192495
Clock (screenshot)

A clock usercontrol. It doesnt get any easier (for you) than this. After downloading now, read the breif readme.txt for correct usage

5_2007-2008 #192496
Matrix Text Control (live animated screenshot)

A simple text effect control that is best described as black background with falling green letters that reveal a message. The controls [MatrixText] property lets you control what the message is that is revealed..nice splash sceen effect

5_2007-2008 #190683
ezDatabase ADO Class Updated! (30+ Functions!)

This class makes VB Database Applications easy to write on the fly! This class includes over 30 functions for ADODB programming in VB! It encapsulates all the Find Functions, Move Functions, along with AddNew, Delete, Update functions and a ton of error trapping for easy use! Also includes events to program at your disposal! Please leave comments/feedback and vote if you'd like. This is my first class file I have been working on.

5_2007-2008 #192494
Advertising Form Skin (animated screenmovie)

This is a neat and useful idea i came up with for a form skin. When offering freeware or trialware to your users this could be a useful technique. the skin causes a message, that you specify, to follow the mouse around on your form. There is also a built in "FormOnTop" property as well

5_2007-2008 #191426
DEMO OCX 21

ADDED NEW CONTROLS AND PATCHED OLDS ( See Readme )

5_2007-2008 #185710
BEA3D

Some basic 3D Stuff uses matrix Transformations

5_2007-2008 #192064
[HME] ADO Recordset Export Class (CSV, HTML, Excel)

[Updated 27/2/05] Make your recordset universal! Use this class to export ADO recordsets into the industrial standered [csv], commercial standered [html] and the power user standered [Excel]. This is an updated version of my previous work, now complete Events, Properties, Documentation and even more options! Fuly optimized and commented. All bugs fixed. A must have for any database devoloper and a must add to any code library!

5_2007-2008 #191489
[ 3 lines of codes ]

Play a wave file with only 3 lines of codes! It works with .wav files 100%, with other extension I don't know. Try and then report.

5_2007-2008 #188524
VbEclipse (docking MDI) - New Version 0.8.99

Version 0.8.99 of the VbEclipse project is available now. Please look at the screenshots. PLEASE VOTE AT http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=58641&lngWId=1.

5_2007-2008 #191217
Crystal Hospital Management System [ HMS ]

This is a fully computerized Hospital Management System. The system is mainly divided in to 2 modules In Patients / Out Patients Pharmacy System Employee Management System (Under Construction) ----Download---- Please search on google as the website is no longer available.

5_2007-2008 #181896
The Art of Writing Quality Software

This is a tutorial whic will explain to you how to write maintainable, robust, efficient, reliable, portable, reusable software and will also give you some ideas and advice on how to go about this by giving you an understanding of coupling, cohesion, testing, code documentation and so on.

Languages
Top Categories
Global Discovery