Results for "Volume: 2002ASP"
Error Handling In Visual Basic - Goal Keep work fun by handling errors correctly. First for developers developing the software, then for developer and QA team, then for users, then again for the developers and QA, when there are bugs to fix (there will be J).
this is a quick example of how to stop a password from being unmasked in a textcontrol. i threw this together early today as i was looking for a was to stop such mischeif and hacks. hey do me a favor coment and vote please. also please help try and improve this for the rest of the vb community.
Offers 6 ini functions that are extremely useful. Handy, because it has a "setup" function that specifies the filename and the number of characters you'ld like to retrieve (max) so that you don't have to re-specify them every time you write to your INI file (great if you only have one or two INI files per project). Someone else did a "complete INI module" that actually hard-code edited the ini file to find out the number of sections, and so on, but this one uses in-built features of GetPrivateProfileString. Have fun! Read_Ini -- Returns a string with the appropriate INI key in it Write_Ini -- Writes to a specific ini key Read_Sections -- Returns a Chr(0) delimited string containing all the [Sections] of the INI file Read_Keys -- Same as above, but returns all the keys=values under the appropriate section Delete_Key and Delete_Section do just what they say =) Note: vbCrLf's are turned into a funky string because I noticed when writing vbcrlf's to ini files it has the tendency to screw up and actually place them on separate lines so you can't retrieve the whole thing again. The funky string is recognized by this module when you read the values in again, and converts em back to vbCrLf
There are very few directX 8 applications, so heres one you like! This DirectX 8 application demonstrates how to use DirectX 8 for advanced 2D graphics to create a rain effect. This is a very good tutorial for beginners and also for advanced programmers. You can easily change water drop count. Also includes FPS counter to measure the performance. Requires 3D-card (It's also possible to create reference, but it's slow). Don't forget to write feedback! Includes precompiled exe in case of problems with compiling. Currently only Win 2000 compliant until I discover, what is inside microsoft's head. (incomprehensible error. I always thought 1+1=2) :[
Wallslider is an Application that sits in your System Tray, and changes your desktop wallpaper when you want or automatically at the end of a timed interval. The program changes the wallpaper to one of the Images (*.bmp or *.jpg) in the Source folder, that you Specify. The Application will automatically change the wallpaper Images, sequentially (in alpha order) or in random order. various other options are available. Program defaults to an Interval of 5 minutes and the folder for the current Source path is the Folder from which you Executed from. * Wallpaper Style is either centered or Stretched. Wallpaper Style is Under the Options Menu, and is checked for centered, not checked to be stretched. When the Slideshow is activated options are not available for modification. Stop the Slideshow to modify your options. The Wallpaper Slideshow Works on Both the Standard and the Active Desktops, and is fully compitable with Win9x, WinNT, WinME, and Win2K. The Source Code, and Executable File, Contianed within this package, is Copyrighted, and MAY NOT be Reproduced, or Copied, without the Prior Written Consent of the Author, Paul Bryan Bensch. Author Contact Info : [email protected]
Allows you to upgrade Swords, Sheilds, Catapults, Arrows, Ship Armor and Ship Cannons over and over again.
Hi This is my fisrt ever time at trying to make a Programming Language of my own and it's har form finished I did place this here but For and then Removed cause i Needed to make some changes andyway it's back now and with more new commands I'ts still not as good as other compilers on here Like D++ and Jel but in time it will pick up and way I hope you like it please vote if you do.
PLEASE VOTE FOR ME IF YOU LIKE IT! This program will download LIVE dopplar radar, local satellite, dopplar radar estimate for rainfall, local conditions, regional maps and Winter Mode maps. You can customize your compiled lists and locations with the Location Editor. Downloads all information from my webpage server for updated maps weekly. Tell me your ideas on what i can add!
This code will give you a mp3 alarm clock player which is Full visual, as an alarm function into it which is very usefull. Best mp3 player you'll ever get No equalizer yet sorry
To handle multi-users / concurrency of a MDB using eith DAO or ADO in the VB 6.0
I whipped this up because a huge project I worked on used the registry to store an enormous amount of settings. Rather than lose them all, which couldn't be regained, I ported them to a .REG file and then took a look at the format. Noticed a pattern, so I made this to convert a REG file to an INI! I've only tested it on my Win2k and WinME setup, and any feedback would be appreciated!
Shows howto make floating toolbars + using the BitBlt API Calls to make & save your AD&D maps to bmp files.
A simple long delay timer. The VB Timer control is limited to 64k milli seconds, this short code extends that to near infinity in 6 lines of code. Heavily commented.
I have been able to find many Splitters that would split two areas on a single form, but what I needed was a Splitter in the way of being able to resize a control that was Right Aligned to an MDI Form - in this case, a PictureBox. This can easily be adapted to the Left, Top and Bottom. Check it out, it is worth trying. I am working towards making this into an ActiveX control once I have the logic nailed down. I'd appreciate any votes that you might feel like giving.
The first version of this tool was posted on January 2001 which was supposed to split only text files with fixed record length, but i got some harsh response for that and i was asked if i can spice it up. So here is the spicy version called CuteSplit. CuteSplit allows you to split any type of file and join them back, it is the fastest and accurate file splitter tool you have ever seen, just pure VB codes and best of all it is free with source code for VB community. CuteSplit is very easy to use. Browse for a file and select from several popular split sizes to begin the process. To join splitted files just locate the first splitted file. You can send output to a folder of your choice or write the pieces directly to floppies. So if you are still not happy just let me know i can make it spicier, but please vote.
Convert your daily planet source code mail to a database V1.16 :Add: Select your own Logfile (Settings) V1.16 :Fix: Search and enter V1.16 :Fix: Listview one title V1.16 :Fix: ModStart V1.16 :Fix: DBGrid32.ocx removed reference (Thanx Wendell Jackson) V1.16 :Add: Hyperlink to Author homepage (if any) New Download the 'Copy and past friendly page' if there is no zip file NEW in this version , Tree view object for easy browsing NEW author will be get from page (if any) and store in the tblAU_author table NEW Search function NEW GUI (for Chris Rose) Renames the file to the title of the file (no longer renaming your UPLOAD34132413241234.zip to normal names Stores all data into a access 2000 database (With readable table names and cool data model) Note: Please register all files in the Bin dir This code is just a BETA version. It works fine for me but I do not guarantee that it will work on your system You can email me but don't think I am unemployed. I am busy with a lot of thinks! There a a lot of ocx an dll files in this program. Some of them are part of a professional application that will be released in the future that's the reason why you don't get all the code of the dll/ocx's Lot of people get bugs in previous versions some are fixed some are there Sorry
VB module to read and store ANY kind of picture file pictureboxes support into a database, it's easy and it's pretty fast... please, rate it, any comments are wellcome
This 1 line of code will Open any file with their correct default program. EX: opens .Doc file with winword and .Zip file with WinZip..Or any file with their default program..
Good database program to learn from. I suggest getting it. It was one of my first database programs, and this makes it easy and stuff. Has add, delete, edit and search feature. Also uses SysGarbage.ocx for system tray access. It is cool. Please rate.
IESpy lets u keep a watch on the webpages visited by anybody.It uses Api functions to detect whether IE is running and if so logs almost evry webpage visited another alternative to checking history folder which is generaly deleted by the users.It saves the data in a log file when exiting. I am currently working on a keylogger for IESpy.Please leave your comments and suggestions.