Results for "Volume: ASP_Volume3"
This program is a look alike as a calendar but is can search a certain "Weekday" by inserting the day, month and year.
ListViewEditable control allows editing subitems of list view items. It also provides a file searching function. In addition, the property pages provoded allow you to customize various properties such as column headers to suit your needs. I tried to make it useful as possible as I can. I extend thanks to many coders on this site or others because their codes and ideas helped me finish this project.
"Pi" number has always been my interest. In year 2002 a scientist Johan Gielis found a formulation that simulates geometrical shapes of organic materials. This code, put those life forms on screen. Enjoy.
I found this program on the following http://vbnet.mvps.org/ so I thought I would share it with you guys. I have added a couple of extra features to it. But it basicly adds a button to your internet explorer, with a link to any application you like. All credit goes to Andy Birch (Creator) except for those little bits i added. You can view the original code at http://vbnet.mvps.org/code/reg/ietoolbarextension.htm Have fun and please vote
Didn't you always wanted to have an auto update form for your program? Well now you only have to insert frmUpdate to your project, edit to suit your need and you are done! Please read Readme.txt for instructions!!
This program grabs the output from the Command Prompt (CMD.EXE or COMMAND.COM) and reads the output from whatever command you give it. NO EXTERNAL FILES! Really good for lots of programs, I really needed this so decided to share. This also kills the PID (ProcessID) when you cancel (thanks to Nick Campbeln for his PID Killing Function). This is also compatible with C/CPP programs (\n bug fixed). If you like this program please vote ;) Have fun!
For latest Version 3+ change the 'txtCodeId=' number in the addressbar to 59248 File for v 2.9.7 New Fixes added. Check out improved Comments description page. This is the Help file for my Code Fixer Upload. Because it is large but doesn't change that much, I have decided to upload it seperately so that you don't have to download it every time I make a bug fix to the code. ---------- WARNING DO NOT USE CODE FIXER WITHOUT A COPY OF HELP------------- Not that it's hard coded (Code Fixer just tells you the help file is missing) but the program is a bit too powerful for 'poke it and see' use. ------------------------------------------------- Once you have a copy you need not update unless you wish. If there is a major change to Code Fixer that entails need for new help I will add a comment at the code Fixer page. For Code Fixer go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=53297&lngWId
it is a video rental program. that saves customer records, dvd , vcd records.. it also uses Microsoft Access.. try it out... the username: "admin" password: "in" ... it also can print reports.. and uses database
This program will synchronize the system's time with an atomic time server every hour. While the program uses the atomic clock in Berlin, a user defined NTP server can be specified inside "settings.txt". You can also minimize the program to the system tray. A left button double click will restore the application, a right button double click will close it. After a Windows Explorer crash, the tray icon will be automatically restored.
This is a website I created COMPLETELY with VB6, and Access. It is a web page for a counter-strike clan I am affiliated with. I thought it best to share this code with my fellow programmers because it is TRUELY a great example of how to make a FULLY functional, interactive website with: Login, Administration, Messaging, News Posting, Live Server Stats, Security Levels, Privilleges, etc.. I've used this type of code for E-Commerce Websites (SupplyCounter.com), CRM Services (Alpha-Quote.com), and much much more. In order to use this, the compiled exe must be placed on your server in a directory where people can execute EXE files, the Database (mdb file) needs to be uploaded to the same folder, and any CONSTs (pointing to the database path, etc..) must be changed. The initial logon is "admin/admin". Please comment and vote!
Very simple example on CRC checks on file. Program allows to add patching protection to an executable file. It consists of two different projects: the APPLY project which is a program that computes the CRC and adds a tag to the main file you want to protect, and the MAIN project which is the file that is to be protected. This code combines the wonderful fast CRC-computation class of Fredrik Qvarfort with the original idea of Detonate (which unfortunately is just too slow on files over 1MB), so please give them all the credits. this is just a simple implementation.
English: This code is from a customizable XP style menu, I take not the whole credit but I modified and add several functions, although is not tottaly finished I hope you like it. Original code from vcv see the link http://www.pscode.com/vb/scripts/showcode.asp?lngWId=1&txtCodeId=29279 Español: Este código es de un Menú estilo xp personalizable, no me doy todo el crédito pero si modifique y agrege varias funciones, aunque no esta totalmente terminado espero les guste. El código original es de vcv mire el link http://www.pscode.com/vb/scripts/showcode.asp?lngWId=1&txtCodeId=29279 Copyright © HACKPRO TM
Learn How to use HKEY_LOCAL_MACHINE \ Classes to make your own class commands to call from IE like Yahoo Instant Messenger "Talk now" (ymsgr:sendIM?username)
hi user....... it's my new or updated version of report builder,in this i use database. buti use text files database, yes.........but when u work on, u can't be expext u work on a application in which i use text files as a database. i include a new functionality in this is...... encryption/decryption, yes......coz i think a database applicatiopn is nothing if in the application data is not properly secure.....u really shocked when u view the store results.
This project demonstrates the use of multi threading in visual basic ,Keywords(multi thread in vb ,threading, create thread)
It Is the Shell notification program. it Notify You For Every thing You Do In Explorer
This is a simple Database i have been created it for a factory , its works very nice i liked to share the codes in planet source wish you like it (WITH ACCESS DATA BASE!)
This code gets the MAC address from your Network card.
Enter IP Address into Microsoft Masked Edit Control, check if entry is valid (0-255) and jump to the next section of the mask using the dot (.) as separator, if the section is shorter than 3 digits (such as : 192.168.24.1).
a calculator . Its not the best one ever i know that .but it is my first time ever sending a program here . i dont expect lots of praise , but if someone can show me a beter way to do what i did i would be glad . i was told i should have used the select case for some parts but im sorry i didnt know how to.