Results for "Volume: ASP_Volume3"
This dll loads an IP list with country names, county codes, start/end IP ranges in memory and 210 small country flags from the dll into an imagelist. When given an IP address it returns the country name. It also returns the country code to load the corresponding flag from the imagelist into a picturebox, imagebox, listview, etc. Depending on the speed of the computer it returns the country names/codes from 100000 IP's in about 0,5 seconds. I'm sure many of you can improve this. Use an modify as you wish.
Pack a lot of Images into a STANDALONE EXECUTABLE file and see the Slide Show with Fade Transition and Full Screen features. Add New features: STATIC FRAME and REAL TIME resize.Update missing Main code. Requires Windows XP
use your Right Mouse Button to pick , Change and Mix Colours and report them back in RGB or HLS format
This is a tool that helps you take snapshots of backgrounds or your app, and it lets you save them. Great tool if you need a snapshot of your project when putting them on PSC (this site). I use this on both the TrioSkin and The TrioSkin(Remake) to make a snapshot of them. Plz vote if you like it. May need lil work on it, but it does work.
Here's an example to demonstrate the synthesis of musical notes using pure VB code. The notes can be save to a wave file and played of course. Enjoy !!
Nice Msflexgrid. Good functions and cool look
Color selection in many programs, e.g. Adobe PhotoShop suffers from the inability of the color pipette to function outside the main form of the application. This small program enabeles you to grab color information from any element (pixel) visible on the screen and include the selected color in a color scheme as one of up to ten colors. The update to version 5.0 corrects several items and includes display of editable complementary colors. Details at: http://www.swr.dk/software/02_00_colormate.php
In this article we'll learn how to set up your own instant messaging netwerk with Visual Basic. The information can also be used to program it in another COM based language, but the coding is only for Visual Basic. Have fun! (The source is included)
ThincTalk 2.5 improved. Improvements: Display pictures, Skins, Option to start when Windows starts, Greater customization. You can also send images as thumbnails. The skinning function is able to change all espects of the interface in any form: any control's back color, fore color, picture or caption, if applicable. The remote desktop now controls the remote mouse with less information sent!
Keeps track of your undone tasks. A bit like a mac interface: transparency, fading and all that is present. And after you fixing a bit of code, you should have for yourself a good calendar program! This program utilizes the INI feature and gets information only from the INI, so MS office or any MDB feature is not needed. Extra features include showing of multiple sticky notes (its a checkbox saying "show sticky for this entry"), stay on top, contractable form size, animated details... Credits to some date picker object which is disabled by the code by default, and the fader by some famous guy in PSC...fading is nice. Oh and it shows shadow under forms as well. Note: the alarm function does not work at the moment. if you have a solution to making a string to a date please post a comment.
No complex but powerfull code. How can i download file via inet control ? File size, Lef size, percentage, progress, very fast and not complex. Only 30 lines !!!!! Not problem...
MSN Messenger Contact Transfer Utility. Excellent condition, Professional skin. Yo can transfer all or selected msn accounts other msn address or export account emails TXT file. Use: 1. Login Messenger account. 2. Start program. (Software will receive all contacts) 3. Sign off Messenger 4. Login other Messenger account 5. Software will auto-dedect new msn account. 6. Push transfer button ! Finish! All contacts transferred other Messenger ! or You can export MSN Contacts TEXT file. And import your other programs quickliy! Thanks for votes!
The control purpose is to emulate the MS Windows textbox time input control. It can show or hide the "seconds" box, set text selection true/false and it has change event as well. The control was made to fit in one of my projects but I'm sure you can easily change it to fit in yours too. Update #1 (21/Jan/2007): fixed leading zero issue. Update #2 (23/Jan/2007): fine code adjustments thanks to Roger G.
Builds complete ADO ot DAO application for all tables,queries and fields in Access database.mdb including code to recreate database
This program is developed in Visual Basic 6.0. It is nothing but scientfic calculator. Here i designed a library for calculation. use this program for only studying purpose. if you want the executable visit www.picksourcecode.com
Professional NotePad! - Is a Cool 2007 Windows Notepad Clone with the ability to change Themes... Professional Notepad Uses WindowBlinds Technology for the Skinning... NOTE: A Third Party ActiveX Control is Required... Uses DirectSkin For The ActiveX Control http://www.stardock.com You do not need WindowBlinds to Skin This Notepad The Coolest part about the skinning is Any WindowBlinds Theme that you download off of the internet will work with My Notepad... Professional NotePad Was Written and Developed By Me (Michael J. Hardy) Using Visual Basic 6.0 This is Actually My Very First VB Program that Doesn't Use Open Source however, some modules where found on this site... Update: March 9th, 2007 - The Toolbar Highlight is Now Xp Style and Skinnable... You can choose to Have the Notepad Minimize to the System Tray... This Feature can Also be toggled On/Off like all of the other features... Please Vote! I would like some Help with This Notepad So if you have Visual Basic Experiance Please Help with this development.. You will be greatly rewarded... I'd like to make this the best notepad clone available... Thank You... Email Me at notepad@fidmail.com if you would like to help...
A module.bas, a few code lines: that's all you need to add Recent Files, Parameters and/or User Preferences features to your App. All auto stored in a INI file. Easy for Admins, Easy for Users. Fully doccumented code.
This gives you a nice place to put your cofee
This is a standard message box; however it gives you total control over all its features from icon displayed via button captions and sound to positioning and auto-timeout. It can even speak, if you want it to! A little testdriver is included to show how it all goes.
Do you use different functions to extract Filename, Filepath, or Extension from a path. GetPath is a function that can extract 9 different parts from a path. It can extract FileName, JustName, FileExtension, FilePath, Drive, LastFolder, FirstFolder, LastFolderAndFileName and DriveAndFirstFolder. It supports relative paths too. Try to parse "C:\Look\At\The\FileExtension\Of\This\Path.exe\" to your GetExtension function and then it to my GetPath function. Also try "C:\Temp\Is\A\File\Not\A\Folder\Temp". You will know the difference. I will feel glad to hear your comments and suggestions.