Results for "Volume: 5_2007-2008"
In this article, you can learn how to drag window having no title bar without using Windows API or other functions. This article is useful to those of my fellow programmers who are tired of the ever to move no frame window on the screen. Well, here is something that might give u relief from that... something for a change!!! I had written this code sometime back and hope some of you will find some use for it.
You can control any Zebra or Eltron Printer Change language between english and german
A Control for connecting to AIM with the toc protocol, can fully parse the buddylist. **UPDATED TO WORK WITH TOC2**
This is a pretty versatile chat log-parser that has the ability to read MSN, Messenger Plus, Gaim and Trillian chat logs, as well MSN Contact Lists. It can export to any one of these logs, as well to an Access-database. With chat logs you have an overview of all the users appering anywhere in any chat log, all sessions and even all nicknames used by certain users. You can plot the instant message usage hourly, weekly and monthly, and you can retrive a list of all the used words in a range of sessions or by other conditions. It is of course possible to search, either with just simple key words or with regular expressions. I've included two languages: English and Norwegian, but it could easliy be expanded. All the input and output modules lies within external plugins - something that is made possible due to extensive use of COM-objects. It is therefore easy to expand the functionality of the application. And, just for the sake of it, I've also implemented a 3D Star Wars-scroller. It is important that you compile all plugins directly in the plugin-folder, not in any of the subfolders. Also remember that before you can compile this application, you MUST be sure that you have TABCTL32.OCX, vbaListView6.ocx and SSubTmr6.dll registered on your system. Preferably the files (and the bat-file within the OCX-folder) should be put in the System/System32-folder within the Windows-folder. Here's the URLs of the files needed: http://www.vbaccelerator.com/home/VB/Code/Libraries/Subclassing/SSubTimer/VB6_SSubTmr_Binary.asp http://www.vbaccelerator.com/home/VB/Code/Controls/ListView/VB6_ListView_Control.asp http://www.ascentive.com/support/new/support_dll.phtml?dllname=TABCTL32.OCX
Capture the mouse leaving an object without using the forms mousemove event all the time.
with this code you can defines a new window message that is guaranteed to be unique throughout the system,we do this with RegisterWindowMessage function which is typically used to register messages for communicating between two cooperating applications
This is a computerised version a a game that i used to play at primary school where you have to make squares by connecting dots. It is quite simple and you can play against either the computer or another human player.
have a mouse over routine any any control with a handle. ie button, picture boxs, forms, etx. Without using timers, just API.
Here is a component for a developer who wish to do subform in visual basic. Now, you can download it and did as what you want... This component are include combobox, check box, textbox, and button for making it easy to developed...you also can edit cell column, and manything according to Subform...Please, feel free to send me if you have any comment or any question regarding to this component.
Here is another SUDOKU SOLVER/CREATOR. This one can solve almost any puzzle, it has 8 different logical solving methods and a guessing mode. It can create 7 different puzzle levels and of course it can solve them (3x3 and 4x4) (the hardest levels need guessing). it can load/save puzzles, give hints, show a log file of how it has solved a puzzle, print puzzles (or complete puzzlebooks) and much more. There is a complete helpfile in it with al the possibilities so playing with this program should not be a problem. Thanks for the persons who builded the module INIs.bas and PrintMod.bas so i didn't have to reinvent it again.
This function will turn any textbox into a MaskEdit box! Just call this function from the textbox Change event, or KeyUp events. It may not seem like much, but it works, and I worked hard to figure this out just right. This is PURE VB code! Email me for a VB.NET version of this routine, although it is pretty easy to convert. Please rate my submissions! I enjoy hearing feedback on my code. Thanks all.
Use .NET functionality from VB6
This is the first version of my favourite game
This is a small VBA project with a UserForm in it with a slider to zoom your Excel worksheets in or out in real time. The zoomlevel can be between 10% and 400% just like in Excel. It's the real time zoom effect that makes this one nice.
This is a complete insurance information system application program. I made this program for my final assignment. I use Visual Basic 6.0 and SQL Server 2000 Personal Edition to make this program. You can save, edit or delete policyholder data, policy account data, save regular premium payment data and claim data. You also can generate production report and premium payment report. So i hope this source can help you to understand about insurance information system and to attract Indonesia programmers to develop their programming skills. I also include data source in MS Access. You can import the data source into your SQL Server. Enjoy the code. Thank you. :)
This is a BETA version of NChat. It's not 100% complete, but it works mostly :P. NChat is a serverless chat application for use on a home / school / office network. It's been 4 years in the making, as a 'I'm bored' project. It's won an award on a1vbcode.com, and is critically acclaimed by numerous web-sites and individuals. It boasts many, many features, including AI, HTML 'schemes', NO servers needed over a network, animated emoticons, VBScript support, earn rewards by chatting, create your own emote packs, plus HEAPS more. You need to see the screenshot to get the full picture. This is a re-upload of a previous entry, coz the download link didn't work, and was outta date anyways. NOTE: THIS IS A BETA VERSION. NO PLANNED UPDATES ARE INTENDED FOR THIS PROJECT. CHECK OUT THE **NEW** NCHAT AT WWW.SOLIDINC.TK. Comments are appreciated, and votes if your generous. Support open-source software!
Up to 12 different image transitions in one UserControl! Transition between 2 images Image A and Image B.
A realistic, interactive bouncing ball algorithm. You click on the ball and throw it within the window. It displays the trail of motion for a fancy effect. Uses constants: bounce coefficient, air resistance and ground resistance. This code is adapted from Doug Pucketts bouncing balls screensaver at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=13701&lngWId=1 with changes to his bounce algorithm. Thanks. ** UPDATE: Uploaded Version with trails **
Very fast ProgressBar with many styles and functions, like Scrollbar, negative values, complete modifiable bar and background. No pictures needed! [20.08.05] - overflow error solved
This code opens a cash drawer that is connected through a printer using a connector that goes from a reciept printer to an electronic cash drawer. This will kick the drawer open. This should work on an epson printer connected to a cash drawer.