Results for "Volume: Java_Volume1"
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. 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. 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.
Just like the previous versions except with a much better DOS like environment! For new users, this grabs output of CLI programs like PING, NETSTAT, etc. Some changes were made but none to the control! 'NEW IN V2.1: ' -Nice more DOS like environment ' -Replaced TextBox with Rich Text Format Box (More then 65535 chars allowed) ' -Added support to the DOS 'CLS' command (Clear Screen) ' -Replaced output of DOS 'CD' command to be C:\ ' -Made it show default path as C:\> ' -Colors changed ' -Added KeyPress event so you can press ENTER instead of clicking Execute
Use one generic sub to fill all comboboxes or listboxes on your form(s), with data pulled out from database.
Download all TUTORIALS from http://www.tutorial.2ya.com/
Shows you how to build the processbar into the statusbar panels the easy way.
Create, update and delete key path and values in Windows registry the right way.
This is the newest version of M-Paint, it has a whole bunch of brushes (solid,stripe,invert,custom,step rgb,step rg,step rb,step gb,step r,step g, step b, step gradient, air bursh, invert air brush, spray paint, and circle) it also has 41 filters for image processing (to see a bunch of the effects look at the screen shot for version 2.00) it has flood fill, window setup, open files, save files, amd much more! enjoi! LCSBSSRHXXX And plz vote!
Due to some request and e-mails, i tried fixing some bugs. A bug on section creation is fixed in here and to users who do not know the nigol.dll, its part of the group project, activate the vbg file at main prog folder. Thanks!!!!! and please vote
NOW WITH GRAPHING CAPABILITIES - I have been wanting to write a game like Cannons or Bang Bang for a while now, and haven't been able to find strong, simple, and correct calculations for ballistic trajectory. So, with a little search on Google.com, I found a few sites that show and explain the basics of ballistic trajectory calculations. I then transcribed the information i needed from the mathmatical libraries to code. All of the functions are broken down into very simple and uniform chunks. It is also in a single, easy to read module. Included is a simple example of how to utilize the functions inside the module. I hope this can help someone with aspirations like mine. Questions or comments can be directed to be via e-mail at martianman2001@hotmail.com