Results for "Volume: ASP_Volume2"
Allows you to adress and write an MS Access report directly into an email message. (saves attaching pesky rtf files making it easier for the reader. The code attached is what we use on a weekly basis and can be used as a template with your tables/queries
This application will allow businesses to track employee contacts. This is a simple application that could be modified to a company's needs.
This is a simple clone of the game Arcanoid (Breakout). It got five different levels and three difficult levels. It also got a high score list and various options (diff levels, and colours on the objects) that are saved from run time to run time and a very simple level editor. Feel free to use the code however you like. And please give me feedback on what you think of it.
How to load DAO objects on runtime, open database and select the DAO version from installed ones! Big news for VB5.0 & 6.0 DAO/JET Access97 database application makers: Capacity to select the DAO/JET engine version on runtime! This is my new invention how to load a "installed" version of DAO in runtime. Also this shows how to use DAO as runtime created object! Tested this in VB5.0 And VB 6.0 The coal why to develop this is solve a potential DAO 3.5X App break when a new install of Office 2000/2002 removes the registry entries of older DAO's. This is the number one end user tech support issue in DAO 3.5x referenced applications, even if they are carefully made! The problem might rise again more when people are installing Office 2002 after your app was there. There are two demos how to use this when the System.mdw file is in effect and second sample for unprotected databases. See file: Readthis.txt in the zip, The instructions and exceptional are explained there!
Acess files and execute them if you like than please vote......
Can you believe that that picture contains only 2 colors? Because I strove for pure VB, it's quite slow, but the results for a picture like this is well worth it. The 691x864 GIF is only 13.4 KB. I have increased the palette to 65 patterns (simulated 6-bit) from the last version of VBPaint, which had a palette of 17 patterns (simulated 4-bit).
**UPDATED** A small OCX that can be used to Stop, Start, Pause, Resume, query the current state and change the start type of any Windows NT Service. Works on NT4, 2000 and XP.
This sample uses automation to read and write to to a form in Word. Don't forget to take the included Internet Addiction Survey.
The following function will return a boolean indicating if an IP Address is described by a nework mask. I'm not sure if there is any VB/Win32 libraries that already deal with this subject and I'm sure this code is probably pretty useless to most people... but I thought I'd submit it for those who may care to find out about it.
This is a Function which displays the Browse directory dialogue and returns a path as a string. Unlike the usual shell command, this code works even on machines without the Active Desktop or IE 5 installed.
This is a very simple code to show how you could search a ListBox for an item dynamically by entering a word/phrase in a TextArea. Double clicking on an item at the List, will cause infos about it to appear at another TextArea. Feel free to use this code or parts of it for your applications :)
I have found what tells you if you have the standard, working model or Enterprise edition. Read on.
The .BAS module for your VB programs that gives you full access to the Audio CD player functionality of your CD Rom(s) on your PC. It includes a test project and functions such as OpenCD, CloseCD, GetCDID, GetCDLength, PlayCD, StopCD, MediaPresent, GetNumberOfTracks, SetCurrentTrack and several more. Should work in ANY version of Windows, and has been tested in VB5 and 6. Please feel free to use this code, and let me know if you find it useful, or find any problems with it etc. I wrote it about two years ago, but it still works fine in Win2k!
Connects to a remote Windows 2000/XP Terminal Server which runs on port 3389.
generate a html page listing all files in directories and drives. You can search file extensions you want. Options are also available to choose color of text and link or background picture. Included document launcher to make autorun for documents (html,doc ....)
Just some quick code I threw together that will convert a normal form into a 'read only' form so you don't have to code 2 forms to do the same thing. The code creates the read only form by dynamically generating labels over normal input controls. It currently handles text boxes, comboboxes and option buttons.
Kill the active password-protected screensaver of a windows 95/98 pc using Windows API. Please read first the included MustRead.txt! The source is FULLY commented. I would appreciate any thoughts or suggestions :-)
This is an Ultra API Spy (lots o' features). Some of the features include hWnd Scanner, Code Generator, Window Finder, and Hidden Window Manager - allows you to hide multiple windows [and get them back!] There is a Help.doc included to help you use it (if you need help). I'm sure you'll find this useful for your own VB (and even some C++!) programming (especially you AOL programmers). Please make sure to VOTE if you like it!
PureEdit is a WYSIWYG HTML Editor, it is not yet completed but is working now! Some features include Docking Windows, Office XP style Toolbars Excel Style tab control, Syntax Hilighting and more. Most application simler to PureEdit use 15+ mb of Ram, but PureEdit only uses about 8, with 1 file open! Not sure if PSC is still deleting ocx's but if they are you can dl it form my website: http://www16.brinkster.com/sailgreg//PureEdit.zip Although this is Version 4 PureEdit started out as a cheep text editor and then it got petty good but I wanted a HTML Editor so I remade it but left it a Version 4. I have started remaking it in Delphi so I am not sure I will finish it in VB, but if I do I will post it on this site. If I finish it in Delphi, I will still post it on this site.
This program demonstrats evolution of a 'species'. To clarify, I am not saying evolution is the correct solution, just that this program is based on the theory. The green dots are basic food. The white dots are the basic organisim (ants). The purple dots are ant eaters. The ants can turn to ant eaters and back again depening on the circumstances. Please, any feedback is very welcome. Thanks to Pei Pei giving feedback and help and suggestions, this update was possible. Votes are also appreciated :) Any queries email me. Thank you