Results for "Volume: ASP_Volume3"
With this code you can set the transparency of any window, only by knowing its hwnd. This could be interesting to do some work on, imagine an app that remembers the z-order of all windows and makes them more and more transparent according to their z-order!!! Now, I'm not a that good coder so maybe someone picks up where I left. I think it could be cool, dont you? :) Oh, almost forgot, only Win 2K/XP...
Fullscreen slideshow program for common graphics files. Select directory or browse the file manually. Resize large graphic... feedback please...
This is a DEMO Application on Using my FileMapping VB Class Module to Simulate the use of File Mapping APIs Used in Visual C++ and Win32 Assembly, Why in Visual Basic, Why Not? FileMapping Class Module ======================== Tired of using the traditional Visual Basic File Handling Routines, or even FileSystemObject failed to read to a file byte-by-byte, or you want to Access a File Using Pointers for Better Scalability Performance, while Some Anti-Virus Blocks the use of very useful FileSystemObject, File Mapping Functions comes into a handy set of routines just waiting for you to use them, and take note, we people as Visual C++ and Win32 Assembly uses this functions, because we dont have easy macros. Why use easy routines, and limiting your performance, use File Mapping, thats the only way!!! yup, Visual Basic doesn't support Pointer Variables, but there is a CopyMemory "RtlMoveMemory" to do the same effects (a little slower than the real pointers but that will do just fine) Included in this ZIP file is my Class Module to perform FileMapping and a demo Project on how to use the File Mapping by Traversing to an Executable format and checks whether it is a valid Win32 Portable Executable Format and finally checks what type of PE it is, PE32 or PE64 ======================================================================== This code checks for a valid PE Executable Format To understand this Application, you need to consult your nearest PE Documentation. Win32 Assembly Codes are included in Comments are 100% working on TASM32 Compiler, Created by: Chris Vega [[email protected]] http://trider.8m.com
It records sound from the sound card. Great for recording streaming music then convert to mp3 and burn to CD.I got the original code from PSC which was taken from two other pieces of code here. I have added some features.
This code will create a "System DSN" that connects to SQL server. Actually there are two project files in the ZIP. One creates an automatic (hard coded) System DSN when you click the create button. (See the PleaseRead.txt file) The other is set up so that you must enter the information before it will create it. I've only tested this on my Windows 2000 machine, but feel somewhat confident it will work on others.
This is a new version of my Progress Bar ActiveX controle i studied the feedbacks and add good properties Color,Min/Max with negative value accepted (ex: Min=-500,Max=500) more than 8 FX presets for smoothing the progressBar I'm waiting for your feedBacks or remarks
This is code will help to copy, move, delete files within VB Project without using Explorer and just defining the locations of source and target files. Kindly make reference to Microsoft Scripting Runtime (scrrun.dll). This code will greatly help in adding Backup and Restore routiens in simple manners.
Update: ver 47 - DbaMgr provides a graphic management interface for MS Msde 1.0 installations. It allows you to manage and administer your server, databases and database objects from a Windows interface similar to the one Enterprise Manager provides, rather than via the standard oSql.exe command line utility: an alternative inexpensive console/management tool for Microsoft Sql Server 7.0/Msde 1.0. In addition to traditional Sql Server objects management and permissions, DbaMgr adds HTML documentation generation tool, attach/detach visual interface, a query interface, and a visual interface for BCP operation. Provided with built-in English and Italian language localization, supports user defined language translation. It needs ADO 2.5 installed, as long as SqlServer Client Components (Sql-DMO). SqlServer 2000/Msde2000 version available too
This code can be useful if you want to use more of the API calls located in Different DLL Libraries. Don't forget to vote!
Visualization plugin for winamp. see the readme file for info.
To study one File-Format Structure, is a "TRUE" advanced task for a programmer, offset-by-offset and byte-by-byte definitions, and studying the Executable Format of the system you are working on one of this tasks. But to study a format, you must have a Viewer and a Format Description itself from the File-Format author/developer or by scanning through the use of Scanners/Detectors. Using the FileMapping Class I recently submitted to this Server, I have created a Portable Executable Viewer, an Application capable of: - Has support for Portable Executable 64-Bit - Opening and Detecting Portable Executable Type - Recalculating Image Checksum - View MS-DOS Compatibility Headers - View Portable Executable Headers - View Optional Headers - Generating a Full Report
This is my modified Calendar.In This calendar I am not using any single date function to calculate the date.This will display Hijri as well as gregorious calendar.I have added more facilities in this calendar.If you don't mind please vote......
With this code I try to show you the different between ByVal and ByRef , I pass x variable by reference and see how it change and pass it by Value and get it with no change. Its very simple example that will help you to understand the different.
See Thumbnail Pictures From Picture Files In Directory
this will convert an access mdb database table to either a comma delimited text file (csv) or a tab delimited text file (txt). I needed to add functions like this to an app at work so I decided to redo it a little and upload the code here. if anyone needs help please email me.
Menu with colours, animation (open), font etc...
A Visual Basic application development framework for Microsoft Great Plains (Dynamics and EEnterprise) accounting software. This application runs completely independant to Great Plains. (If you require seamless integration consider using Dexterity and/or VBA). The initial version allows a user to login to the system, and select a company. The project has also been registered on www.sourceforge.net as open source (search for Great Plains). The idea is to build up a library of code and accelerate application development. Included is a sample program to copy security settings from one user to another. (Be sure to read the readme.txt before using this program!)
This is a carbon copy of the Microsoft Calculator really, it functions just like it. I owe a great deal to Mr. Ian Williams for his help on coding much of this. I have added a few other functions or enhancements that some of the other Calculator applications have on them. The Scientific portion still needs to be coded.
This code will give a great effect to any control making the user interface much more professional
Simplifies the use of the most common Trig Functions (Sine, Cosine, Tangent) and their Inverse Functions (ArcSine, ArcCosine, ArcTangent). The native VB Trig functions require the conversion from degrees to radians or vice-versa. These functions eliminate that need.