Results for "Volume: 5_2007-2008"
MP3 Explorer is a program for making lists of MP3's that are saved on your hard disk. You can delete, rename, copy, move files... export list in txt files or in HTML, play files... Try it, make changes... anything you want... and please vote for me :))
The code consists of two programs which act as a server and a client. When connected, the client program can then 'control' the machine running the server. Screenshots are sent from the server to the client. Client can send mouse movement and clicks, and keyboard keys.
This piece of code shows how to connect to mySQL database using Visual Basic, myODBC 3.51 and DAO 3.5. It is very simple for understanding and code is commented. If you think that code is very helpful, you can vote for me.
This is a complete application that was designed for some boutique to manage their clothes inventory and sales etc. This uses the MS Acess database and substitution encryption/decryption technique to hide passwords of users. The aplication also has a flash based intro in it that welcomes the user after being logged on. The System has an account builtin initially to help u log in for the first time: user = administrator, password: 5834940. After loggin in you can create, delete, edit a user. PLus the app has a control panel giving options like: Clothes (add, edit, delete), customers(add edit,delete) and clothes sales. Apart from normal sales some times customers give advance or sometimes they have dues. To solve this problem you can use customers tab to account those. Report can be genrated. This system does not use crystal reports, rather another approach not recommended which is called a pre-made template of rtf file called in a rich text box, then replacing the template variables with database returned values. There can be three reports generated: Selling & income, Losses & profits and Customers Reports. This does not have any dependancy as such except the reports template rtf files. I hope this helps you out. Dont forget to give Five Globes.
This archieve contains 51 programs for Beginners. basic knowlwdge of VB is assumed. Also design time settings are not included. Very few comments. But, I think programs are so easy and self explanatory that no one will require such additional things. And if you like it and want some additions or deletions. Please contact me at: [email protected] Please Vote for me.
This is an alteration to a control I found on freevbcode.com. You can set cells to checkboxes, comboboxes, textboxes or a button. I previously submitted a version here. I have now added the ability to set the check mark on load by setting the cell value to "C". I do not know how to save the colors on the control. I will leave that to someone else. This could very easily be adapted to fill the grid from a database. (I resubmitted this as new since I dont think it overwrote the original)
So many people (especially beginners) do not realize the importance of the simple statement Option Explicit in their code. Find out why it is so important.
Very simple dynamic ip address tracker. We use this to quickly get the IP address of our cable modem. We like the IP to change all the time for security reasons. This application will let you know when your IP changes. For an instant update simply move the cursor over the icon in the system tray. Or right click on the icon and select Refresh
Small Port of the GB Game Pitman. I made this in holiday on a 75 mhz Laptop and it runs smooth =D i got no resources there at all! the only apis i could remeber were setpixel and getpixel. This Game contains a class for render sprites (tiles and so on) using transparency, color masking, alpha blending, stretching and so on. Keys: R-Reload level UP-DOWN-LEFT-RIGHT please vote =)
This is an Active-X DLL that simplifies the maintenance of Access and SQL databases by providing an interface for backing up, compressing, restoring, detach and attach (for SQL) functions.
This little guy will connect to a website and look for a (included) php file that tells the prog the version number currently released. From that we compare that with the users version number and if the users is lower then the update button is enabled where they can click to be brought to the download page (in a case of multiple new dependant downloads its not automatic). The internet link button was made by El Mariachi (http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=9931&lngWId=1) so thanks. For more information on what it does see the code, its heavily commented. --- Also, the down side... your website must be php enabled to use my included file, and the user should have an open internet connection obviously. Also the version number rather then using decimals is the major and minor numbers added so if your version number is 2.6 then the AUC compares 8 with whats on the website so when you adjust the page for your own version number, remember to add the first 2 numbers. (not the 3rd)
This is the start of our engine. It is pretty good. I've never seen anyone do something like this. It has outside wall collision and object collision. There is one problem though. The character won't go all the way up or all the way down. I was hoping someone could look @ that for me and help us with it.
MY VERY FIRST ACTIVEX CONTROL so please go easy on me! Its just a SIMPLE container that looks nice. I just decided to do this because i wanted something that i could use over and over again. Ability to change the font, font colour, border colours (header and the main border) and background colours. Still not 100% finished, plenty more to go in, any feedback will be appreciated.
Just some handy little tips, vote if you want, thanks pscode.com, everyone here, and Nod Programming Inc.
Over 900 lines of coding for this single bot. Talk trash to it, and it'll talk trash back. Worthless really. I talk to it to kill time and for entertainment. The possibilities are endless! Check it out for yourself! Please report any missing modules or such. Thanks
This is a fully functional, although probably not entirely bug free application. This application is designed to allow you to post messages to numerous newsgroups automatically. It can handle multiple servers. Allows you to save groups of newsgroups to post to. Automatically UUEncodes attachments. Specify the number of groups to cross post to at a time, etc. I spent about 4 days learning the NNTP specs and programming this program, I certainly hope that you find some educational value in it. If you like it let me know, send me an e-mail and vote for me if you want. If you need any help with any part of it, don't hesitate to ask.
This function takes a comma separated string and parses the values into a variable-length array, which can then be assigned to a predefined number of variables, or iterated with a For-Next loop. This code is roughly based on Brant Gluth's submission entitled "Parse Delimited Text", with the addition of a demo form and improved string handling. Most noticeably, this code can handle strings enclosed in quotes and will not break on delimiter characters within the quotes.
This is just a trivial little app that creates actual rainbowed colored text (unlike that ubiquitous random colored letter code). See the README.txt for more info on the color conversion functions.
Encodes HTML Takes HTML and encodes it to HEX. This is a simple app. You may use as you see fit. But Please Vote for me! Thanks ;-)
This Usercontrol it draws the Control's container Transparent but not the controls inside.Few lines easy to understand and very fast. No Api Calls