Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #136233
ID3 Stripper 2.0

Simple but useful (for somebody) utility for stripping ID3v1 and ID3v2 tags from any file. It's API based and much faster than version 1.0. It removes tags from all files inside selected folder (or subfolders).

3_2004-2005 #136234
Cool Animations

Some cool animations with some useful techniques like antialiasing, SafeArray, dynamic creating of picture objects using API, partial window redrawing and other. Code is relatively fast but can be much faster using assembler optimizations (maybe later).

3_2004-2005 #136235
Transparencies in windows 98/me

I have seen many ways to do this using that evil ocx (not open source); but this is pure vb!!!! I origionaly posted this on VBForums and decided that I should post it on PSC so here it is. ONLY works on 98 and ME. Please vote and leave feedback.

3_2004-2005 #136236
API Listbox as Inputbox Replacement

This Code was written by Dave Andrews and modified by Tom Pydeski It is an api form with a listbox which can be used as an inputbox replacement where the user is presented with a list of choices in a listbox form instead of the standard inputbox. modifications include: made list 3d automatically size list based on the number of entries and the width of the longest entry added the keystroke capability added the option of changing the font to that of the calling form or any of its container controls that support .textheight. added double click capability to the list

3_2004-2005 #136237
Xp Side Menu

Re uploading my xp side menu the BEST on psc was in 6th pos before some %*°_£% hakker hacked the system

3_2004-2005 #136238
Cool gradients

Linear (any angle) and circular gradients. Parameters: pressure (transparency) and frequency. (Re-coded: 02.10.2003)

3_2004-2005 #136239
Detect changes to system date and time

Repost due to a %$)£?&!! hacker.... This class allows you to detect changes in system date and time. It raises an event whenever the date and time is changed by means of the control panel applet. You will need the SSUBTMR6.DLL that you can find at www.vbaccelerator.com under Libraries->Subclassing without the crashes.

3_2004-2005 #136240
_A1 Database Comparison Tool

This database comparison tool can compare 2 databases for differences. It can give you missing Tables, a script to create it... Check 2 tables for missing cols... Right now this works with only MS Access Databases... planning to include SQL Server and Oracle too.... This uses ADO objects... so mdac 2.5 is required on your machine. This is available in Microsoft's Website.

3_2004-2005 #136241
ASMEditor 1.0

This editor is only GUI application for Netwide Assembler. You can build binary file, dynamic-link library (DLL) or executable file (EXE). It has good compiler and linker error handlers (error line is highlighted after compiling). You can get help for any instruction or directive by pressing F1 (just like in Visual Basic). Project has some executables not allowed on PSC, so download here (+ help + libs + samples +++): http://flashlight.webpark.cz/eindex.htm

3_2004-2005 #136242
Menu Help

The purpose of this code is to allow you to provide help for your menus. When someone moves their mouse over a menu it will raise an event telling you the caption of the menu the mouse is over. This will allow you to have a status bar that will help them understand what each menu item will do.

3_2004-2005 #136243
Size Restrictor

This will allow you to stop the form from being resized below or above a user-defined amount. Because it uses subclassing, it is totally flicker-free.

3_2004-2005 #135538
An Easy OOP Script engine

Simple scripting language using classes. Uses callbyname function to run a classes methods. This allows for very fast parsing, because there is no IF Then or Case statements. Create a class module with the functions that you want in your scripting 'language'. Then you can simply send a string of text into the class' parse function to get the name of the function and the values to be operated on. After you have gotten the name, use CallByName with the vbMethod operator. This is a quick class (OOP) example. To keep it simple, I didn't include properties, only public and private variables.

3_2004-2005 #135539
Changing MS Access password using DAO and VB.

This submission was deleted due to the recent hacker attack. So I'm re-posting it to give access to other users who want this code.

3_2004-2005 #135540
API for beginners made easy

API for beginners made easy. Yet another submission for beginners. The API is sometimes avoided when first starting VB programming because it seems too difficult. In fact it's quite easy, just experiment. I've tried to split the code up to into various modules to make it clearer to undertand. Vb controls sometimes lack some properties we as programmers need. The API can be used to return those properties to us. In addition API gives us access to built in dialogs and other functions not otherwise available through VB. This demo covers only a few of the more common API functions, there are hundreds and hundreds of others! Modify VB Controls: Listview Flat Column headers, Treeview no tooltips, Progress bar change back/forecolor, Textbox - lower/uppercase and numbers only, Command button - thick edge, flat, hover. Dialogs: Open, Save, Browse for Folder, Printer, PageSetup, Color, Font, Add to Favorites, Organize Favorites, Import/Export Favorites, About. Functions: GUID Generator, Unique Temp filename, IE Version, Keycode giver, Hard Disk info, Common Paths, Long filename, Short filename, FileExists, Binary open/save String Parsing: Pathonly, Fileonly, ExtensionOnly, ChangeExtension, Unique filename, File size, Trim null characters. I recommend you visit www.allapi.net for excellent downloads regarding the API - but be quick, I understand the site is closing soon.

3_2004-2005 #135541
clsMP3

A class module that can read ID3v1, ID3v2, and header information from MP3s. Also includes a function for searching dirs for MP3's and subdirs. Can be compiled into an ActiveX Dll for use in ASP or other types of apps. Sample project shows proper use of the class.

3_2004-2005 #136244
Cool Swirl Effect

This generates a cool swirl effect with a bunch of options... check it out its preety fun to play with =)

3_2004-2005 #136245
ADO Boolean Search [ AND / OR / NOT / AND NOT ]

This is the only one ADO Boolean Search on Planet Source Code !!! [ AND / OR / NOT / AND NOT ]

3_2004-2005 #136246
ThePostman

I wrote this small application some months ago for my company and we use it for submitting of a postal list of all our outgoing mail and packages to the nearby postal office. The advantage using this program in comparison with a manually filled post list, is the sender do not have to have the weight of all the various shipments, first time it is shipped it is weighed and the weight along with a descriptive text goes into a database for later use. This source code is yours for the taking, do not bother to give any votes – but I would be very grateful for any feedback, positive or negative. Have a nice day

3_2004-2005 #136247
Prime numbers and Prime factors

This code will calculate for you every prime number from one number to another and add it to a listbox(eg. 1 to 10000) using a pretty fast code! A second function is calculating the prime factors of numbers (eg. 852=2x2x3x71) from one number to another and add it to a listbox. Hope this will help somebody :)

3_2004-2005 #136248
MouseClicker

Emulates mouseclicks with variable delay between clicks

Languages
Top Categories
Global Discovery