Results for "Volume: 7_2009-2012"
This program allows you how to we can map textures in a 'Spherical deformation', helpful for rendering 3D backgrounds (as cieling) for exemple. include filtering.
This project shows how to use HTML pages in VB applications. This application uses the IE control and an HTML page, to mimic the look and feel of the new Office 12 Ribbon Menu.
Code takes a track of pictures from application path to the procedure.
This submission is based around Zellers Algorithm (whcih calculates what day of the week a date falls on) There are some other "zellers algorithms" on the internet that do not work, this one is from the MEI Decision Mathematics 1 book (about page 1 I think). From this code I have created a calendar that can show a months worth of days from the year 0 to the year 9999 (though they're Gregorian dates not Julian for dates, though that could be an option for the future!) Oh and it can calculate leap years as well
This is Sample application for studying MSFlexgrid ctrl
A sales and inventory. just sharing..
DM Start Page Armor, is a small project to allow you to protect your start page in IE, one of the most common reason for ppl getting virus is by ppl changeing your start page and makeing it connect to downloaders etc, so I made this to add a little more protection, each time an attemt is made it is blocked there and then, you can enable sounds of block it without alerts, you can also lock the startpage in IE so users can edit it, and also lock your hosts file, Please vote if you like this code.
I write this code for a clint who wants to make his bills print and save them. SO i made this. It is to easy + u can also print it and also save the bills. It is basically a Cloth Raising industry. So it is very fast way to make bills and make print. enjoy it :)
11/04/07: Fixes by Ed Wilk 03/04/07: ListIndex bugfix. (Thank you Ed Wilk) 29/03/07: Bugfixes. 4th July 06: Added gridlines, sorting & dynamic header resize. In the process of changing to API draw functions. Thanks to TerriTop! My previous entry used linked listboxes and was too slow when the listcount > 10000 so I started a new, completely different owner drawn project. It's nearly finished but I wanted to find any bugs before I use them in my projects. Please help me complete it!!! (14KB Zip)
This code is intended for the video store using video rental system. The system can automate the process of renting tapes and receiving returned tapes, including calculating and printing patron bills, which may or may not be done at the same time the tape is returned.
Travelling Salesman Problem example
This usercontrol is a very interactive replacement for old VB shape control. Interactive just in IDE, the end user of an app gets the nice design only. But the programmer maybe gets the most interactive VB usercontrol ever ;-) ! Adjust gradient parameters, postions, designs directly on the screen, no need to use the property box for every single value. Thx to Carles P.V. we have fantastic gradients and thx to Lavolpe we have MANY fancy forms for modern screen designs. Anti-aliased circles, endless combinations of colors with shapes are inviting to play arround with. All put together in a selfcontained, ownerdrawn and documented usercontrol (without any subclassing or timers) by Light Templer. Enjoy ;-) _________ UPDATE 1: (1) Fixed the error raised when drop a new control error onto form with 'Break on all Errors' switch activated. (2) Added a VB5 "version" - Its totally the same control just stripped out the usercontrol property VB5 don't have (ClipBehavior). Sorry for just a simple demo form here. _________ UPDATE 2: Rebuild the demo form and added a 2nd (more serious) demo as requested. _________ UPDATE 3: Fixed the problem coming from german VB version (storage format of single var properties in .frm demo file) with a universal small function to get the value in all cases. _________ UPDATE 4: Finally got this strange error of don't working on some systems! A BIG sorry! Now it should be fine on every VB / SP version.
Depths Of Despair MUD (multiuser text based game) Stand-alone server. Check out Description.txt in the download for a better look of this. This game is not complete, but is massive. I think i have given up working on it, seeing as i havn't touched it for awhile now. I would guess that is is about 80-90% complete, maybe even more. Game features include: movement, items, spells, weapons, monsters, quest, combat, time system, money system, rooms can have doors, emotions, evil system, familiars, private user guilds, hunger/stamina system, ability to write notes in game and leave for other players, ability to form travel party with players, projecttile weapons (guns/bows and arrows), shop's are set up, players can sneak and backstab for more damage, theiving system, train and level up and adjust stats how you want, Custom scripting launguage to add many more custom commands, monsters roam the realm, plus many more im sure i've forgotton. This game is about 30,900 lines of code. Lots to look through. I've included all the documents i've compiled as i've created this. It could help decode how things work. The database for the game is bassed in Access, so im not sure if it will work if you don't have it. It can accept telnet connections from most any client. It sends out the text with ANSI codes for color, so a client with color would be the best. XP telnet works great. I have also included a telnet client i was working on. It isn't complete or perfect, but it works pretty decent. But it is just a barebones applicaiton. The games purpose was to be a completely editable MUD, so things can be changed drastically. I have included an editor (and this also isn't copmlete...), but its about 90% complete with some bugs in it. It can also explain how lots of things work. There is tons more inside this project, but i would have to write so much, it would be better to just check it out. Feel free to use this code or whatever, just don't make any profit from it, unless you include me. And keep my name attached to what you take. I don't claim to have wrote every line, but i was say a good 95% is mine.
Encrypt and decrypt ms access(*.mdb)
Although unfinsihed but the codes and database i used here will truly help beginner programmers to understand the use of standard forms, listview, MS access database conenction, and other technicques. I wrote this project for an unknown friend over the net who just requested me to help him. Likewise, i made it to be public for others who may also wish to get little techniques out of this codes. I have more projects available for request.
Ever wanted to use the Windows original form for selecting printer / computer / folder or file? No need to create your own form. No need of any control such as drive list box, Folder List Box etc. This one is for you. Try it, purely API based. Vote if you think that it may be useful for you at some stage! Thanks!
Nise little project to view the contents of zip files anyway I made it as a Class DLL so you can easy load the dll into your projects, comes with full source of dll+ example, can view all files in size includeing, sizes, ratios, Paths, and much more, Example project allows you to also use the listview and add the files and File icons, etc anyway there maybe one or two bug not sure as it only took 30 min to write anyway hope it maybe of some use.
how to disable and enable taskmngr few lines only... no API no complicated stuff "i red that somewhere in psc"
Demonstates basic 3D render and animation over 6 progressive exersizes. From a basic worldview grid to multiple 3D objects.
Ever wanted to alpha-blend the images in your program? Or to apply Grayscale effects? With this class you'll be able to do it! This class is fast and the code is self-explanatory so you can add your own effects! This code uses API and DIB sections, so it's very fast and doesn't have any dependencies at all.