Results for "Volume: 2002ASP"
The first ICQ client made in VB, at the moment, it can send receive message/url. Check user's online/offline status, change status to Invisible, Away, N/A, etc.
This App takes a colour image, and turns in into an black and white outline (see screenshot). This is useful for touching up scaned drawing or cartoon pictures. It was designed to help a teacher, that wants to scan pictures and get rid of the coulour, so that the kids could then colour it in.
This is a tutorial for a complete beginner to DirectX. This introduction shows you the very basics of using DirectDraw, with more comments than code to help explain everything in plain English. The resulting program will draw a picture and stretch it to fit the size of the form. IMPORTANT - This requires DirectX7 and the DirectX7 for Visual Basic Type Library. If this tutorial helps you, please give feedback and/or vote, because if there is enough interest, subsequent tutorials will follow.
Update to my original upload of projectIRC. I added a few aliases, such as /server , where port is optional, $date and $time identifiers added. A few bug fixes. Also! I added a nice little taskbar :) Please leave comments. Check out www.projectirc.com within a few days to see if its up, as soon as it is, I will put updates on there.
This is a start of a game, to show new ones how to make a game..
Normal users use the Shell command, but that command can't execute all kind of files, but this can
Have you ever wanted to have more than one user with napster this program allows u to do so and shows you how its done. Any questions, dont be afraid to ask. Please vote for me if you think its worth it.
Add the Internet Explorer 4 AutoComplete effect to a common combo box
Yet another update. This time I added the "friend tracker", basically just a notify lists to see who's on. I added support for hyperlinks, so you can right click addresses and it will shell to them. The taskbar will now notify you when an inactive window has new data. Fixed a few bugs. A few of the options work now, and save. There is a "debug" window, which just displays all incoming and outgoing data. You can move both the toolbar and taskbar to the top or bottom. That's about it I think, enjoy.
Hi,Family Address Book v3.0 - update 3 has been released on September 25,2000. Please don't be fooled by the name, it is not just a simple address book - check it out and you will see. This time around I mostly use ADO instead of DAO and now the user is allowed to add or remove any category of their choice. It has a lot of features such as Personal Contacts, Personal Internet Links, Search and Printing, Personal Reminders and also Sending Email using the vbSendmail component found on http://www.freevbcode.com (DLL File include in this ZIP FILE). Please read the file readme.txt before you begin. All the source codes are included so you can compile the code for yourself. Please leave your comments or feedbacks And Remember to VOTE!!!. Last Updated : September 25,2000. The ZIP File Contains a SELF-EXTRACTABLE FILE with the Source Code.
Add knobs to your audio/other app. Choose from 0-10, 0-100, and 0-1000. No *.bmps, simple circle and line. 5 sizes... MUST SEE... ;)
Tell how to use the depth of itineration.
Views and Prints XML documents. Uses the DOM to do the parcing and then builds a treeview. It also generates a Print and Print Preview. Good code.I have already started on the editor functions. Editing can be done straight from the treeview.
Use this method to avoid adding an item to a ListBox that already exists. It's a lot faster and shorter than submissions that uses loops etc.
This is a simple server by using Microsoft Winsock that act as a tunnel for http communication. This server only relay http communication from client to destination host or to a proxy server, but you can do many things with this code, such as building a full-blown proxy server such as wingate or a gateway to handle two different type of protocol. Ian (not the one) :)
Its an mp3 player with a lot features. You can create your own play list, change the display colors, player includes balance, volume, frequency, and positional controls. Its has a output meter for both left and right channels. MP3@play also has repeat, loop, and randomize functions. I'm still working on the interface because I don't like the button layout but I thought it was worth posting the code. I used the digial music control(freeware) from http://www.izzyonline.com. Although the control has some very nice features I have come across some mp3s that dmc2 can't play. A possible work around for using this control is to re-record the mp3s using something like musicmatch jukebox(freeware). Hopefully the author will deal with these issue in a later release of DMC2.
do you want your program to have a skin? do you want your program to be a mulit-language app? Do you want to learn how to make any EXE, DLL or OCX into a resource library? This code shows you how. This will show you how to load any EXE, DLL or OCX and IMPORT the Bitmaps and Strings to your APP! Very easy to use =)
This code changes all references of the control name that is changed thru the property page.
Finds words starting with, containing, ending with, >
A fully working HTTP Proxy Server which relay your browser client request to other proxy server or to the original host server. u can manipulate the request/response header easily with this proggie, it'll show every request/response header, so if anybody interested in seeing what really going on behind your browser, here's your change... note : i still couldn't figure out why yahoo always response with not found error... if anybody could pointed me where i was wrong, your comments are really appreciated. thanks, ian