Results for "Volume: 3_2004-2005"
This code changes the wallpaper of your desktop daily according to specifications that you specify for each weekday. The program demonstrates system tray API, registry access, and interface with the Active Desktop. This code uses a type library to form the interface with the active desktop.
Read P3 HU card info. from a HU Loader. Notice! this code will not work on a smart card reader. This code was made to help add functions in David Brewster HUEditor Code.
This code is basically from java 2 sdk. This main engine is actually from java but lots of featutes are added to it. I was really fedup of these java programmers talking about the java applicationb power. So i made a better application in VB which is inherited from java.
This code demonstrates how to download a picture from a website and place it directly on the form,picturebox,image without having to save it first. It uses the AsyncProp "Asynchronous data transfer".
Creates an Autocomplete drop down box
I accedently deleted BJ's Basic Calender instead of Editing it. Anyway... Shows Current Date and Time in 12\24 format, Day of Year, Week of Year, Star Sign and picture for every month, Change Date & Time and timezone, Update Time with the Atomic Clock, (Thanks to em & John G Duffy for the atomic clock code), Shows Windows Running time, Change Colours, Add Shortcut to your private Startup menu, Has code ready to change screen res, (Not in use, Just un comment it), add app to run menu, Read readme.txt (for newbies). See Screen shot. That says most of it. I guess i should now call it BJ's Advanced Calender!!! Thanx BJ. Comments & segestions Welcome.
this code creates folder with any number of subfolders beneath it. MkDir can't do this! sorry 4 my english :)
The purpose of this code is to prevent performance leak when repeatingly appending text to a string "the normal way" eg. string1 = string1 & "text". By using stringbuffering you allocate a large ammount of zero-bytes to your string, and then uses the mid function to insert the text you want to append. The biggest gain by using stringbuffering is that you speed ud your code by a factor 1000 but it's allso harder to get your code to crash with a "Out of memory" error (IF YOU LIKE THE CODE, PLEASE VOTE!)
14 nice,super fast,full customizable and advanced effects. good for large pictures.all in a module and usable in ur programs... this is an updated version with good interface ;) download,enjoy,feedback,vote and use it!!!!
Displays the progress on a cursor. It doesn't seem to work on W95/98 machines, I apologize for that. I have developed this on a Win2K and never tested it on other versions of windows. If anyone gets it to work on 95/98, let me know. :)
The code show how to embed a piechart into a report using Visual Reports and Chart Director. You will need to have Visual Reports and Chart Director on your workstation in order for the code to work. Visual Reports is the report writer and Chart Director is the charting tools.
String Concentation SPEED! THis is a class that i had developed and IMPROVED upon with David Bue Pedersen's String Buffer CODE..................................................................................................................... UPDATE: My appologies to all that used this, i had mistakenly used a VERSION of the class where i had manipulated the "IsInArray" function. This i have fixed, ALSO as recomended by some feedback , i changed some return values and added a couple of return values(ByRef). Thanx and please VOTE! :O)
I just wrote this software for fun. and i once saw another program that did the same thing and i thought to my self i could do better
I use this vb sample code database every day. when I have a problem and find a solution, I put it in here. Included is the sample code manager, sample code and the best non proportional font I've found (for the code window, which is set to courier for immediate playing!) Enjoy
Application scheduled running. To run any application at a given hour on a given date, once a month, once a week, or once a day without having to have user input.
This is a list of issues that I had while implementing this technology in one of my programs and how to solve them. This information took me many days to collect and should save you about a week's worth of testing. To understand this you need Srideep Prasad's turorial on "Multithreading" (txtCodeId=24672), also available at PSC. I've tried all multithreading methods listed on PSC and I found this method to be the best.
Make your own system folder very easy. Its difficould to explain. See the screenshot and read the code for more detail's. See www.duxie.tk for updated program (No source code)
This will get the statistics for your code, from the amount of commented lines, variables declared, api declarations made, If statements used, For loops used to how many forms, modules, classes or user controls are in your project. The main update from last time is a more accurate scanner, new display for the unused variables with appropiate iconic representation of where they are and a new feature: scan an entire directory and all sub-directories for vb code. Find out how much code you have written! Any votes and/or suggestions for improvements are very welcome - I do put them in and I do update with fixes, so don't hesitate in posting :) Thank you!
I wanted a simple chatroom for a project I was doing.. and not just something dull and boring, but something that'd be fun. Something with... icons!! So after searching high and low for a way to make it possible, I came up with a fast and easy way to make it possible. Through the SendMessage API call and the WM_PASTE constant, I can quickly put any image I want into my Chatroom (a Microsoft RichTextbox control). I've also developed a way to make use of each images .Tag property to not only hold the character combination that activates the image, but to hold multiple ones! Now, whether the person likes :), :-), :o), :smile: or ... just about anything, they can all activate the same image! Included in this project is a frmReadme that will help familiarize you with how it all works. Please leave your feedback and votes to let me know what you think. If you don't like it, that's fine, just give me some reasons why so I can improve it to fit your tastes, okay? Happy Coding!
One line of code will tell you if you are connected to LAN or WAN(Internet).