Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #33276
Sticky Notes

This program, which loads in to the system tray, allows you to put 'post-it notes' on your desktop to remind you about stuff you have got to do. Features a date/time function for a Sticky Note to pop up and remind you what you wrote in it. Can be minimised and hidden, or minimised to the task bar depending on what you select. I use this program because I can never find enough space for more post-it notes as my screen becomes surrounded by yellow paper! :o)

ASP_Volume2 #33277
A File Copier And Mover

Copies files from one location to another using file system object and also tests a users logon name to determine where to move files from and too on a network. Program moves the user profile and grabs files from the PC (favorites etc) ready for the user to set up the profile from scratch if profile is corrupt. Also backs up the profile to the users storage area. Please comment and rate it

ASP_Volume2 #33278
_NIS Updater - Reads INI To Tree View!!!!

This code does a lot. It has a function to read INI files. Then puts the information into a tree view! Its flexible, so it can have 99 or 2000 things in the tree view with out chaning the code. Once (None) is placed, it stops. Awesome!

ASP_Volume2 #33279
_Store data in the Registry_

beginner example of saving and reading data from the registry. made from a module i found on PSC.

ASP_Volume2 #33280
Cool Text Scroller

For those of you who want the source code to make a text scroller exactly like the one in the subseven defcon edition then download this. Commented some for beginners. If you do download this, vote for me.

ASP_Volume2 #33281
Auto-complete combobox

The following code adds the autocomplete functionality to the standard combo box. The user can either type into the combobox, which automatically selects an item matching the users keypresses, or they can simply select an item in the standard fashion.

ASP_Volume2 #33282
BubbleSort, a graphical representation

This is a cool little example of a simple bubble sort routine. On the form, it has a realtime representation of the routine is doing...download it!

ASP_Volume2 #33283
Add Command Line(s) to your App!

This code is simple and easy! This code allows you to run command from the start menu. EXAMPLE: Start> Run> C:\Folder\MyApp.Exe /NoSplash

ASP_Volume2 #33284
Updated Sticky Notes

This program, which loads in to the system tray, allows you to put 'post-it notes' on your desktop to remind you about stuff you have got to do. Features a date/time function for a Sticky Note to pop up and remind you what you wrote in it. Can be minimised and hidden, or minimised to the task bar depending on what you select. New for this release: 1. Can change the title of your note 2. Can select to view just one of your notes when hidden, rather than 'Show All' 3. Graphics problems fixed 4. Scroll bar if text is too long 5. Saves your notes if you exit and loads them again when you restart. Thanks to all of you who voted for me for the last release - first time I have even made it on to the board for the Coding Contest! :o)

ASP_Volume2 #33285
Reminder - Date/Time Manipulation (+)

This code is a demo for the two functions I wrote (GetFutureTime and GetFutureDate). I used it in a project to Snooze reminders like in Microsoft Outlook. The date function returns a date, for example, "12/12/2002" + "3 weeks". The time function returns a time, for example, "12:12:00" + "45 minutes". ENJOY!

ASP_Volume2 #33286
MPEG Blaster Upgrade [with Mirror Site]...

MPEG Blaster is a MP3 Player built with the Impulse MP3 Control. MPEG Blaster comes with a Easy to Use Interface, 10 Band Graphic Equalizer, Easy to Use Playlist Editor, 18 Preset Effects, Global Volume Control which Controls the Master Volume Control of the Windows Mixer, Completely Skinnable and comes with 6 Inbuilt Skins, Customizable Preset Eqaulizer Format (PEQ) using Which you can set your own Equalizer settings, 6 Different Types of Visualizations, Sits in the Taskbar for Easy Access, Completely Controllable with the Keyboard for Easy Access Using Hot Keys, ID3 Info Scrolls in the Main Display and in Taskbar (like Winamp) and many more cool features... If you've any doubts or if you need to report any bug in this Program, feel free to mail me in the mail id [email protected] or [email protected]. You are free to make any changes or enhancements to MPEG Blaster. And if it is working Properly and you wish to add that to MPEG Blaster please send the same To get the Latest Version of MPEG Blaster and to get Online Information about MPEG Blaster visit the Online Site http://www.geocities.com/lvramanan for more Info. Supported Platforms: -------------------- Windows 9x, Windows Me, Windows NT, Windows 2000. Minimum Requirements: --------------------- * A Wave Playback Compatiable Sound Card (16 bit Recommended for Best Output) * 800x600 Pixels Resolutions for Best Display * Minimum 256 Colours (16 bit High Colour Recommended) * Pentium 100 or above (Recommended Pentium 233 MHz or above) * Good Sound Blasters. * Impulse Studio 3.0 and above. * Visual Basic 6 or Visual Basic 5 (with all service Packs installed). Known Issues: ------------- 1) The Seek Bar Misbehaves some times and shows wrong position of the Song While Playing. Remedy : Pause the Song Playing and Resume again to solve this Problem. ------ 2) The Playlist Editor doesn't load the files Properly when MPEG Blaster is shut down improperly or only one file is opened in the playlist Editor during last play. If you see any other bugs other than this, report it to me in the email address which I've give above. If you like this Program please vote me. ** Thanks to Sebastian for Providing Space in his Site for MPEG Blaster.

