Results for "Volume: 6_2008-2009"
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).
Displays a floating progress bar next to the cursor. Form follows cursor displaying the progress bar.
Version 2.0!! NOW WITH MIDI PLAYBACK, Can Pick Or Strum!!!! I Have used, not copied as i already had most of it done, Frederick J. Benjamin's RiffMaster 2 idea, mainly for ease of use, I have programmed it myself, the way he programmed the midi inspired mine tho! ALSO! NOW USES DATABASE! U WILL NEED TO REFERENCE DAO 3.6 AND IT IS AN ACCESS 2000 DATABASE! MIDI Uses just the MIDI Mapper for now!
This is a Skinnable OptionButton. Works like the original OptionButton provided by MS. Fixed problem when setting all optionbuttons value to true in desing time. Now only one can have value set to true in design time.
It's like that ad for "rainbow art" or whatever.
This is the super update of the previous submission. This program can now calculate the factorial of more than 20000000. I have not tested the factorial of this number, I cannot spend hours to find the result. But this program can actually find the factorial of numbers may be larger than this. This code is really amazing. I have tested the factorial of 100000. The result is 2.82422940796034787e+456573. It also asks you to save the whole result in a file. And if you are really interested in math, then you must check it out. The code is very well commented. Read the comments carefully. You will know many things. Please, vote for me. Thanks.
This very simple function will handle all Checkboxes (parents & childs) of a TreeView control. If you click a child node it will check all parents of this node. Also, if you "uncheck" a child node when nomore nodes are checked on the same hierarchy, this code will auto uncheck all the parents. Simple function. Recursive calls. The code encapsulated in a separated .BAS. Only add this .BAS in your project and enjoy. If you have any doubts, please let me know. Sorry by the horrible english... []'s Roberto Wolf (Brasil/SP). MCP+Site Building
Desktop Backround Image Changer (Win 2000/ Windows XP)
Example of how to put the MS Agents to work!
Test the strength of your website's authentication by using brute force dictionary method's! Not 100% complete but fully functional. FEATURES: Full proxy support - Load and validate proxy lists - Word manipulation - Use up to 99 socket's or 'Bots' at a time - and more... Must rename TrayIcon.oc_ to TrayIcon.ocx. All original code except for the BASE64 Encode and the TrayIcon. Excellent examples of how to use Listview's, Toolbar's, Coolbar's, Winsock, and more
Creates a translucent window. No DLL/OCX, No flick, No Static, No headache !! You create a new form, copy and paste into General Declarations section, and [F5]... " Já foi pra conta!" It's done... >
This program takes a bitmap of your choice and writes the code that you would need to draw the picture (pixel by pixel). You can also set the transparent color. I wrote this to save me loads of time whilst writing custom controls. try it!
Squeak be gone! Have you ever wondered how to hide the user's cursor (mouse pointer)? Well, this simple API call will do the trick! See what you can do with it, and please vote!