Results for "Volume: 2002C"
This is a DLL that can add a drag n drop feature to your applications, you'll be able to drag files from explorer to your applications. Its very simple and easy to use. It uses subclassing to capture the WM_DROPFILES message and all that is done in a class. You can drag enable any common controls like treeview, listview, edit boxes etc, or you can make your MDI app drag enable too.Besure to read the ReadMe file included in the zip file for explanation of whats going on in the component. Please send comments and suggestions at my email address. Have fun with the Drag Component.
From the Author of Real Time Picture Distortion, Comes (drum roll please...) Version 2!!!! 6 Times as much fun as version 1. Now with Two-Tap Sinusiodal Image Distortion, Ripple generation, Presets, Horizontal and Verticle wave orientaions, Real time quality-verses-speed control, Automatic playback and On-The-Fly Picture loading! All this at the same blistering speed of version 1 (conditions do apply)! Expert or Newbie you have GOT to see this! (and rate it, and visit my web site, and comment on it, etc.) Click Here NOW
WindowPeek Version 3.0 is a window spy, but it also has a lot more to it! As well as getting the class, hwnd, caption, parent, and xy position of any window you put the mouse over, Window peek also has the option to minimize, restore, close, force close, freeze and unfreeze(Use the same key for both) a window, change the caption of the window, enable and disable the window(Equivalent to the VB enable command, but on any window), shut down or restart the computer, change the attributes of the window's menus, scroll the contents of the window, change the window's parent, find a window by it's hwnd or title, and it even has a test window, so you can try all of the functions without doing anything to your other windows! A must see!
It generates a graphical EAN Bar Code.
Convert any bitmap (16 shades of gray) to text (*.WRI). Code is very simple... it reads picture loaded in picturebox and then converts pixel by pixel to ASCII code...
A MUST have for any VB programmer - protect your project .exe file with CRC32 checksum validation - makes it virtually impossible for crackers to make software patches for your exe!
I made this one day when I was bored. It started out as a 3d graphics editor thing, but now it is what you see. For those of you who want to try it, you can easily texture each polygon to make it a rippling bitmap... also lots of fun.
This file gets many files and adds them to ONLY one file!!! It looks like WinZip Self Extractor!! Please vote no matter bad it is! I need to know how good I am on these:) Report any bad bugs! I give this code to anyone who wants to continue this program! Don't lose it! :-)
Custom LEDs, with no *.bmps. LED Graphics are created with strings. Much like a map of a tile based game. FAST! + 2 Display options. This version only has numbers, modify it with letters & other chars if you need to.
This program can be a server (single client) or a client to connect to the other side who has this program. Draw and chat together and the other side can see what you draw!!! Really COOL and FUN!!! :-)
Subclass Standard Common dialog(OCX) and get full control on it. You can change text in any buttons/labels/textboxes, make them invisible or disable. When user perform any action with common dialog, your app receive notyfication and you can proceed/cancel this action, prompt user with msgboxes etc, etc. Add following functionality: intercept Open/Save dialogs toolbar buttons events, intercept context menu in filebox, changing dialog size, move/size controls in dialog.
Have U ever saved something on the flopy that could not be retrived due 2 damadged floppy? U insert flopy and try to copy damadged file. Explorer stops saying: "CANNOT READ DRIVE A:" and even ScanDisk cannot repair errors on disk. Well, you could try my VB solution to this problem. It is very easy, effective, and it works. Ok, output file has some errors, but it is beter to have 99% of your data retrived than 0. Don't u agree?
This program will rotate an image into one or many different angles, it can also save them and put them all into the same picturebox to be saved, brilliant for making games using Bitblt. You can change many settings (view screenshot). (Note that to save you must select a save name before rotating because it saves them as it goes along). For multiple rotations e.g. 36 each 10 degrees it can save them using a base file name and adding a number to the end i.e. 1 to 36. Very Useful.
This code shows the basic function of the HScroll and VScroll bars.
Animate bitmap using the Microsoft Pictureclip control.In my example I animate inside a commandbutton tips: extract animated gifs in Animation workshop, make a bitmap of all the extracted images, load the image into the pictureclip control. and tada... bye bye to the loose anim files.Please vote and send feedback. (questions are welcome too.)
Play midi files in vb without any ocx!
Displays a 3D room with textures and lights, and lets the user move around in it. Uses DirectX Retained Mode.
Class with various windows dialogs - including standar common dialogs (open/save, print, font, color and help) as well as other (select folder(with pre-selecting ability), select icon, shutdown/restart, run file, Object Properties (ie. System, Printer, Disk, File etc.) and AboutBox. Add this class to your app and forget about comdlg32.ocx.
This is a remake of my 1st control (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=3553), all bugs have been fixed!
Read a list of Stored Procedures from a SQL 7 Database and pull their parameters out and format them into code that can be pasted into a code module. This can save a ton of time if you have sprocs with over 20 arguments.