Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #192618
Replace Text in Multiple Files at once

Multiple Files Text Replacer This simple program allows you to select a folder and file filter, then replace a string in all the selected files with another string. Simple as that! It has been updated on 20-01-2009 to include additional features: - Can now choose to only search files that have been selected in the file list (thanks Rde!) - Displays a list of all changed files - Gives option to select files changed in file list box - Can 'Find Only' - ie. Don't replace text, just show a list of files found

5_2007-2008 #190159
LynxComboBox v2.0, The Best Enhancements for Multi-Column ComboBox

This source code contains some good enhancements that I made for LynxComboBox v1.30 with multi-column drop-down list feature belongs to Richard Mewett that you can get from: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=61438&lngWId=1 . I have made some modifications and new features on LynxComboBox control. I also have separated the project become two projects (one is LynxComboBoxTest.vbp, and the other is LynxDataCombo.vbp) in order easy for you to compile it become an .ocx file (if neccessary). Just open the RunThisForTest.vbg to test those both project at once. So, let's see what's new that I made so far: (1)--> Changed Private to Public for SearchCode function in order could be used for validating selected text on LynxComboBox. This function is very useful if you want to validate the selected text before saved that selected item or another certain value from drop-down list to your database. (2)--> Added 4 new functions: FindFirstText, FindNextText, FindPrevText, and FindLastText for searching text in the certain column. This search feature included using 3 search-mode ("Equal", "Like", and ">="). This is very useful if you want to find a string on certain column in drop-down list and want to know which item(s) contains that string. If the string found, the item would be selected automatically in the LynxComboBox. See at the demo project. (3)--> Fixed minor-bug on Locked property. Before: KeyPress/KeyDown still work or affected and item could be choosen or selected when Locked = True, After: Now it has been fixed by truly locking when you press the key from your keyboard! I think some of you did not realize this bug, don't you? ;-) (4)--> Added new feature to bind value on certain column in drop-down list to another controls by using two ClassModule (MyControls.cls and MyControl.cls). Those two classes and the technique I got from Marcelo Luiz Altafin on http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=37751&lngWId=1 then I combine them. I also give him a credit for this new feature. This feature is very useful if you want to get the value from certain column of drop-down list and automatically filled-in to another controls on your form (such as TextBox). So, from now on, you don't have to get a value from ItemText manually anymore. Just bind your TextBox control to the LynxComboBox by using .MyControls property... (see at the demo project) and... tarraaa... the TextBox(es) filled-in automatically. Even this feature still works if you press down-arrow or up-arrow key from keyboard to browse the items in LynxComboBox. (5)--> Added function ResetValue to reset value in LynxComboBox and all controls that binds to the LynxComboBox (such as TextBox). This is very useful if you make an entry data form, and after user save the record to database, then the selected item in LynxComboBox on your form back to blank and ready to receive new input again (similiar with Reset button function on HTML). This is also affected to the controls that binds to LynxComboBox (such as TextBox), the value become blank string. I also added a database for test purpose if you want to get the items from your database. I added one form with a progressbar in order to let user know about the progress while retrieving records from database. This is recommended if you get so many records from your database and load them to your LynxComboBox. I changed the version become 2.0.0. To Richard Mewett, I hope you don't mind about this new version, right? :-) The copyright of this user control is still belongs to Richard Mewett and his name is still written on the code because he deserve. Download it and proof it now. Any comments and votes would be truly appreciated. Thank you and have a nice code, everyone. Tag: Multi-Column, multi column drop-down list, drop down list.

5_2007-2008 #194366
Taken game

Taken 3D game DEMO it's like tekken game, it works wth Dx8 and TrueVision3d . see screenshot and get it now ! you cn get full verson for free ( from my website ).

5_2007-2008 #194351
Mandelbrot Set Screen Saver

