Results for "Volume: ASP_Volume2"
This examlpe shows you how to do the items in a RPG game,much like Diablo's
Resize and Save Images in Diffrent Scales for Width and Height
This is a combination of three programs found here on PSC. It enumerates active programs and their windows. I left in the original Startup programs list. I did add a few extras of my own, although, it is mostly based upon App Spy by some bloke. The orginal App Spy was here last month but not any more so I do not know who to give credit to...
Randomly Create a 6-25 character password using, lower case, upper case, numbers, or symbols.. or mix and match the characters you wish to use. Thanks to the people that emailed me with better ways to do it. :)
Converts BMP to JPG 'on the fly' and lets you view the result on-screen. Source code for the DLL included.
This app takes a MS Access Db and converts the tables into excel worksheets
Thanks for checking out my downloader. It includes resume support for HTTP & FTP. With redirectional and username/password functionality. I'm releasing this as opensource because there are very few (actually none that I could find) programs like this which aren't either massivly bloated or buggy. I hope this changes all that :) Thanks to vbip.com which with many of its tips helped me through, as well as many pieces of source on PSC. This makes use of the Windows XP interface while still being compatible with Windows 95,98,ME,NT4,2000! Please vote and leave your comments, thanks!
The idea of this code is to provide a _good_ language packs engine and format for VB applications.
EliteSpy+ is program for spying windows. You can spy any window and you can manipulate them using the command buttons in Program. You can minimize, maximize, terminate, enable, disable, flash, put on top, etc. This program also contains a code generator which you can use to generate code which will manipulate with the specified window. There is also a list of running process. You can also terminate any process you want. And please vote for this program if you like it!
Highlights HTML and XML properly You can Highlight all text or just selected text and highlights syntax as you type. Will parse standard size files 10-60k instantly 500k files in about 6 seconds. Now you can easily change the colors thanks to M.Bartlema A much faster version is on the way! By the way, If you are wondering why this highlighter is so much faster and supports syntax better than most post here the answer is Regular Expressions. M.Bartlema was able to speed his code up 3 times by replacing a single VBReplace with a regExp. His code is currently faster than mine by the way. We hope to post a regExp tutorial in the near future that will blow your minds in two ways. 1. A single regExp can replace a lot of code 2. They scream!!! A small example? ok this regEx replace highlights all HTML tags one color. tmpstr = ReplaceText("(]+>)", "\plain\f2\fs17\cf1 $1\plain\f2\fs17\cf0 ", tmpstr) Of course this assumes that you have a color table in the rtf with 2 colors. Any other way is a waste of time - literally!
This will check a pop3 email account for any email. It runs in the systray and all settings can be saved. This is pretty handy at times. See Pic. Not much to this the pro version will have a LOT more options.
This very simple code showes how to use Cos and Sin functions to make GREAT player movment in top-down games. A MUST SEE, explots importaint features of the trigonal system and the unit circle to improve game intraction! :)
This is more for a programmer's tool then anything else. It allows you to select a window on screen with the mouse using a cursor and a smaller image representing that cursor on the dialog (which disappears when you click on it and drag it, reappearing when you make a selection)
Create GUIs based entirely on HTML or write machine-specific code for web pages!
This is a complete NNTP Usenet newsgroup application. It is very basic - not all RFC977 commands have been implemented. This NNTP applications provides a simple news reader (downloads all newsgroups on first run), a simple Usenet message poster, and an automatic poster, to post your *ON TOPIC* messages in up to 10's of thousands of groups in one process! If your NNTP account requires a login username/password, this applications supports it. I threw the app together this evening because I needed something that would submit my advertisement to thousands of *ON TOPIC* newsgroups... it works great for this purpose. I think I will finally be able to sell my car within the next few days!!! joy!
To show how to use logical comparisons in VB. Shows the different symbols for the logic gates[heh, drawn by me...]. Also allows you to see the truth tables. Covers Or, And, Xor, Nor, Nand, and Xnor logic.
Read pcx and tga Graphics without a dll. You must put only 2 classes and a basfile to your project. Also a project show play a small fli or flc in a picturebox. This is the first realize. If you want more please vote for me or gave feedback.
The SpeedString class boost performance on string concatenation. Almost every VB developer uses strValue = strValue & NewData as concatenation. The SpeedString class does the same, but a few hunderds times faster (something up to 1000 times). This project demonstrates the use of my SpeedString class and compares the execution times of both methods.
A DirectX method For Speaking over the internet. I am having some problems with perfecting it, but if you like what you see let me know. This code has evolved allot over the past few months. First I tried to design it to use straight api with a wave format, but the data transfer of such a format was not practical because the wave header format would be change with every transfer. DirectX was the best way to go because I just read the buffer from the client PC and wrote it to the receiving PC. There is allot of functionality in the app that isn't being used for the above reasons
To display a standard necessary to make a visual basic application with heavy roots in the Application Programming Interface.