Results for "Volume: 2002ASP"
My code allows you to send ANYFILE you want over a network (AND EVEN OVER THE INTERNET!) using Winsock! EVERY SINGLE LINE is commented on and is simple and easy to follow. Variables have names that match their function to simplify this project even more! The connection is based on my award winning "VERY EASY CHAT W/ Winsock *must see*". Enjoy the code!!!!! Please vote and comment as needed!
Just a clock. This demonstrates how to work out how far along the X and Y axis to place the line, when you specify an angle! i hope this is handy. Dan :o)
Info Mouse gives you the title of a windows or a part of a window when the cursor is over that window(part of window).
The Purpose of this Example is to Understand the Various ways to Dynamically Add Controls into your Project. With each of the new controls, it may or may not have events due to how it is set up. The Example will use WithEvents, Class Event(subclassing),and VBControlExtender. If you like the coding, Please Vote! The more vote, the more coding I can write. Thank You
Hi Don't know if you all remmber the last Banner maker I make well anyway this one is much better that the last one with more option. you can now select what size of banner you want I have also added a new texture browser like in office 97 so you can change the backgound aslo added some small drawing tools as well . I will be updateing this program very soon and adding more options like save your banners to Jpeg or Gif Well anyway have a look at the screen shot and Id like to know what you think. please Vote if you like this code.
A simple application with 8 selectable utilities: Temperature; Loan Amortization; System; Ohms Law; ASCII; Timer; Volume calculations
This was a test of DirectDraw for a game I am creating (www.aeonlegend.com). The zip contains has the game, a map editor, a texture maker (the idea was used from a submission to PSC, but the code is all my own). The game uses DirectX 7, so you must have that. It supports collision detection (sort of), music, and sound effects (although currently quite limited). The character and table graphics were borrowed off Graalonline (www.graalonline.com) with permission, until I get my own graphics made up. See the readme.txt for other details, and keys.txt for the controls. For transparencies to work, the colour depth of your monitor must be set to 32 bit, I do have the code to fix this in my new version, but I can't be bothered updating this. Jim
I Updated it inorder to save the locl file. It will check the url cache in your system and display it. u can get more information about the url cache & also can delete the url cache.
BinWorks was cool. Written in PB it provided Bin$, Rotates etc.. Well step over BinWorks here is BinWorks II with much more speed and a few extras. Mind you the Bindll.dll was written in C, but it was written with VB in mind and the emphasis on SPEED. The Functions are provided for BYTEs, INTEGERs and LONGs... Var2Bin, Bin2Var, VarArray2BinArray, BinArray2VarArray, Var2Hex, Hex2Var, VarArray2HexArray, HexArray2VarArray, VarLeftRotate, VarRightRotate, VarLeftShift, VarRightShift, VarBitToggle. Rotates rotate 15 bit Ints and 31 bit Longs correctly. Enjoy! C - source code for the DLL is to be found in the psc-C section!
This tutorial will teach you how to make your VB programs component-enabled, meaning better maintainability, and simplification of distribution. A must-read!
I started this project nearly a year ago to provide printing and print-previewing in my applications. This project has a lot of room for improvement, so my hope is that you can take this project and run with it for I have limited time to develop it any further. The project has two dependencies: SSubtmr.dll and Win.tlb (large file). When you un-zip the file, please pay close attention to these dependencies in order to make the project work. Credit goes to Steve McMahon and Bruce McKinney for these libraries. Get them here: http://vbaccelerator.com/codelib/ssubtmr/ssubtmr.zip http://www.twocyclones.com/Files/Win.zip
What this code actually does is configure any system with a cable modem that is running windows 95/98/Me to run atleast 50% faster than before. This is not only my first submission to PSC but its also my first program in visual basic. So feel free edit it anyway you want but please send me a copy of what you have done so I can check it out :) I would check my speed on a site like http://bandwidthconnection.com/speedtest.html to see what your difference in speed was from the before and after. Hey if it helped and you like it give me a good rating. That does wonders for my self image :P
Compile VB projects into Windows Standalone executables with ease!
Countdown Timer is a complete application that demonstrates several very useful programming techniques. 1. Asynchronous Processing The project includes a class called clsSlumber, which is an extremely useful tool for asynchronous processing. It encapsulates the Sleep API call, but slumbers in small intervals to allow your app to remain responsive to any trigger. clsSlumber will return control either when the slumber time expires or when it is told to wake up. This class is also accurate to 0.1 milliseconds in its timing capabilities, which is demonstrated in this timing accuracy of this app. For asynchronous processing, set the total slumber time to be your Timeout interval. If the processing is completed before the timeout, you can continue by Waking Up from the slumber, otherwise you can raise a timeout error when the slumber has completed. You will find this a very useful tool in you code collection, as I have used it broadly in my coding for over a year. 2. OCX less Progress Bars Two examples of OCX-less Progress Bars are included, one is a standard progress bar, while the other is a Pie which fills in according to progress. 3. Double Buffering Since this example displays updated time in 10 millisecond intervals, double buffering was necessary in order to provide a flicker-free display of the time. 4. Error Handling The re-usable classes included in the project are great examples for error handling. Take note at how the call-stack will be returned in the error message that is raised. Although this application has very limited use, I hope you find the encapsulated utilities that are demonstrated here to be powerful tools for your future development. This code has been thoroughly tested on Windows 95, 98, NT 4, and 2000. Please don’t forget to vote! Thank you. David Drake
i2 is a simple image viewer intended to be used with pictures from digital cameras. It is for the purpose of viewing 640x480 pixel digital camera photos. i2 was designed to be easy to use and FAST. i2's image loading routine has been trimmed down to show a picture in the least amount of time. i2 will automatically detect commonly used folders for pictures, such as "My Documents" and "My Pictures." i2 can handle all files with the extension of ".jpg." i2 is not Bloatware! It does what you need, and nothing else!
A newever version, and much more to learn of...Enjoy our new LL Soft LOOK & LEARN... for you only! (That means, for all)..... if you like it, Vote for us please. And Visit: http://www.matrixstudios-online.com for more softwares, and more info about our projects..... enjoy! Happy new year!
Changed the interface a bit, made the labels for the menus into textboxes so they can go *over* the rich text box, thus letting me make it bigger. Added the ability to password protect the program, (the password is encrypted then flipped backwards), and there is now a "QuickCrypt" function that lets you select a file, encrypt it, then save it, without using the open then save and so on options from the menus. Still trying to figure out compression! If you have any idea on how I could get a *nice* way of compression for ALL 255 characters, aside from using the zlib dll, tell me! If you have not seen the other version of this program, 2.2, this program encrypts all 255 characters in a decently strong way. Oh, also added the small part to see that time it took to encrypt the file, it slows down the process though!
This class module is very useful for keeping a standardized, formatted, event/error log for any application that might need one.
This Code will Play, Stop, Pause, Cue Fwd (2,4,8 Speed) and Cue Reverse (1,2,4,8 speed). Enable/Disable Subtitles, Select Subtitle Language, DVD Progress bar, Current play time, total Playtime display, Bookmark, Mute and Next/Previouse Chapter Play - Direct X 8 must be installed, also the graphics for the DVD player are set up for 1024x768 display, thus any resolution lower than this will not display the whole player. I will add to the program so lower resolutions can use it fully.
Demonstrates graphical effects under the mousepointer while moving it! Including much options. Learn about simple graphics programming. Windows Function 'SetPixel' used. No ocx needed! Try it - looks GREAT!