Results for "Category: Miscellaneous"
TCP/IP To Serial Communication, TCP/IP To Serial Communication With Multiple Connection, Serial Communication To TCP/IP. Please vote!!!
I wrote this program for testing my Wavecom Modem which was used to collect data for Power Meters. As doing this was fun, I thought that other having similar modems can use this code for sending and receiving SMS on there computers. I have not commented the code as this was just for fun. This code can be modified to do some remote controlling work as i have tried to show in the example i.e. when u send an sms containg notepad the notepad.exe is run after the message is decoded. This was just for fun. If any help or details needed regarding the program u may as freely.
This is just a simple example of how artificial intellengence can be implemented in VB. Knowledge database needs upgrading. Expect a upgrade soon!
This is a fully function MSN-bot with many functions, including Auto Message, Welcoming Message, BartNet Blocker, log, ...
This is a new version of Skinnable Form project with 16 skins and some bugs fixed. This project gives your VB project the ability of changing skins easy as it can possible. Now beside rectangle forms you can have rounded and polygon forms.
The GOLD Parser is a new, free parser generator that you can use to develop your own compilers and emulators. It strives to be a development tool that can be used with numerous programming languages and on multiple platforms while maintaining modern design concepts. Modern bottom-up parsers use a Deterministic Finite Automaton (DFA) for identifying different classes of tokens and a LALR(1) state machine to parse them. The actual LALR(1) and DFA algorithms are easy to implement since they rely on tables to determine actions and state transition. Consequently, it is the computing of these tables that is both time-consuming and complex. The GOLD Parser Builder performs this task; reading from a source grammar outline and then computing the appropriate tables. This information is then saved to a Compiled Grammar Table file which can be, subsequently, loaded by the actual parser engine and used. NEW! The source code for the GOLD Parser Engine is finally available to download. The zip file contains the Visual Basic source code used to implement the ActiveX Engine. In other words, this code includes the DFA and LALR algorithms. In the future, the source will be ported to as many programming languages as possible. If you would like to port the code to another language, your work will be deeply appreciated. The parse tree sample project, I posted on Planet Source Code a couple weeks ago, is included with this download. This is a simple project which loads a Compiled Grammar Table file and draws a parse tree for a given input string. The project parses an example grammar called "Simple". To download the GOLD Parser Builder, please visit http://www.DevinCook.com/GOLDParser Enjoy, and happy programming!
This example shows you how to make a form minimize into the system tray. I have made an updated one of this. Please visit my 'System Tray Minimize V2' source code for the updated one.
How much you love each other.... Please Rate This Code
This Add-in for Visual Basic 6.0 generate a documentation in CHM format directly from code comments. It's possible to generate a technical documentation for ActiveX components or a complete developer documentation, for the management of Visual Basic projects. The Full Auto-Documentation shows how to generate a correct documentation.
TUTORIAL CODE ON HOW TO USE RESOURCE FILE IN VISUAL BASIC (with introduction on .res files)
Class object that gets the systems available screen workspace dimmentions and can also position a form to one of 9 screen quadrants. All API.. No SysInfo Control!
A cool graphics!
If you dont want to get caught looking at erotic pictures on the internet then this is a must. Note: There is no erotic content in this program (e.g. Pictures) It is just its use.
This code allows the controlling of a HD44780 LCD Module connected to your parallel port. Now supports Custom Characters!
This is my first try at making a DVD player so if it's bad please tell me. Please look at the screenshot. Please leave comments and vote also.
This code is an adapt form MSDN. It will sort numeric - or on dates - any column with the apropriate tag (be aware that the column values must be all numeric or dates - according with the tag of the column ) It uses only one module - and on the form with the listview 1 line of code ! IF
All this does is simply record the mouse movement and then you can replay it all. :)
An updated version of a 3d demo, with new features and polygon filling.
TIME/DATE Commands
Ever wanted to use the command line arguments in vb, this code lets you use it. Its pretty simple but will be an eye opener for those who have not used command line arguments in their vb apps.