Results for "Volume: Java_Volume1"
Email Xtractor extracts email ids from Outlook Express DBX files and enables them to be exported to other applications.
This project demonstrates database manipulation through ADO. It is a complete application in itself. Thanks and credit goes to LaVolpe for his magnificent buttons that I used in the project. This is my first submission to this great site and I hope you could learn something from it. Please give your comments and suggestions so that I could improve it and hopefully upload a version 2 of this project. If its not too much to ask, PLEASE do vote so that I'd know where my learning status stands. Thanks and God bless. ***NOTE For those of you who downloaded the code from March 19 - 20, 2004: Please redownload the code. I reuploaded it fixing the bugs during initialization. Thanks and God Bless.
I have not seen anything like this on this web site or any other for that matter. It is a 3D Scene Panoramic Viewer ActiceX Control(Source Code). This is a stripped down version of another control I am working on, but it functions well. I have included a test project for the control. Load the group project to see the control working. I have also included a panoramic Image. the Image is not mine and I forgot where I got it. You can use any panoramic graphic you want, just change the path in the test project to point to your image. Also don't forget to view the Read Me file included. And if you like the code Please Vote. Any questions just email me and I will get back to you as soon as possible.
Create and Test your flowcharts Add variable watches and execute command-to-command Export VB and Pascal Code Syntax Simmilar to VBScript
I have written this software to let people easily implement both encryption and internet communication with packet splitting into their applications. Please vote.
It is a Server which works with Modules (DLL Files) which were coded for this Server. The Modules can be loaded and unloaded by the Server. Our first Module is "Comm" for Chat based Communication. -:::- *Modules = Plugins (COM/ActiveX DLL); CreateObject() is used to load Modules.
This is a complete Computerize School Registration Software which can be customize according to the name of the school. This software include record of users log-in and etc. The software also calculate how many student are curently enrolled and also update the allowed student per section every time you enrolled new student and it is similar to Inventory System ( download this to see more function ) . The application used ADO , String Manipulation , File System , Listview Control and etc ( see the include information for more ). For software like Accounting , Billing , POS ( Point Of Sales ), Account Recievable and etc. just log-on to www.naparansoft.cjb.net . This for all level of programmer . PLEASE DON'T FOR GET TO VOTE ! [ Philip V. Naparan ]
This is a crossword player/editor program. You can create a crossword file with any number of crosswords in it, then play it in the player. Great fun, the kind of thing i make when i'm bored hehe...
*Updated!* With "Video OcX" you can play nearly every Video. It is very easy to handle even for beginner! This is a "must have". so..., download it and vote. Thx
Sets A Forms Minimum Size
This is a tool I built to allow you to enter almost any U.S. telephone number, and it will find the person(s) Name (First/Last), Address, City/Zip, etc.. This only works if they're listed in the phone book! But it's still a nifty tool to keep around.
This is an example I created, how to use 'ycht' to login a Yahoo! chat room, and how to do a lot of cool things while logged in.
Watch Asteroids floating around in space bouncing off each other with the same realistic precision as billiard balls. No DirectX or OpenGL, just pure VB code that produces the most wonderful, mesmerizing zero-G display. This application builds on two of my previous submissions, namely the Asteroids game, and the DotProduct demonstration. It would be trivial to turn this into a 2D game of billiards. It’s also easy to change the shape of the asteroids into perfect speheres by adjusting variables in the “CreateRandomShapeAsteroid” routine. Comments are scattered everywhere throughout the code. As always, compile for speed. Press the space-bar to reset.
This is a MSN style alert window that raises up from the taskbar, waits a set period of time then lowers out of sight. The code is simple and straight forward. Updated!
This complete program is an Internet Cafe software built entirely by me. It is one application that belongs to a suite of software that I have developed, and it is TCPIP ready, with client - server applications written for it. Please Email me and I will send you the Systray.Ocx via Email to complete this application.
THIS SIMPLE PROGRAM CAN RECOGNIZE CHARACTERS THAT YOU "TEACH" TO IT. IS VERY SIMPLE BUT WORKS WELL. ABOUT UPDATE: OK FINALLY COMMENTS ARE IN ENGLISH BUT REMEMBER THAT IS NOT SO GOOD. NOW YOU CAN SEE THE CHARS YOU HAVE TEACHED TO IT. VOTE IF YOU LIKE IT!
I've added more movement to this version.There are still a few logic bugs, but will figure them out later.Although not really necessary to fix it, as this is mostly for fun and has no real use.
- how to use the ADD-In manager (Read Readme.txt) - How to Use ADO Command,Connection and Recordset Objects - How to Load Data from a Database to a Combobox - Using ADO Recordset Find - Properly Close a connection - Set A DBGrids Datasource on Run-Time - How to trap when user clicks the x button of tour Form - Record Navigation with Error Trapping - Using OLEDB Basic - Use With Command to save Time - Use ADO via Referencing or Without Control - DSN Less Database Connection -approximately 1440 twips to a logical inch or 567 twips to a logical centimeter (correction on my Comment :))
Manages TODO tags left in code for future improvements. It doesn't use and database for storing the tasks but rather than that, it uses comment lines that start with TODO: string. A ToDo tag will be a comment line beginning with 'todo:' string and followed by a decription of what remains to be done there. You can place such comment lines anywhere in the code and you can find them easily with this add-in. Example of such a line: 'todo: place the code for paste here (see the picture, it contains such lines of code and thw way they look in todo list). **** NEW in v1.4: -minor toolbar changes **** NEW in v1.3: -the number of tags is shown in add-in's window titlebar -toolbar can be aligned to the left or to the top (new option in options dialog) -the grid doesn't contain an empty line anymore -last column always took the entire grid space -reduced the flicker associated with grid refresh etc.
Have you ever need to convert a binary string to HEX? Doing it in VB is quite simple but a lot slow. I'm using this class to exchange XML data from serial I/O apps with high performance.