Every time I look at the Mandelbrot Set I am amazed by it. So I decided to make an application to view it. I ended up making a screen saver out of it. It generates an image and then zooms in around the edges. The screen saver must be compiled to use due to the rules against uploading applications and dlls. Steps to compile are included (basically compiling an exe but with a .scr extension.

5_2007-2008 #172209
Prognosticator

This is actually experimental code. I attempted to reuse a form by putting code in classes (just to see what the pitfalls are, etc...) For the experiment I created a simple game. Buy and sell stocks as their prices rise and fall. Predict which stocks are on the rise and invest in those for higher scores. Again, a simple game to test class based coding. Have fun!

5_2007-2008 #188207
Update width Antialising (Very beautiful now) for my MM CheckBox 2009

Version 2.1 of my very simple and beautiful CheckBox (MM CheckBox 2009 v2.0). Now with beautiful Antialising (perfect circle) (thanks to "Dana Seaman" for this technique) Check the Screen Capture my blog, http://mmvb2008.unblog.fr/ (some sympathetic utility makes in vb6)

5_2007-2008 #174438
DM VBCode Collector V1.2a Update

Hi this is a little VB Code Collector I made for my self to store all my codes, You can Add, Rename and Delete Categories, Add, Edit and Delete Code examples, You can also compact the database, New Update include a quick serach of cocdes and now codes can be stored in to sub Categories, hope you like the update

5_2007-2008 #193277
Shortcut Target Extractor

I was writing a program that required extracting the target path from a shortcut file. All the example I found used the "WScript.Shell" to achieve this. I decided to write a function which uses the createfile and readfile apis to load the file into memory, find the target path, and extract it. In this demo, just drag-drop shortcuts to the form and a message box will popup showing the target.

5_2007-2008 #186601
SinglePage 12 Month Calendar (Updated)

Another fine example of how to make a simple program complicated.Not recommmended for screen resolutions under 1024 X 768.Added:Can now create a Holiday list, change date range and set first day of week to Saturday.

5_2007-2008 #193440
Library Management System (Updated)

This Library Management System is for the beginners in VB 6 like me. It has a card catalog system, indexing, book inventory and profiling. It shows how to connect with your database. It generates reports, receipts and book inventory. Please vote this program. GOD BLESS YOU ALL..You can download missing files here http://www.mediafire.com/?gjlmbqy3xmc

5_2007-2008 #193590
Check Box, Option Box and Frames transparent

It's a class that converts opaque CheckBoxs, OptionBoxs and Frames to TRANSPARENT!. Easy to use, very effective. It can be used with other controls with properties .hwnd and .backcolor . There is only one error: blurred fonts doesn't work fine with the transparency function. Sorry for my bad english!. Comments are welcome! Thanks to GioRock for the tip. I forget to say: the clickeable area will be the non transparent region.

5_2007-2008 #194363
Rapidshare Premium Downloader VB6 Source Code By F4U

This is The Source code to all the versions of the free for you rapidshare downloaders, even the unreleased versions. The Versions Are: Rapidshare Premium Downloader 1.0 (inet) Rapidshare Premium Downloader Alpha Beta 1.2 (inet) (Currently Unreleased) Rapidshare Premium Downloader Beta 0.92 (ie version) Rapidshare Premium Downloader Beta 0.1 (ie version) (Currently Unreleased) Inet Fixer 0.0.2 (Currently Unreleased, Only Buggy 0.0.1 was released) THIS IS THE PERFECT PACKAGE FOR ANY BUDDING PROGRAMMER, OR ANYONE WHO WANTS TO MAKE THERE OWN RAPIDSHARE DOWNLOADER, PLEASE DO NOT USE MY CODE FOR MALICIOUS PURPOSES AND PLEASE DO GIVE ME SOME KIND OF CREDIT IF YOU DECIDE TO RELEASE, E.G BIG THANKS TO DELBOY OR SOMETHING, ANYWAY USE THIS CODE HOW YOU WANT AS LONG AS ITS NOT FOR MALICIOUS PURPOSES, RELEASE YOUR OWN DOWNLOADER I REALLY DO NOT MIND.

5_2007-2008 #193393
Graphical VScroll Bar User Control

i was searhing for VScrollBar that Matches my Project Colors and Style and did find so i mad this one .. its simple to use as normal vScrollBar of microsoft .. if anyonw can also add some modifications on this control to make the MouseDown Event work continuously not like it work now click by click .. it will be nice

5_2007-2008 #193053
EGL_PngTgaPcx

(Reduce)PNG,TGA and PCX image viewer. Review of original code by Alfred Koppold. Understanding bitmap struct, file formats, BitPerPixel ,Bit depth ,RLE and LZ77 compression method,32bit DIB, transparency etc. Useful(zip:320kb)

5_2007-2008 #180969
Advance Inventory System

This is an advance Inventory System that I've made before. It has a lot of features that you can use in your own program. Features of this program are as follows: Purchase order are put on hold prior to final posting. Purchase/Sales order return. The system automatically detect if all items in purchase order has been delivered. Items in listview turns red if all items has been delivered. Items received under purchase order are still put on hold until it is declared as final received. The item is not yet added to the inventory if it is on hold. When the item is put on hold you can still edit it. Product Measures or Product packaging allows you to record quantity based on packaging. Record deliveries per city. Allow you to edit purchase order or sales order on hold. Receive collection from different customer's invoices and receive only the amount collected from customers. Assorted product allows you to combine different product which has the same product line and automatically added to the products table. Products groupings allows you to group different product in one package and automatically added to the products table. Customers balance monitoring. This program has an advance features and coding that I did not include in the list of features above. Discover it yourself if you want to use this program. For instruction on how to run this program please read the readme.html

5_2007-2008 #194364
Take Picture For Me

< Take Picture 4 Me > is powerful engine, which you can add your informations and the program will create real 3D image for you. also you can add hats, glasses and other items to your person. then you can add sunlight and other options. finally, export it to BMP file from any corner you want. and now, see screenshot and GET IT NOW.. NOTICE : It's just DEMO version. you can get full version from my website ( for free, about 40 M.b ) TakePicture4Me Ver.5 - How to Setup ? --------------------------------------- 1- Rename file [ Take Picture 4 Me - Ver.5.zaid ] to [ Take Picture 4 Me - Ver.5.Rar ] 2- Unzip it using WinRar or other program 3- Setup [ MeshesSketch ActiveX.exe ] *included* 4- Open my source code NOTICE : -------- this is just demo code , you can get full version from my website, in this DEMO version : 1- 3D High Quality Models 2- 3D Items Added ( glasses, hats, ... ) 3- 3D Light supported 4- 3D Sunlight Added 5- Export as BMP in FULL version : 1- 3D Movements added ( Dancing ) 2- 3D Rooms supported 3- 3D Music wideround supported 4- Export to JPEG & BMP

5_2007-2008 #194365
VB Decompiler Lite 2009

VB Decompiler Lite VB Decompiler is decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0 and 6.0. As you know, programs in Visual Basic can be compiled into interpreted p-code or into native code. If a program was compiled into the native code, restoring full source code from machine instructions is not possible. anyway you can edit any text or image which contained in EXE file . _____________________________________ Just select EXE file, then edit any text and pictures, then compile edited data to new EXE file . _____________________________________ Notice : this is DEMO version ( support Bmp and Jpeg only ) you can get FULL version ( support Gif and Png also ) from my website. don't worry, it's available now.. http://www.yazanmarkabi.jeeran.com/ Notice : I usually post FULL versions in my site after one week, but this FULL code already available in my site. If you have any suggesting, tell me , Em@l : ZaidMarkabi@yahoo.com Thanks,.. Zaid Markabi

5_2007-2008 #182510
First time ever! Clear the Debug/Immediate window with code!

For the first time ever, a code that can clear the debug window from code! It's actually a cheat, since VB5-VB6 doesn't allow to clear the window without stopping the running project - the program sets the focus on the debug window, go to the last char and start printing a lot of empty lines - effectively getting rid of all clutter visible on the window.

5_2007-2008 #190655
Sine Line Screen Saver

This is a very well written and fully functional screen saver, compatible with windows 98 and up. It draws moving lines based on Sine functions (very hypnotic). There are no edge detects. The publicly posted open source core of this code was written by: Rod Stephens (Core functionality) Neil Fraser (Integration & Win 98 multi-monitors) Elliot Spencer (Win 9x locking & registry lookup) Don Bradner & Jim Deutch (Password handling) Lucian Wischik & Alex Millman (NT information) I created and added all the graphics and motion control code.

5_2007-2008 #194189
Process Management System [Electronics Corp. Of India]

This is a prototype application that covers the key functions of a Process Management System of a retail store. The store deals in the sale of electronic items such as televisions, video record players etc. The application uses SQL Server 2005 as the back end and VB6 as the front end. Instructions on how to install and run the application have been provided for your convenience. On another note, I would greatly appreciate it if you could please leave behind a positive vote and your thoughts, comments or feedback. Good luck with running the application and thanks for your time! Have a nice day! Cheers!! :)

Languages
Top Categories
Global Discovery