Results for "Volume: ASP_Volume3"
Load Excel to Flexgrid and saves it to Access Database
This is a complete IRC socket and parser engine suitable for simply dropping in your project. It contains the socket API, socket control commands (similar to normal winsock properteries .connect, etc.. see Read Me for more details). It will also parse out the raw socket data, split it into its relevant parts, raise an event that the data has parsed, which can then be sent on to the second parser. The second parser splits the data into events, such as TEXTCHAN, ACTIONCHAN, JOIN, PART, etc and raises its associated event. All you need to simply do is supply the code to tell your client what to do after that event has been raised. Makes making an IRC client a lot simpler in the long run, as most of the hard work (the parser) has been done for you. Please enjoy this, a don't forget to vote and comment on my code :)
This is to explain the all too common problem for beginners to VB of "Why does my application hang when I close it and why is the compiled EXE version still in Windows Processes?".
NOTE: Read the Follow Instruction word file from the Documentation Folder. This forlder is compressed with WinRar software (.rar). You can download this software from www.phazeddl.com UserID/Password is aa/aa This project developed to keep information about the fees,stdent information and Results. This is fully auto,userfraindly, and well maintaned. Because there was the demand that who will operate this software doesnot know much more about the Software and Computer. So this is developed on the basis of just install software and start working. No setting, No Database creation, no pre-entry of default database etc. This is a complete software with all need of today live project. It will give you idead about. 1- Use of registry 2- Use of automatic database creation in SQLServer 3- Use of well structured database such Storedprocedure, Backup Data, Restore Data. 4- Use of default color / user choice color such as textbox depth/Font Color/Form Color/Font Style etc. 5- Use of User control. 6- Use of MS-Office Component ( A third party software) 7- Use of Data Environment and ODBC 8- And many more. After reviewing this project you will get a complete Idea abaout Live Project...... If you feel it is good and feeded you with some knowledge, please VOTE me as well as post comments to gain more Idea about the projects. NITE::->Download MS-Office Component which nacessary for this project from given links http://www.microsoft.com/downloads/details.aspx?FamilyID=982b0359-0a86-4fb2-a7ee-5f3a499515dd&displaylang=en
This demonstrates an easy method using and array to create multiple instances of a form for use in anything from a IM client, IRC client, or a data base.
This application is an automated banking system.it keeps track of custmers and employees. you can Add,Edit,Delete,Search and generate report based on certain criteria
Ever had an application that had a large INI file for its configuration settings? Did you have loads of public variables all over the place just to store the setting for something? Well, in this demo project you can make use of Hash Tables (or "Linked Lists") which are stored in memory and can be called at anytime during the application's runtime. Works similar to the built in collection but is a lot faster at finding, adding and removing data than the collection. I have implimented several functions to save the need to learn how the class module works such as hMake, hFree, hAdd, hDel, hFind, hGet, SaveHashToINI and LoadINIToHash. You would normally hMake the hash first, then hAdd data, hGet(table,item) would retrieve data of the item from the table, hDel(table,item) would remove, etc. Works similar to mIRC's hash functions. Hash tables are great in my opinion and I love utilizing them where ever I can. Note: I am not the original author of the cHashTable.cls file and I'm not sure who is, so credit goes to whoever wrote it. Please enjoy my code and vote for it ;)
some functions already completed but not of all. I'll write about sync. for all client in a lan (useful for personal internet services): sync -> desktop, games, registry (some games need this info), file(s) (games can update offline by my program), lock pc (disable run, change wallpaper, copy file, delete file,...) ALL IN ONE PROGRAM!
This is one of my unfinished projects, when I was learning to use control arrays.Ran across it and decided to finish it. I know there are a bunch of these already,but maybe there is something useful here.Happy coding.
This program will play a TV station of your choice, I haven't added all stations but there is a link to get more, all you need to run this program is Windows Media Player 11.
Rotate a picture at any given angle in realtime. Also scale it, use transparent color, alphablending and hue change. Uses a C dll source included. For the compiled dll: http://www2.cs.ucy.ac.cy/~cs06ee1/rotatedll.zip *UPDATE: 22/7/2010 Fixed memory leak*
This program calculate the Internet Connection time and cost - just click the exutive file and it will stay in the tray - and start automatically when there is an internet connection and stops when the connection stops - and show you three reports - one for the total internet time up to date - the second report show you the total cost - the third record show you the details day by day of course you have to cahnge the hour/rate to match your country
The program I made is an accomplishment of Information System student for there thesis they are the one who give me this project. I decided to help them and come up with this idea to give them a simple program using a simple code that is easy for them to analyst and understand the concept of visual basic programming. I share this program to help other programmer develop and understand VB programming. This program is a sample of disconnected recordset. You can edit, delete, update, search and backup database. I admit that some of my codes are from pscode. And to all pscode members who post there program I do salute you and hoping that someday somehow we can share each other about programming.
A little project to help explain how to read SafeArray structures just from the pointer. The project shows how you can determine if the array contains longs, dates, variants, etc, the number of dimensions, and more. Additionally, the code does not use VarPtrArray API to get the SafeArray address - neat trick. This is not groundbreaking code, but would be of interest to those that like the behind the scenes stuff. Included are "how to's" on creating your own and using them.
Thank you for downloading my software from The Planet Source Code website. I hope my software to be helpful to you to get some ideas or to develop it to another software. This code is used to copy all the USB flash disk to a folder on your hard drive which is stated the date and the time of coping process at it's name. It's do the same with all flash disk connected with PC. I used some ideas from codes on planet source code. Many thanks to thos people who I take the code from them. Please if you like it ... vote it !
Create real docking toolbars in your Visual Basic applications. Just the way they are in professional applications. This code has been converted from Microsoft Foundation Classes (MFC) for Visual C++ 6.0.
DoknSplitz is an ActiveX control which integrates resize, move, show/hide of design time controls as well as provide runtime forms docking & undocking capability for SDI/MDI apps. This project is a supersized version of TheoZ's VB Control Manager(txtCodeId=49621). Special care taken to ensure backward compatibility with TheoZ's events & properties where possible. Package includes source for ActiveX control, SDI demo, and MDI demo apps. Developed with VB6sp6 on WinXPsp2. Demo tests included IE6 and IE7. Acknowledgements, History, and Notes located in docs\*.htm help files. Zip 190 KB. Constructive suggestions and requests always welcome. Thanks again TheoZ!
A complete Medical Store Retail Management System. Sales & Inventory Control. Stock Monitoring with expiry dates etc...
With this program you can find bad pixels on your LCD monitor. The code is very simple.