Results for "Volume: 2_2002-2004"
This is the latest version of Dynacom, the combobox replacement. Its even flashier because it can now even autocomplete while you type, just like the internet explorer address bar, and even find list entries by string!!. There is a list of all the user accessable member subs/functions and events inside the zip so check it out before you look at the source. Check it out!!!
Two class modules that load any size flat file with delimiters (tab, comma, space, etc.) into memory. Once loaded, you can reference any cell that has been loaded... sort of like Excel.
This code show you how to hang up the internet conenction with only 2 lines of code.
This program is the official MAP MAKER for "See Ville", another of my current projects. As far as I', aware of there's no bugs, and the mapper is (unlike See Ville itself) ready to ship.
See Ville is a city simulator, much like Sim City (The good o'll one). to put it short; - It's Bigish - It's Bugish - It's Messy - and it's FAAAAR form complete Far, far, far from done... Only residental buildings are compelted, and MANY importaint functions are still missing (some because I can't figure out how to do it). Eventhough, I thought I would share it with the VB comunity, and get som feedback :) P.S. If anybody have a good idea on how to distribuate the citizens over all the res. buildings, get i touch with me, please, it's hard! ;)
This is a Talking Webbrowser that I wrote for my 86 year old neighbor. His eyesight is starting to give, so he needs something that would help him surf the net. This webbrowser is a good example of several functions, such as: Reading the ACTUAL bookmarks that IE4 has stored, and displaying them in a manner that IE4 has (a scrolling window, where each bookmark is highlighted as the mouse is moving over it). (Many codes on this site have browsers with custom bookmarks, but this is useless if you want to use the existing bookmarks). Adding bookmarks to the existing ones. Accessing selected text on the page Accessing the complete text of the page MS Agent (text-to-speech) usage, which can be found at: http://activex.microsoft.com/activex/controls/agent2/msagent.exe I hope you have fun with this code. Good luck! (Remember, this is designed for an almost blind person, so everything is very large. You can resize all the fonts to your taste).
Creates a database using a Random-access file. also shows how to use Multi-Interface Documents in your applications.
Just a simple program which uses the FileSystemObject and Recursion to output a complete directory/file structure of your computer to a file. I was originally gonna use this as a sort of snooping thing a while ago, you could run it on someones computer, and then read the text file to see what they had on their computers. The text files come out quite large, but when zipped up they're usually only about 50k. Uses a good example of recursion.
send files using winsock control. This project demonstrates how to send a file to a remote computer using the Winsock control. One side is the server and the other is the client. Only the server can send a file to the client. The client is then promted if they want to accept the file. Before the server sends the file, there has to be a connection. If you are the server, click "HOST" to listen for incoming connections.When the client connects to you (by putting your IP address in the Remote IP field and clicking "CONNECT"), you can select a file and send it. Ohhh...yeah... and please vote!!! Underground Technologies [email protected]
a very simple and very easy way to enable, disable controls in any form. You can also get all editable controls list in the form. no other code can be as simple as this :) This is my first submission in PSC....please vote for me (i just uploaded a simple application to explain how to use)
A teasing program, your mouse shakes and you can't do anything. The only way to escape is to click on a button. But the button escapes from you and there is no way to get it! Could you find another way? Yeah!! There is a hidden button in the right-bottom of the screen. Move the mouse around there to find it. If you like this teasing virus, vote for it!
The ZATRiX Win32 DrawEdge function provides an extremely powerful, yet simple, method for drawing three-dimensional (3-D) lines. By using this function, your application can duplicate any 3-D effects found in the operating system. The main advantage of this function over your custom function is that it adapts to changes in the system colors and resolution. This function is also more likely to adapt to changes in the operating system as future versions of Microsoft Windows are released.
Due to the recent interest in providing Bug Tracking software, I have decided to submit this application (with source!) to assist developers in the software development process.
BMGDocumenter is a Visual Basic 6 Project documenter. It handles Forms, Modules, Classes, and insert information about Designers (no handling yet for User Controls, etc.) Source included.
You can use FM20.dll library from Microsoft forms 2.0 for create easily Multi-Column Combo and Transparent Text Box. It is too easy a cool!. Identical to appearence Microsoft Access forms. Rate mi code, please! See you later!
Whant to make your form on-top of of all other applications, well this is the code for you!
This code demonstrates five sorting algorithms: BubbleSort, Selection Sort, Insertion Sort, Merge Sort, and QuickSort. A simple project is included which allows the user to create a random array of any length and choose the algorithm to sort it. The sorting algorithms are the primary focus, and any CS students taking a Data Structures/Algorithms course could find this useful.
NetTools is a program that a little package that includes PortScan and Ping on a Single or Multiple network, with both simple and advanced options, usefull for seaching a trojan in your LAN, it's user friendly, and has an intuitive disign, it also includes a little BAS that you may find usefull. Comments are greatly apreciated! Next update will have an INI, a little database for maximum control of portscan and if you send any post any adition that i forgot. Please try it it's a good piece of coding anyways^_^!
Complete examples about how to use msimg32 library. AlphaBlend, TransparentFill and more...
Detect multiple protocol adaptors ..find the IP addresses installed on your PC ------------------------------------------------ This program will detect the IP addresses installed on your pc !! It also detects the Subnetmask address , and Broadcast address... Now you can easy use the winsock control to bind to the right IP address ! Example: --------- if you have a networkcard installed on your pc and use a dial up for internet, then you could have the problem that if you use winsock control that its detect the default ip (netw card) but not the IP that you use for dial up... You can now fill down the bind to the right IP!! I've wrote this because i've an application called TCP-IP Datalook V1.3 that checks data on ports - sockets.. but and there was maybe the problem that some people could not use it because it detected the wrong ip address.. TCP - IP Datalook will be updated soon with this new part !! Please Vote for me ! See my other code on PSC ... Peter Verburgh.