Results for "Volume: 2002VB"
Replaces Microsoft's common dialog control file dialog features. Uses same interface to call the FileOpen and FileSave dialogs including multiselection support. Instead of making a more versatile control with print dialogs, color dialogs, and hooking, I decided to make a very lightweight one since the CommonControl Print and Color Dialogs are essentially useless. I could have added hooking functionality, but that would involve including a standard module as well. The only major benefit of hooking is the ability to center the dialog. However, with this code, as long as you specify the form's handle, it will position the dialog to the upper left of the form This is a direct replacement to the Microsoft CommonDialog control and will involve very little Change in coding to implement.
Password Guard is a complete application that lets you store User Names, Password, and Secret Notes easily and securely. It can be used by multiple users with no limitations on number of users or records. It utilizes special data encryption algorithms and string manipulation techniques which provide a high level of security. Not only you'll learn how to encrypt data, you also learn how to do advanced string manipulation techniques, use the registry, and generate random strings. Version (1.5) adds a full-scale search capability, the Access Logging feature, and the ability to recover Master Password (if lost).
A newer version of my Tanks Game which features 8 tanks (2 can by human controlled) shooting at each other. New features include a completely new speed handling system. No longer are there loads of timers, now almost everything comes from 1 main sub. Also moving the tanks and drawing them can now be done at different speeds. This allows the game to run the same speed even if something else on your computer happens or there are lots of shells on the screen. It simply decreases the number of frames per second however the moveing is all still odone at the same speed. Works perfecty from a K6-2 to a Athlon 800 (all the compuers i have tested it on). Please vote and i welcome comments.
***(Updated)*** A useful paint program for the beginner with all the tools you want from a paint program. You must download this code. And it´s almost totally free from bugs. (vote, vote, vote)
I have decided to open source this for everyone to look at. if you use it in your apps please give me credit. it emulates a photoshop layer window and shows how to create a drag/drop/resizing designer form. There were numerous problems with original postings and i apologize for the wasted time. there seems to be some type of dependency issues, so if you still cant get this to run, leave a comment. as I am still in the process of developing this ,if anyone makes updates to this, i would appreciate it if they sent the file to me rather than post it here so i can incorporate the chnages, fixes into my master code that i will post when everything (everything) is complete. Eventually , there will be built in effects and filters and a whole lot more crazy stuff. anyway vote if you like it. BTW, this is not to illustrate image processing at all, it is a demonstration of controlling objects from User Controls. The example app is merely used to show the control in action.thanksRay p.s. dont forget to regsvr32 the ssubtmr.dll first
Tunnels & Things by Robert Rayment: The simplicity of this appeals to me. Draw to a byte array and blit it to the form using StretchDIBits. The advantage of StretchDIBits is that it can take a pointer to the byte drawing surface and to a palette. It can be as close as VB gets to direct screen addressing similar to the old DOS Screen 13, only better. It is no competitor to DirectX but is very much simpler and pretty fast. The demonstration shows various tunnels, MMX scrolling, Plasma, Fire etc. Drawing is done using VB and animation using assembler (assembler doesn't have to be used but I prefer it). BTW please do not contaminate my progs with the prurient Option Explicit !! Zip file is 63KB.
this program has absolutely no use,but can teach a thing or two...
This program is very advanced and has many features. It has it's own menus locking background options and internet features, and more. Get to know how to search the net with the newest search engines and let your computer tell the time by voice. Easily adaptable with OVER 50 FORMS AND OVER 10 MODULES. THIS PROGRAM COULD BE THE BIGEST PROGRAM ON THIS SITE. BUT I DON'T KNOW. I COULD NOT ADD EVERYTHING TO THE PROGRAM THAT I WANTED BECAUSE IT WOULD BE TO BIG. THIS PROGRAM IS VERY SLOW AT COMPILING AS THEIR IS SO MUCH CODE. THEIRS MANY UTILITYS AND COULD BE MORE BETTER IF I HAD MORE IDEAS. PS THE PASSWORDS ARE ENCRYPTED AND U CAN'T GET READ OF THEM, MAKING IT HARDER FOR HACKERS. Please leave a comment and a vote and give us some good ideas on what you would like me to add into a newer version of locking systems.
This program creates the correct username and password to sign onto NetZero without the software. When creating the NetZero DUN Account, make sure you use the access number from the NetZero software or if you already have one saved use that one as the number. Sign on and enjoy the net :) (Updated on how to bypass 40-Hour limit)
Just a good way of encrypting a file using hardly any lines of code.
Learn how to use controls with this code. Please leave a comment and a vote.
This is a little app that says welcome using xvoice.dll at startup. Please leave a comment and a vote.
This is a VERY simple way to drag objects around on a form. I know a few people have been looking for this so I uploaded an example I made, check out the screen shot.
NeoEphemerix 2001 - v1 Beta 2 Written using VB 6 Requires 800x600 display or better This program is for astronomy hobbyists who want to create their own custom VB astronomical almanac program. It is a very complex program consisting hundreds of thousands of orbital computations and represents about 6 month's work so far. The program will generate high-precision ephemerides for the sun and planets from Mercury to Neptune. It has reached the beta level of functionality and I encourage any fellow astro-computationists to give it a try and offer any comments, bug reports and suggestions regarding it. Anyone who ever wanted to learn how to perform their own high-precision planetary orbit computations, may find the source code helpful, but the math required is rather advanced. A new version with even more computations is in the works. Any suggestions from users of this program will be considered in the design of future upgrades. NOTE: Due to the enormous size of the mathematical core modules and the complexity of the computations required to get almanic-like accuracy, the program takes about 30 minutes to compile into an executable on a 200 MHz machine and will produce a finished program about 4.3 megs in size. The visual magnitude computation of the planet Saturn will be applied to a future version, but magnitudes are computed for the other planets. The allowance for the rings contribution to its brightness hasn't been formulated yet. This version of the program does not yet specifically check to see if the date entered is in the proper range for the selected planet, so the following table is provided as a guide. VSOP87 Heliocentric coordinates are theoretically accurate to an arcsecond or better within the following ranges: Mercury to Mars - 2000 BC to 6000 AD Jupiter and Saturn - 1 BC to 4000 AD Uranus and Neptune - 6000 BC to 8000 AD To any users familiar with the astronomical algorithms of Jean Meeus and others, this program applies many of the same concepts, but at a higher level of precision not possible from the limited tables applied in the popular books on astronomical computing. It is based on a Visual BASIC implementation of the full VSOP87 theory of planetary orbits in spherical variables. Its theoretical heliocentric accuracy is to within ±1 arcsecond or better over the ranges specified for each planet in terms of dynamical time. Since the full theory is implemented, the accuracy of the orbit computations compares very favorably with the published almanacs. To achieve this level of accuracy, over 30,000 computational terms are applied to the raw, dynamical orbit computations. The computations include corrections for precession and the long-term effects of relativity on the orbits. Then corrections are applied for light-time, aberration, reduction to the standard FK5 system of coordinates and nutation. FEATURES INCLUDE: Both VSOP87 heliocentric and apparent geocentric ecliptical and equatorial coordinates Ephemerides tables can be generated by the day, hour or minute and can be saved to disk as plain text files Allowance for delta-T can be applied when known. Distances to the planets from the sun or Earth can be displayed in astronomical units, millions of kilometers or miles. Hour angles may be displayed in hours minutes and seconds, decimal hours, degrees minutes and seconds of arc or decimal degrees. Latitudes may be displayed in degrees minutes and seconds of arc or decimal degrees. A table showing the VSOP heliocentric position and geocentric ecliptical and equatorial coordinates for the sun and the eight major planets at any given moment can be displayed Basic astronomical data such as the mean and apparent obliquity of the ecliptic, mean and apparent sidereal time at Greenwich and nutation in longitude can also be computed. The program also has a stay-on-top feature that can be toggled to lock the window in front of other windows when needed. All program settings are preserved when the program terminates and are recalled the next time the program starts up. This program is still a rough draft but functional enough to be useful. I would appreciate any feedback on user of this code who are also into astro-computing, since it would help me to improve on future implementations.
A simple and easy replication of the music match slider.
A tabbed dialog box.
If you remeber that game back in school no, not tic tac toe, but DOTS! Make dots, draw lines, make boxes. Whoever has more boxes at the end wins type of deal. Well this is it! DOTS! Useful code for learning some internet programming as well using the Winsock control. Has icons in menus (using cool menu) and has a chatroom!
MSN Messenger clone, but programmed better!. This version has a few fixes, 1 of the fixes thanxs to The Frog Prince, thanks mate. It also has slightly more intuitive menus, it also contains an available icons menu which tells you what strings are replaced with pictures, for example (B) gets replaced with a Pint of beer. Plus sound events that allow you to apply wave files to actions. Please download and test and then rate it :) :)
in this tutorial of 100+ pages, you can get every thing which is mainly related to build a complete web based email system. this artical will cover everthing of SMTP, POP3, MIME and HTTP. you can get a lot of material regarding to different Coding and encoding methods like BASE64 & Quoted Printable. a far better option to read this tutorial instead of reading RFCs. The next sequel of this tutorial will be comming in few weeks. see ya:)
I have received a lot of responses to my code posted earlier ( a generic object that assisted in returning recordsets from Oracle). Most of these questions have been in the domain of the stored procedures themselves. Hopefully this article and example stored procedures will help clarify.