Results for "Volume: ASP_Volume3"
Have you ever thought about those litte arrows that are in the lower left hand corner of icons on the desktop? Have you noticed it takes longer to load when windows starts to load them? Well, just get rid of 'em! yup this code allows you to remove the arrows! and just incase, bring them back (but why would you want to so that!?) tested to work on win 98/98se/me/2k. almost all commented, and easy to read.
This is the new version of my RayTrace program. It now includes: * Ray Tracing for disk objects * Ray Tracing for infinite plane objects * Shadow bug fixed * Preview screen * Viewpoint control (R, phi, theta) * Ambient lighting * Diffuse lighting * Specular lighting Coming soon: V 1.2; with reflective objects, cylinders, translucency and refraction, and texture mapped objects!!!
It shows you how to display time and dates. how to set alarms, how to create graphical forms with images , how to use menu items.
Hey people. Oki i build the Net Hunter 2.0 This new verison can download all kinda files from a server on the internet. It can build the dirs on you HD as it is on server. The new version allso have a shedule. where you can add jobs for it to download. I am sorry i would have rewrote the codes in VB 5.0 for some of you people, but i really dont have the time to do it. since i am working on BIG project. So this is the last versoin i'll make. Have fun with it.. and IF you like please tell me and give me a Vote!. Yours. CiX
demo project how to draw contour(new update)
It put a password to any .exe file.
With this app you can quickly view a directory with pictures (.bmp, .gif, .jpg, .ico, .wmf). All pictures are listed as thumbnails. You can also view a thumbnail in its original size, reduced or enlarged (from 25% till 300%). You can browse in a directory to view all the picture files, no matter how large the directory is. Picture info is also displayed (width, height, file-length,...). On my 650 MHz Pentium II it works very fast - fill the thumbnails in about 1 - 2 seconds. The slowest are the Jpg-files, but it's still OK. This program uses a lot of API-calls, such as API-popupmenus, transparent form, etc... A helpfile is included and can be called from within the program.
Use NetZero, the free ISP? Hate that advertisement banner? Well This gets rid of it.. Plain and simple.
Sup. This is the latest version of error.bas out right now, December 10, 2000 at 12:02 A.M., beta 2. As with any beta versions of anything, there will be some bugs. Updates will always be posted here until the final version is released. error.bas, beta 2, has 200+ subs now. This is now the best AOL 6.0 bass file out right now, help keep it that way be emailing me your thoughts, ideas, and bug fixes. Email me at [email protected]. Please title the subject appropriately to ensure the reading of your mail.
this is a useful ping program for networks and internet. its code is highly improved, and if an error occurs, it will tell you what went wrong. you can even specify the text to use for the ping sorry for my previous mistake. the bas module is included now
Ever wondered how to store images in memory instead of picture boxes. I will show you the few lines of code needed. Its simple, much faster than using picture boxes plus you can create the ?DC's at run time, doing that with pictureboxes is almost impossible. Great for games. Demonstrates bitblt 'ing out to the form from them
Converts a string of data to Base64. Base64 is an encryption algorithm used to encode binary data that is being sent through the internet.
Jero-Secure 1.0 is totally original code written by myself to mimic basically what Sub-Secure does since I didn't want to buy it for $50. It first hides the desktop icons, then the system bar and minimizes all windows except for the Secure form. It has all buttons disabled (ctrl-alt-del, alt-tab, alt-f4) plus you can't move your mouse out of the form onto the desktop for security precautions. I'm still working on trying to have it still work after computer is restarted without password input but that will come later. Good code to lock un-wanted visitors out of your computer or learn some interesting API's. Please vote if you like it! ***Password is "PASSWORD"***
Elemental NASM.(UPDATE Now works on Win2000 and Probably WinNT) The zip file is ~ 26KB
3:39 PM 12/10/00 Visual Basic Project Translator [From the maker of RosettaStone2]-- Are you sick of making different programs to appease different cultures with different languages? Well, not any more. VBpt2 will translate your VB files (project, mods, forms, etc,...) to the languages you want, choosing from directories filled with almost 100,000 words. With an easy to use interface, VBpt2 is sure to be a time-saving utility that works for you.
This program can be used to obtain handle of any visible window as well as generate the code to find that window using findwindow and findwindowex api functions. It also shows how to use drawfocusrect function to draw a rectangle around any window indicating that it has focus. All the code is commented and should be easy to understand.
Its a simple Internet Explorer like web browser.
This code will place a bitmap file in place of your Menu or SubMenu or Both. You can put banners instead of old-fashioned menus. Please check the screenshot. Please vote if you like this code.
The prodram look just like Access, so don't be mistaken. IF you won to learn how to work with databases- the answer is Quarantine DB. The program uses ADO and DAO. With QuarantineDB you can work with, create, delete, rename tables and queries, add, delete, update records. You'll learn how to work with MDI form. Just try it and don't forget to VOTE FOR ME. e-mail : [email protected]
This source code will search for a certain string from a TextBox (can be modified to search from any string-bearing control, etc.). Once the string is found, a message box will appear letting you know that the string was found, and then the string will be highlighted.