Results for "Volume: ASP_Volume2"
New version 2.1, See picture ! Fixed a few bugs and really cleaned up the code. --- Power-ups, end-of-level badies!! It's now very playable and does not rely on 3rd party DLL's. If you want sound it does use DXSound 7.0. Please leave feedback. Thanks!
GeoStar 3.0 has many many new improvements, too many to list, so have a look at the screenshot. A major update is a new interface with cool new XP Icons. Leave a vote or a comment or something. Thanks
Gradientext is a powerful program that creates custom Gradients on HTML text. Up to ten different colours to a gradient! Check out the screenshot to see what I mean and leave a vote. Thanks
Provide's True LCD Display on a form
parse a string with a delimiter... choose your own delimiter and replace it with whatever you want to. Very basic.. but it works. :)
An easy, very fast and well explained program that let’s you control your mouse courser actions by custom keyboard keys and custom movements speed. Showing the easiest way of hotkeys and controlling your mouse cursor movements and button actions. It has been tested and works in all Windows platforms (95, 98, ME, NT, 2000, XP) and the most games like Half-life (Counter-Strike). There are many functions including: * Moving at all directions * Left, right and middle buttons * Single clicking * Double clicking * Drag and drop * Several keys down and up at once All in just one single small and very fast module sub, the main sub. Whit out anything else like form, dll or ocx. Read "Assumes" in the Source Code for updated using instructions and notes.
This code will show you how to use the swflash.ocx to include flash programs in your program. The swf movie included is a cartoon I made a while ago. I think my code in the swf preloader kills the sound so if you figure out how to get it back let me know. But usually you won't need a preloader if your flash is going to be on one of your frames. plus you can include the swf file in the resources of your VB app and play it from there. I'm sure theres some good doc on this web site to show you how to do that. I wish I could show you my work app but I think that I would get in trouble for that. Anyway good luck and let me know if you need any help with this or flash for that matter. Have a great day.
Appends a string to a specified file (or creates the file if needed). Unlike the open/print/close method, this subroutine uses Win32 API calls. This ensures that your application will be able to write to its log file correctly, even if another user has that log file open in an editor during your write attempt. This is the most practical approach to production-quality logging.
1. Shows you how to use paramarray to create much more flexible and capable functions 2. Shows you how to REPLACE vb's existing functions
A Gnutella clone (peer to peer or file sharing app), compatible with others (limeware, gnucleus...), with some options like multipart or multihost download and file recovery
RTL (Right to Left) ListBox that can used in RTL Languages (such as Farsi "Persian") Programming
This is an update to my "Count the Number of Lines in your Code" submission back in May. It has may updates as you can tell from the screen shot. There is a listbox where you can select any file in a project or directory and get the number of lines of code. Also added an option to check all subdirectories when you are doing a directory search. You can now specify the typs of files you want to query and get a count of the number of functions in your project. ORIGINAL: I was recently at an interview where I was asked how many lines of code I have writen. The question kind of caught me off guard -- I had no idea!! Ya, probably in the tens of thousands, but no real clue. That sparked the idea to make this application. With this app, you can specify a directory, a single file, or a VB project file, and it will analyze the data and tell you how many lines of code are in the project. This is the first beta release of the code, so please leave feedback if you encounter any bugs, or if you have any suggestions that I should add to my next version. Just select the type of code you want to analyze from the dropdown box and select the location of the file. The application will return to you: 1. The number of forms in the project 2. The number of modules in the project 3. The number of class modules in the project 4. The number of Blank Lines in the project 5. The number of Commented Lines in the project 6. The number of actual coded lines in the project 7. The total number of lines in the project This is still a work in progress. I'm thinkin of adding as an output the number of procedures in the project. Maybe even break the numbers down per file. Please leave feedback and let me know what you think. If you like the code, please vote for it.
An excellent example of how to use TreeView from Microsoft. Add, Remove, Rename, nodes, Etc
The ODL Converter Project is designed to take VB Types, Enums and Declare Statements and convert them into a format used by Visual C++'s .odl files (odl = Object Description Language). This also shows how to colorize code, for those who are interested
Breaks up a string so that it can be effectively printed - word wrapped - using the Print statement. SplitLines is a function in Visual Basic to return an array of strings from a long string such that the each array element has its P.TextWidth(Lines(i)) < W. The function uses the current font settings of the object P which could be a Form, a PictureBox or the Printer object.
This project demonstrates steganography. Steganography is a method to hide something in something else. In this case we hide a text message in a picture. The need for steganography will probably increase the next few years, because governments want to restrict cryptography. Steganography allows you to send your secrets in a picture, making it less suspicious. It is very hard (impossible?) to detect if there is a message hidden in a picture using this method, because the locations where the bits are stored are determined by a password. Without this password you cannot tell where the bits are stored. Please vote for this code if you like it!
This code can be used as a template for creating master forms.
This code matches a given string against a pattern which may contain the well known wildcards * and ?, whereas * represents any number of characters, including none, and ? represents any single character. You may want to paste the code into a class module :)
Search data in a database depending of what you write in the textbox, if you press the "M" key in the textbox you will get all the data that begins with "M", VOTE FOR ME !!
This Article has nothing to do with Visual Basic, but a simple answer to those emails i received from PSC members asking how to add Assembly Inline-Code to Visual Basic; i say why learning those when you can actually write your Win32 Assembly Code, in pure TASM format! the article was written in serries, but this is the only part i will be uploading here in PSC cause i am now on my way of designing my own website, soon i will be deleting all of my entries here =(