Results for "Volume: 7_2009-2012"
Having failed to find anything similar, this function validates an email address. It takes into consideration the RFC2821 and RFC2822 rules and also the the limitations imposed by other systems in the real world, that often conflict with RFC's.
Program for restaurant.
This code shows how to add a text to your picture and the save it on "c:\test.bmp"
Deal or No Deal is one of the most successful gameshows on television and has already produced different versions in different countries. In Philippines, amounts of prices differ with other countries. The maximum amount to be won in this version is 2,000,000 unlike others having 1,000,000 which primarily depends on the currency. Now, this game made in Visual Basic is for Thesis purposes and I decided to release it here in PSCode. Some features of the game includes: 1. Real Formula for the Banker's Offers 2. Fully loaded with music and sound effects 3. Cool graphics (kinda) 4. Full options (about not included) 5. And lots more... I would like to acknowledge 3 programmers who've I most likely appreciated because of their codes: LaVolpe, Bryan Cairns, and Gene Martynov. And most especially, I'd like to acknowledge Endemol for the idea of the game. Note that this application is not for sale, just for some enjoying purposes...ü PS: After you download, please read README.txt... For the OCX's, copy this link to your internet browser and press 'Enter' to begin download.ü. Then register these OCX's by running the application along with the .zip in the folder 'RegOCX'.ü And.. don't forget to vote!!!
for soving datareport problems and graphics splash, i am going to share some codes. Note:The following documentation is GREATLY appreciated by your end users and will affect their judging of your entry.
This is an example of the difference between the “ByVal” reference and the “ByRef” reference. It explains the differences between the two and why it is so important to use the right one.
Build DataBase using Plan Text File. Based on Jim's original code [CodeId=60559] allows to create a Database using plane files, you can create: 1. Several tables. 2. Can put create an username and password for the database. 3. Add fields in any table specifically. 4. Select certain fields in a table. ====================================================== In development: 1. To put to carry out searches. 2. To upgrade a chart according to parameters. 3. To compress the generated files. ----------------------------------------------------- CREDITS AND THANKS ----------------------------------------------------- Build DataBase In Text File Jim Jose [CodeId=60559] ====================================================== Binary File Password Encryptor class!!! Cahaltech [CodeId=36457] ----------------------------------------------------- Dedicated to ----------------------------------------------------- Ivan T.P (halo sahabatku apa kabar) mibi (saya mencintai kamu) sakura_tsukino (my little sister) Gaby (my best girl friend) Pancho funes http://www.fileupyours.com/files/43706/StevenControl.zip
All of control panel settings commands. 1. "rundll32.exe shell32.dll, Control_RunDLL intl.cpl,,0" makes page 0 of reginal and language settings (control panel) open. 2. "rundll32.exe shell32.dll, Control_RunDLL main.cpl,,0" makes page 0 of mouse settings (control panel) open. 3. "rundll32.exe shell32.dll, Control_RunDLL sysdm.cpl,,0" makes page 0 of system settings (control panel) open. 4. "rundll32.exe shell32.dll, Control_RunDLL nusrmgr.cpl,,0" makes page 0 of user (control panel) open. 5. "rundll32.exe shell32.dll, Control_RunDLL mmsys.cpl,,0" makes page 0 of sound settings (control panel) open. 6. "rundll32.exe shell32.dll, Control_RunDLL firewall.cpl,,0" makes page 0 of firewall settings (control panel) open. 7. "rundll32.exe shell32.dll, Control_RunDLL desk.cpl,,0" makes page 0 of display settings (control panel) open. 8. "rundll32.exe shell32.dll, Control_RunDLL timedate.cpl,,0" makes page 0 of time/date settings (control panel) open. 9. "rundll32.exe shell32.dll, Control_RunDLL hdwwiz.cpl,,0" makes page 0 of hardware (control panel) open. 10. "rundll32.exe shell32.dll, Control_RunDLL inetcpl.cpl,,0" makes page 0 of internet options (control panel) open. 11. "rundll32.exe shell32.dll, Control_RunDLL joy.cpl,,0" makes page 0 of joypad settings (control panel) open. 12. "rundll32.exe shell32.dll, Control_RunDLL powercfg.cpl,,0" makes page 0 of power settings (control panel) open. 13. "rundll32.exe shell32.dll, Control_RunDLL telephon.cpl,,0" makes page 0 of telephone and modem settings (control panel) open. 14. "rundll32.exe shell32.dll, Control_RunDLL netsetup.cpl,,0" makes page 0 of wireless network settings (control panel) open. 15. "rundll32.exe shell32.dll, Control_RunDLL wscui.cpl,,0" makes page 0 of windows security (control panel) open. By changing the ",,0" to ",,1" and ... you can see the other pages. Do it by SHELL command.
A professional quiz program.
this is just example of implementation sub-pixel rendering technique described at: http://www.eclipzer.com/tutorials/subpixel/subpixel.html sub-pixel rendering tutorial is © Quinton Roberts 2006. enjoy =)
This is my version of the clasic Nibblers game. No api's, no dll's, just pure vb.
This is my version of the clasic Tetris. Again.. no api's, no dll's, just pure vb. To keep it simple :D NOTE: You have 4 playing modes !
IT Researcher 2006 is an encyclopedia program written in vb6. I created this a project for our school. Core features of this program include updating, managing favorites, fast searching using API calls, included WinHelp file, Uses Microsoft Agent and Text to Speech Engine. Lots of things to learn from this program.
U can mix colors.
I've hopefully corrected some errors and added some more features,ex. "Previous Offers".
Playing multiple sounds simultaneously is not an easy task, especially in VB. Most VB applications (and games!) that use sound use the PlaySound() API function [which only allows one sound at a time]; others resort to DirectX or third-party DLLs such as BASS. This project is a first step to ending all that, presenting an API-only method. _________________________________________________________ I don't know if it's compatible with VB5, any feedback on this would be appreciated. _________________________________________________________ Includes an extensive ReadMe file, full demo and clean, commented code.
It manages the institute properly.
Update (28.10.06): Added support for looping, fixed some small bugs, added a new class "WAVPlayer" which simplifies streaming playback a lot. ///// Shows how to stream sound data to the WaveOut. Supports the WAV file format and the ACM (audio compression manager), to handle compressed WAV formats. Uses Paul Catons subclassing code. I tried to keep it as reusable as possible, so there are 2 classes: One reads (or decodes) data from WAV files, and one sends it to the WaveOut.
- 02/18/08 - updated to the final version of RDE's Pretty Sort (linked below) as well as to use the new StrCompFileNames function. - 11/08/06 - updated to fix the issue Manuel noted dealing with the code not correctly sorting based on Column order. - 10/25/06 - I completely rewrote the module after discovering several bugs in the Listview control - plus it is now more than twice as fast! This is as close to a drop-in solution as I can make it - with no known side effects. The project uses Rde's Pretty File Names - Final 4 (http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=63893&lngWId=1) and subclassing to properly sort alphanumeric columns in a listview. Native sorting, and all other sorting techniques tried, will return: Item (1) Item (10) Item (2) ... Item (9) But this module correctly sorts the list as: Item (1) Item (2) ... Item (9) Item (10) The module also has examples on how to correctly sort numbers and dates. Sorry but it isn't documented - won't make bones about it, just don't have time but it is suprisingly short and fairly easy to read. After days of searching, as far as I know this is the ONLY solution available to correctly sort a listview. Give it a try and please report any issues found.
** Version 2.3 ** Updated a few classes and made it more DEP compatible. Added the BigInteger class and fixed a few issues. Fixed Wide Character API support on NT machines, along with a couple minor fixes. What's new with this version? Cryptography! In addition to the hundreds of existing useful classes implemented, now most of the cryptography classes in the DotNET core library (mscorlib.dll) have been implemented as well! By using all available standards, each supported cryptography class has been implemented to provide VB6 developers a diverse array of choices. Everything from two-way ciphers (eg. Rijndael, DES, 3DES, RC2) and hashes (eg. SHA-1, SHA-256, SHA-384, SHA-512, MD5, RIPEMD160) to Message Authentication Code implementations (all of the hashes are supported). There are several more utility classes, such as Rfc2898DeriveBytes that generates keys based on text passwords using the RFC2898 published standard. All of these classes are compatible with DotNET produced data and vise-versa. There is too much to post it all in this window. If you have any questions, please post them at my website: http://www.kellyethridge.com/vbcorlib. I'll also be adding new tutorials to cover more ground of the new additions.