Results for "Volume: 2002C"
a little word processor. it can open, save files, print, also shows how to copy, cut, and paste using api
This is a activex control to help you with the system tray icons handling. I've never seen another like this. It's very easy to use, and i show some great stuff!! This is a really old project, but it´s useful! It has 5 mouse events as follows: * click * dblclick * mousedown * mousemove * mouseup It never was too easy!!
This is a very simple and useful solution to highlight input controls without writting a function for each control. Only include a module with the code shown below and call SetHook at the beginning of your application and Unhook at the end. Please vote, if you think its a good solution.
Example for data validation, database and data manipulation. If you like to see implementation for Search and Filter than take a look at ABCStores_02. Please vote.
Ultimate Color Code Convert Tool, Support conversion of RGB/HEX/LONG/HTML Support VBColor(QBColor) and VBConst(vbYellow) Other...Capture, Random, Light/Dark, Favorites ClipBoard ecc.. MultiCoder Thanks of PSC
OTcalculator usign Microsoft Script Control. -------------------------------------------- Microsoft Script Control is an OCX control of Microsoft and you can include in you VB programs for manage code at execution time, you can add code and vars with Addcode Method, you can evaluate expressions with eval() function easily. It's too easy add code, modules, procedures, functions dynamically. (You can to combine with callbyname function for make dynamic programs and you can save code sections, functions in tables and load them in your programs) olto22@hotmail.com
This is an MS Agent Character Clone! Now you can make your own charactors and animate them. This supports sound playing, "balloon" style text, and image shaped forms. AND MUSH MORE! Please Vote or at least comment, I worked long and hard on this.
access to the memory of any program in execution.
Normaly input box has a text box, this one have a combo box. I found it very useful for use in MS access - It spares tons of forms. Anyway you could learn a lot about API creating windows from this.I think this is a must have for any programmer under sun.
Updated resize bug. See http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32583&lngWId=1
This program uses the ASPI layer to manage the basic functions of a tape changer or autoloader. It can inventory the magazine, load and unload a specified tape and clean the tape drive head. It also has an automatic mode. WARNINNG. LARGE file (1.08Mb). Zip also contains SCSI documentation from ANSI and HP, as well as my own document. This program shows how to send RAW SCSI commands to a changer or other device, and get it to do something.
This is a demo project showing how to draw a star of any size and at any angle on a Form or PictureBox. Also includes a geometry module with lots of useful functions.
BGThreadRunner and DesignPatterns, Shared Memory, and Multithreading in VB6 - A Tutorial This is a tutorial which illustrates some useful object oriented concepts and one of several ways to share common memory in the Win32 environment, which is used here to bypass the standard COM marshalling process when transferring large data objects and data objects not readily handled by standard marshalling. All these techniques are combined to create a small multithreaded task server component that can be used to run background tasks in conjunction with and for standard single threaded executables. This is a lengthy tutorial - there are 7 projects required to build the entire application. There are 4 additional study projects that illustrate important concepts and aspects of the code and components. I had to break the zip up into four parts because the site would not accept the large download. But don't let that scare you off. ;-) This tutorial is written with intermediate level coders in mind. I've been writing VB code for less than two years. If you currently write code in class modules, jump on in, the water's fine! First of all this is not "real multithreading", whatever that is supposed to mean. C'mon! This is VB! Get real! (so to speak ;-) If you really want real multithreading, try C++. This is also not based on VB.NET. However, I have examined the VB.NET threading models, and I personally feel like if you are interested or planning on pursuing that course, this tutorial will in fact prove very helpful. The syntax is different, but many of the concepts are the same. The techniques shown here are based upon a task (class(es) in a DLL) joining a worker thread which then executes the task - code in the class(es). VB.NET threading is based upon a thread joining a class... I think the approach here will help you to better understand how to successfully design a class so a thread can run the code in it. We'll use familiar VB6 techniques. The difference between this tutorial and most I have seen is we will actually try to do something with threads. We'll look at about the simplest model for multithreading that you can actually do any kind of work with. To get started, unzip the downloads, and make sure you recreate the original directory structure - it will expand to somewhat enormous proportions, and some of the individual source files have common names. Then double click on the HTML help file - there are several you want: ..\BGTRDemo\BGThreadRunnerDemoHelp.chm. Please read the instructions in the help before you try to build the sample application !!!! The build cannot be consolidated into a simple group. It requires several steps, and you must follow the directions explicitly!!! I completely tested the build from scratch using the zip file, and it worked fine. But you must perform the procedure correctly. All the required dlls, ocxs, etc. should be on any machine that has VS6/VB6 Professional or higher. The required files are also listed in tables in an appendix. The code and build have been tested and run on Win98. I was not able to test anything on NT4 or Win2K, but I have run similar code on NT4 with no problem. I do not anticipate you will encounter any problems. If you have problems, comments, or questions, you can e-mail me. Complaints should be directed to my agent - send them to billgrates@microsloth.con. Hopefully you'll find something of interest. Multithreading aside, there are all kinds of other goodies inside - stuff that people who actively write code for a living can actually use. I obviously have a lot of time on my hands, and not enough to do with it. I currently don't actively write code (or do anything) for a living and this stuff does not pay any bills. I am definitely available, e-mail me - I live somewhere in the 20th-21st century, Atlanta metro area. ;-)
Lets you create time limit on your programs
If you use App.Path in your program and run the EXE from a CD or a Network Drive, it won't work ! This short code uses API calls to get an always valid program path
With this program you can select another window on your screen and move it to an MDI container! Warning: do not use if you do not have much experience with VB or Windows
This code will import textfiles into a MS Access database using different kind of seperators. A MUST SEE CODE! It works great and can be used for a lot of things!
allows you to send email with one line of code from your vb app.
It's just a Color picker dialog, some-what similar to the one in Adobe Photoshop. It lets you choose from any of the system colors, as well as display only websafe colors (only works in 32-bit color depth mode). It also uses a memory DC to draw the colors, to make it faster than it would be in VB.
It is the begining of a game like GTA totally made in DirectX 7. It's under development and I need some help to complete this project, and I know that some people can help me. First, we need to add the player and I car, second, the camera must to move similar to GTA, and add other stuff. PLEASE, VOTE FOR ME IF YOU LIKE IT AND LEAVE SOME FEEDBACKS, TELL ME WHAT YOU THINK. Sorry, I couldn't upload it to PSC, I don't know why. Please download it at: http://planeta.terra.com.br/informatica/fredisoft/downloads/TakeLent.zip ** IMPORTANT ** Do not use any downloader, like GetRight, Gozzila, etc... Turn it off.