Results for "Volume: 2002ASP"
This can print with envelopes, it also prints a company logo with it. Very simple all you have to do is along the lines of this: frmPrint.Logo = "c:\...." frmPrint.City = "New York" [blah....] frmPrint.Line1 = "17" frmPrint.Init And that's that, up comes a useful little form that says its printing an envelope and it has a progress bar and its modal and everything. PLEASE VOTE... this took me ages to get this to work.
This is a program that scans (sniffs) any IP address for ports that are running TCP/IP servers. It is ultra fast, takes about 13 minutes to scan 32,000 ports. If you like this code, please vote for it, thanx :)
This program is the opposite of my the other program I submitted (A port sniffer). This program scans a range of IP addresses, such as 127.0.0.1 to 127.0.0.254, for servers running on a port of your choice, such as 4232. It is fairly fast, takes about 3 minutes to scan 254 addresses. It is a complete, working program, but it could use a little more speed. My other program (A port sniffer) has a good demonstation on how you'd go about speeding up the scan. If you like this code, please vote for it, thanx! :)
I found this code on the web and thought it would be something worth sharing. It uses some advanced tricks that puts the Common Dialog box on steroids. It uses hook procedures to add controls to a common Dialog, center it according to the placement of the parent window, add a status bar and more! Check out the screen shot to see what the final result looks like This example shows buttons for copying, moving, deleting and printing files by using just the Common Dialog box alone (although the code to do these are not included, I'm working on it and I'm sure you will be too). The URL where I found this code is in the ReadMe text file. If you've never been to this web site, you gotta check it out!
This small project uses Winsock to send anonymous e-mails. Supports multiple recipients, subject, mail body, and more. And best of all, unlike other anonymous emailers I've seen, this uses VB's Winsock control, not Telnet!! Completely commented, easy to understand.
This app shows how you can interact with a Flash (SWF) in Visual Basic. Made in VB 5 and Flash 4. Both the VB-source and the Flash-source are included, and commented. There's a simple way to control a named movieclip in a Flash from VB, see for yourself!
Recursive search a directory, entire drive or entire computer for MP3 files. Output to clipboard, or file as text or delimited.
Recently i've been rather absent minded of whom i lend my CDs to, so I came up with this handy little program to help me keep track of who's got what.
This small project uses the Winsock control to grab the source code to a webpage, then trims off the headers sent by the server. Completely commented, extremely easy and very useful. A project using this small code will be posted by me shortly - look for it :).
This Code will help any one to disable keyboard from response in only his program for all controls and form but not for all windows applications .please vote for me thanks ....
Have you ever tried to send raw data to a printer port (LPT1 for example) using Visual Basic without using VB's printer object or an outside DLL or API? If you have then you know that it is virtually impossible because Visual Basic cannot directly access any system devices. This very simple code demonstrates how to use an undocumented feature of VB's 'OPEN' statement to allow direct access to the printer port as if it were a file. Accessing system devices as if they were a file is a method that was built into the old DOS-based versions of Basic, but until now I was unaware that this functionality still exists in Visual Basic. This method even works in Windows 2000, which is supposed to block direct port access for security purposes.
Easily send email to a friend if your email application is broken or you want to fool around with someones head and send them messed up emails from santa clause.
Allows entry from a remote user into your machine then this software bounces them into an unexplored area of the internet(another remote host).
This completely-commented project demonstrates the use of Winsock in a server-client connection. Demonstrates how to use the connection as a remote, similar to Sub7 (client sends commands to the server, server responds with API calls, etc.), as well as a private chat connection between the server and client. **Developers who are not familiar with VB's winsock control: This download is a must! Note: This is my 8th project uploaded since Sunday morning :D
This is an event driven VB user control to handle serial COM communications. Instead of using the default ocx you can now compile this user control with your code and you don't need to supply any extra ocx's or third party dll's to support serial comm's.
THIS WILL HELP YOU TO LEARN SIMPLE AI ALGORITHM .\ AND DO MORE ... Play with the computer cards and , this is a simple way to play with the computer and an algorith to make computer decide what he should do and which card he should play jut this is a simple way to do that ... this is the first version and i will update it soon please vote for me and if you have an meaningful feedback send it to me and be a serious please ... thanks all
The linked list component is a component designed to use with objects that you want to have in a list. Any component class implementing the Item class in the LinkedList component can be added to the list. Using the Link class in the LinkedList component you can add, count and remove items from the list. There is also a SendMessage method with which you can send messages to the items in the list. It is up to the listed class what you want to do with the message. The demonstration project comes with a implementation of animated circles. The LinkedList component could be used as a sprite list of sprites in a game or a tile map for scrolling backgrounds.
This code is version 1. It has been replaced by version 2, which you can find under the title: Form, CommandButton, CheckBox, OptionButton, PictureBox any shape and transparent (version 2). The newer version supports more objects and is faster.
Save /Write contents of a listbox to a textfile
Create a file association so files with a give extension will be automatically opened by your application