Results for "Volume: 4_2005-2006"
An extremely resource friendly, unique approach to viewing animated GIFs. Draw to any DC (no need for transparent usercontrols, timers). Self-contained class creates own timer, back buffer for flicker free drawing, and parses/renders animation frames. This new approach uses just 2 GDI objects per GIF, regardless how many frames it may have. It uses 0 to 3 more GDI objects for flicker-free drawing depending on animation settings and target DC contents. Well commented. Recommended improvements welcomed. This is not a GIF editor. ======================================= 5Aug06: Patched to address: Clearing solid bkg would overpaint 1 pixel width & height. Refreshing scaled single frame GIF could rescale from scaled dimensions & not original dimensions. Offscreen DC could be created (wasted resource) when not needed. 26Fe07. Added ability to quick-render 1st frame of GIF. Previously, ppl said they didn't like the delay between loading & displaying image.
mini-Image Processor by Robert Rayment. Demo of one way to load a standard picture into an array using GetDIBits, where the picture box is just a viewport, with zooming (using StretchDIBits) and scrolling. Pictures can be saved as 24bpp BMP or JPEG, either from the viewport, the whole image from the array or a selection. To make it a bit more interesting I've added a few effects to play with. If the manifest file causes problems then just rename or delete it. Only tested on WinXP. Zip 29 KB. __________________________________________________ Update 3 Aug: Pictures with width or height < 15 pixels were disallowed, now changed to <= 2 pixels. Consequently a correction to FileOps, the Flute filter and scrZoom. __________________________________________________ Update 4 Aug: Added saving to JPEG using the Ron van Tilburg (John Korejwa) class at CodeId=50351. Zip 49 KB. __________________________________________________ Update 5 Aug: Minor correction to vertical scrollbar position when zooming in with the horizontal cross-wire at the bottom of the picture. Also turn Select OFF when a scrollbar switches off. __________________________________________________ Update 10 Aug: LoadPicture Function simplified a bit. __________________________________________________ Update 11 Aug: Moved vertical scroll bar to normal position on the right of the viewport. Also New pictures now open at top-left instead of at bottom-left. Correction to edging for SmoothSharp effect. Option to change filter effects to continuous or stepped. Plus some minor tidying up. Zip 51 KB. __________________________________________________ Update 12 Aug: Buttons above the filter scrollbars will now act on the scrollbar value without having to press the scrollbars, in continuous or stepped mode. __________________________________________________ Update 13 Aug: Added routine to cJpeg.cls to save jpeg from data array, with Ron van Tilburg's help. Plus a few minor adjustments. Forgot to put manifest file in.
This is a simple game, with multi sounds and good animation.
it is a program for farmecy dat make new clients and used for selling medication also you can see de doktor of the patient
lending system at the same time it is a POS and Invetory
just alittle coding on timers. its a msn popup clone. Updated (Now has a trigger) just compile the popup and use it as it yours via trigging form your project.
From 2 years, I made some macros in PowerPoint, and I want my project to be puplic and easy to use, but there was a problem I faced, it was the secuirity level which I want it to be low to make my project work smoothly, sppecially if we know that Norton antivirus make secuirity to high, so user can't feel if there was any macro. So I use this program attached, and put it in the startup of the CD, so it work directly when put the CD to adjust security level to low. You can check its work from Word or powerpoint select tool menu then macro, finally security to check the level, then close the program (Don't forget that) and run our program and test it like above. Note that: I test the program for Office2000 & OfficeXP
cEditXP is a new release of the VB cEdit 4 series. It is to a large extent totally rewritten. It now utilizes the ScintillaVB control to provide extensive support for code highlighting including folding, code sense and auto complete. This application uses RvMDITab, VB6VBATabControl, and SCIVB. I've included the source code for all 3. The credit's are included in the about box. For notes worth the VB6VBATabControl is written by Steve from VBAccelerator. The REVMDITabs is written by Andrea Batina and is available here. Both have some very minor modifications to correct problems interacting with eachother. You can download a copy from my website at http://www.ceditmx.com/cx.zip if you wish to have the controls precompiled. I welcome comments and suggestions and constructive critisism. Thank you and enjoy.
This VB6 Add-In gives you a bunch of special options for the IDE Project Tree. All options are configurable through a control panel (access through the AddIns menu). While there are a lot of enhancements, my absolute favorite is the ability to re-order the items in the tree. ----------------------------------- Updated : fix for the SDI mode + other bits
A revision of my ATCSim: you are an Air Traffic Control personnel charged with the responsibility of coordinating air traffic at the higher altitudes beyond the range of vision of the Tower (300 nmi and more). I have included cID, heading and FL to the moving targets (10x to Pete) and made a total overhaul of the U.I's look and feel, to give a "realistic" perception of a radar display. Pls vote...if u like it. I appreciate ur comments 2
This code gets your user name *click* just like that.
Paper Trace by Robert Rayment. This consists of an image sheet (Loaded image), a translucent tracing sheet(Faded image to draw on) and a white paper sheet (The actual tracing that can be saved as a 2 color(B/W) BMP). The screenshot explains more. To show the method I've kept it simple in that large pictures are scaled down, avoiding scrollng code. Zip 36 KB. __________________________________________________ Update 10 Aug: LoadPicture Function simplified a bit. __________________________________________________ Update 14 Aug: Removed XOR wipeout in finished drawing by saving draw coords. Corrected a FreeDraw error. __________________________________________________ Update 17 Aug: Varying transparency does not now lose the drawing.
This code mimic the picture alpha mask selection in the Firework, but with new feature such as transparency level & mask colour selection, now you can save the extracted picture too ! Please Vote For Me !!!
Spent alot of time trying to find code to do this easily, basically (see screenshot) this code removes the 3d border found on a MDI Form's 'MDIClient'. In turn you can make your MDI programs look like a single form! :P Easy to use, just pass the mdiForm to the main function in modBorders.bas . Please Vote!
This .zip has both a straight module and a class implementation of a Base64 encoder and decoder. It is meant to be a generic implementation, so it doesn't add MIME headers or footers--those will need to be added by the calling code. Encoding speed on my machine runs about 2MB a second, and decoding around 1MB a second.
This is an application that allows you to run the powerpoint file and open slides automatically.
its a sample to show how can videos be downloaded from youtube.com uses iexplorer to download files...
Shows you how to use Pi for drawing Arcs(part of a circle) to use as a radar.
This is a simple application for online examination test.
Visually Create, Edit and Modify INI files. Its worth looking at the screenshot. Much like regedit but designed for the modification of Configuration files. You can Create/Modify/Delete Keys/Sections. The Modify Dialog is shown on the basis of the type of data contained in a value. For example if data containes path for some file, it adds the browse button in front of the textbox. You can also vote, if you like it.