Results for "Volume: 5_2007-2008"
Database with 50 diferent constants, wParams, lParams and comments all together means examples. Please contribute to this as stated in Readme1st. Have fun
You can encrypt and decrypt strings / files / emails / anything using DES and 3DES (triple DES) cryptography standards. It works great with VB, ASP, VBScript.
Stores CD-Keys, serial numbers and registration information for software. This shows database functionality with viewing, adding, deleting and updating records using DAO as a reference. Also, shows using the database to authenticate users, a simple encoding and decoding mod is included to somewhat encrypt the data in the database. This is worth the look, even if you do not plan on using the database. Sorry guys, I only include the database structure, not data. No serials/keys included. That's illegal ;> No votes requested, however I do like comments on how to improve the code. I will be adding comments when I get the chance.
The demo will show you how to use ADO to connect to a database hosted on a web server. From there all standard uses of ADO recordsets and what not are possible. I see this question asked a lot in newsgroups so I thought I would share this code here to to help refer them to a working example. Note, the web server has to be a server you have rights to and not just some free web hoster like GeoCities so don't get too excited if you thought that is what this was. This demo will connect to my web server and read data from the NorthWind database found in SQL Server. Also note, my web server cannot handle a lot of traffic so depending on how many people download this and try it, you may have some slow responses or errors on connection. Sorry, but this is just a demo. This code is really not advanced, but many people do not know you can use ADO like this so I just wanted a demo up to point people to later on. Hope it helps some. KEYWORDS: REMOTE DB DATABASE ADO RECORDSET WEB SERVER WEBSERVER CONNECTION SQL IIS
ok the story is STILL not finished... but i think ive done just about it on the engine except for optimizing it... now you have different tiles with night and day (goes along with ur windows clock) and some other things.... please vote and comment!!! and leave all suggestions!
This is an update to my previous fire effect program. This runs slightly faster, much better coding styles, easier to understand, and is more realistic. There are two different ways this can simulate the fire now. Just simply comment out either line 154 or 156 to see the two different effects. This code is very well documented. Both styles are different than the previous. Using line 154 is a simplistic "flow map" which is the left picture, and line 156 is the linear. Please let me know what you think. (And yes, I have started development on the full screen version). Please make sure you compile the code to see the actual speed, it runs slow in IDE.
In keeping up with DirectX, it may be hard to find some good utility code that allows you to present the user with a configuration GUI, similar to the config GUI in Freespace 2, Half-Life or any other big game which relies on DirectX. This is a small ActiveX DLL which uses DirectX 8 to enumerate all of the video cards on the computer, and also displays the acceptable resolutions for each one. It can then return the values selected by the user in a format which DirectX understands (adapter number, mode number, fullscreen, etc.). Modification of the DLL is as easy as changing the D3DConfig.res file using the Resource Editor. It took me a little while to not overcook this problem, but I actually found a simplistic but powerful solution. Hopefully, this will help all of you out there to understand UI isn't just in the game, but also in the setup. Also enclosed in the zip is a README and a sample program. Use the .VBG file if you don't want to compile everything. Have fun, and don't forget to vote or comment on this if you want.
This is a update of the previous version, witch was given complains about to many picture boxes. So here's another better version that runs faster and has more features. Please vote and give comments.
If you are looking for simple, then i don't know how much more simple this CAN be to create and use a dll in your project for much easier use. This project just uses a few API calls as for what i have it to, but i will bet anyone can learn how to make and use dll's in just a few minutes. If i get a lot of positive feedback on this i will create much, much more to this CURRENT dll that i have started. Love to know if i have helped you. If so, i might start creating tutorials
This source code compares two database structures and wrote report or copy differences into second database. It uses DAO control and works with MDB database.
Allows you to reset the Created/Last Modified/Last Accessed date/time stamp on a single file, multiple files or all files in a specified directory. Works on all file types with all file attributes (normal, read-only, archive, system, hidden). Useful for setting uniform date/time stamps for a project deployment.
very simple code to get the color number (long) of any position of the screen
When your application is ready for system wide file-associations , this class will easily read out the command line during run-time.
This is a fully functional program designed to help in the study of vocabulary lists in German. I was doing poorly on my vocabulary tests, but after using this program, I passed every one with flying colors. Included are several lists of words, and you can easily create your own with the built-in ListEditor. There are also many modules of code to access list boxes, manipulate strings, etc. You could download the program just for those. This program started out two years ago as a text only program in GW-BASIC. At the time, that was all I knew how to do. It was a pain to change the list of words. Since then, the program has grown considerably. You can easily add words, change words and even look up the correct article for nouns (der/die/das)! It even gives you a score at the end of the test!
This program counts down till the end of the school year. Select your own date using DTPicker. Also uses SSTab nad writes to INI the poisition of the form and the date. Minimizes after 10 seconds into taskbar, with a popup menu and an Icon. Before clicking the back button, Please VOTE FOR ME!!!(My code teaches a lot of stuff)
(ALL FORMS & FILES UPLOADED) Desktop Share is a program which allows users to share their desktop. It can be used thought the internet or through a network. The program takes a snapshot of your desktop, compresses, and sends. The "Viewer" has the option of changing: Quality, Host Upload Rate, and Resolution of Pic. To connect to one another, you can either use my internet server which I have set up or connect direct through #IP (accessed through File > Bypass) which is much quicker. The server has no Response system, it is just a text file (on a internet server up 99%) which is written too, which means the name in the list are can be really old (I can add some Response and checking systems if anyone is interested)
Several webservers here support CGI. but this is the ONLY one that supports FORM POSTING (get/POST), REDIRECTION!, FILE UPLOADING!, COOKIES!, RESUME DOWNLOADS!, STREAMING SUPPORT! SERVER SIDE INCLUDES! SENDMAIL! PERL! PHP! ASP!. Plus the usual webserver features (multiple silmultanious connections, images, flash, pdf, audio, movies, directory browsing (with simple filters), html files, 404 pages, pause feature, javascript!, etc) If a website works on apache (or anything less), 95% of the time it'll work on this without any modifications! (no .htaccess, sendmail in diff place, diff filesystem, some ASP missing) OVER 200kb OF CODE (ASP, PHP, PERL, HTML, SSI, JS, VB6, C++) is included. and things like mx lookup (email without smtp server) are included. (a vote would be nice...) NOTE: set runperl = false if you dont have perl! (same for php)
A screensaver and a simple simulation all in one. Little (or big) 'bubbles' bounce around the screen, following the laws of gravity and force. Each 'bubble' has a mass and velocity, and are affected by Gravity and Wind. You can change the gravity and wind, as well as changing the mass of an individual 'bubble' or applying a thrust to it. There are a lot of key commands, so press F1 while it's running if you're not sure what to do. btw, if you look really carefully, it's not entirely accurate: but it's more than good enough for a screensaver, that's for sure :)
This will make phrase-anagrams of any set of words (like names) For example "Planet Source Code" = "Accented Our Slope" Or my name "David Michael Andrews" = "I am dad's new arch-devil" This code is a lot of fun and easy to use. Nothing 'really' useful though, if you want to vote, go ahead, but I prefer positive user feedback much more than votes. NOTE: this upload includes a 250,000 word dictionary in plain-text form.
This is a complete error handler that you may compile into a DLL and add to any application. There are a number of options for handling errors, such as adding to a custom error stack (with or without displaying a message to the user) and writing to a log file. Handling errors has never been easier!! Important: Please look as 'basMain' which initialises the error handler and gives project wide access to the object with the property 'ErrReport'. You must also include these procedures if you wish to add the error handler to your applications.