ASP_Volume2 #33287
Euro Converter - Real Time Exchange Rates!

This is a follow up to the code posted yesterday about a Euro converter. The problem with all converters I have seen on here is that the exchange rate is hard coded in to the program. This one is different however. It grabs the latest exchange rates from a web site and uses them! Very simple app, but could be made to convert between any currency and another very easily. VOTE UK INDEPENDENCE PARTY! :o)

ASP_Volume2 #33288
PNG View

This code allows you to display PNG images within your programs with full 32 bit color (that is, 24 bit color with 8 bit alpha transparency). This will allow you to use "anti-aliased" images in your programs, making your graphics blend in to the interface perfectly, no matter what color the user has chosen for their interface. Code by Thomas Kabir (www.VBFrood.de). Posted here with permission. Requires ZLib for Windows and you must compile and register and re-reference the ActiveX DLL before attempting to use this. I've tried to include a compiled OCX and DLL, as well as a workling zlib.dll, but PSC won't let me. If VB won't compile correctly and\or you need any of them, email me.

ASP_Volume2 #33289
Icon Maker

this is a pretty good code that makes icons

ASP_Volume2 #29203
Pic View 2002

Remember to vote for me.... This is a directory picture viewer It can handle up to 32000 pictures. Double click pics to view, use +,- and number keys to zoom, 0 = resets to original size and arrow keys to scroll. A Previous posting was missing a file, I have deleted it. Now with source for OCX and shows how to use it, EXE is included and virus free... Do not run EXE if you can compile a new one. please do that.

ASP_Volume2 #29204
Text Search

This is a simple text search engine I created in less than an hour. It is very fast and usefull. I'm sure it can be optimized so feel free to do so. It will find the specified text and highlight it. Also one can load a file's text into the text box and search it. It automatically finds the next item once the text is found before it. Check this out!

ASP_Volume2 #33290
Visual Music

This application is the fruit of frustration that I came across with usual mechanical software jobs. I decided to write perfact application but didn't exist the way it was supposed to. And so here's the Visual Music. Includes thousands of lines of cool VB code, graphics, very detailed Microsoft styled on-line help for user and InstallShield wizard script. Here's what it does: Visual Music lets you play 128 instruments on your PC including Flute, Bagpiper and even whistle! You can even record what you are playing, edit it and save it in a file. If you not expert at playing synthesiser keyboard, it provides you a easy to use scripting language to create music just by telling what key in which instrument you want to play for how much time!

ASP_Volume2 #33291
ScriptGen - Generate INSERT Scripts For MS SQL Server Data

One of the most wanted feature from users point of view in MS SQL Server is capability to generate INSERT scripts for MS SQL Server data. But call it Microsoft's ignorance, this feature not supplied since quite long. And even worse, there is no public domain application to do that. This feature is usually desperately required in situation like sending test data to somebody or supply sample data. So I decided to write my own. It's still isn't the perfect and can't handle all of the possibilities but it could be your best bet with supplied source code! This application is right now in state of easy installation but no on-line help is available. You may freely contact me for assistance however.

ASP_Volume2 #33292
Relations Between Your VB ActiveX Components

This application scans the given folder and sub folders for VBP files, analyses which VBP file references which ones and generates a Tree view showing this relationships. What's more, it stores this analysis results in Access database so that you can run your own query or open it at later time. This utility is typically useful if your project consists of tons of VB components calling each other and if you wish to see what will be the impact of changing interface of one on other components. You can also use it to just document component relationships between your projects. This application also shows you how to analyze VBP file contents and ready-to-use source code. This application is right now in state of easy clicks but no online help is available. You may freely contact me for assistance.

ASP_Volume2 #33293
Task Modifier 1.04

We all know you've seen Task Spy/Viewer programs all over PSC. This code deals with using Menus, Listboxes, Control/Form Information,WindowStyles, and many other things. If you like these types of apps please look it over and you might find a few things you may like.

Languages
Top Categories
Global Discovery