Results for "Volume: 7_2009-2012"
I call this file search class cDirEx. Other file search examples on this site are pretty nice, but I wanted one that would return each file immediately after a successful match. So I came up with what I call, real-time file return. This search class lets you control the files searched by specifying certain file attributes to search or ignore. Recursive and Case Sensitive searches are supported as well.
This is a MineSweeper clone, made a day I was bored. Fully functional and commented! The game algorythm might interest some people. If not, just drag-and-drop to your trashcan ;-) PS:If someone knows another algorythm for it, I'd be interested...
Hex Editor - Add,remove, edit bytes - lots of features - check it out!!! Please Vote For Me
Ok, a while ago i posted some code which was an xml event log, in that i said that i could provide the nt event log source for direct entry to the event log. well here is that code.. i thought it would be a lot simpler it i just poasted it here for everyone. hope that you all find this really useful. if so.... vote for me please .... thanks. with a little modification you can use this in Active Server Pages as a basic MTS/COM Object
This is a basic tile engine that reads text maps. Uses bitblt. Please leave comments and vote if you like it! thnx
This code will show you the basics of lines. In this example, I made it create a 3d box which you can rotate, scale, and move around. This may be considered 3D, but it is very basic!
MUST see screenshot. This is further work on the previous Hex Grid Generator entry a few days ago, but now with primitive homemade graphics (don't laugh) and functionality to create maps. Since it's going to be a fantasy strategy play by email (PBEM) game, it also includes an address book where you set up people's names and their emails for use when setting up a game once I've finished coding it, which will include fighting units that level up with experience, auto-combat rules, movement, building structures, spells, etc. Also note this program only works effectively with screen resolutions of 1024 x 768 or higher. Bonuses: This code makes extensive use of classes, including my own BitBlt Engine which I use all the time to load graphics into memory directly from files, and then with some very easy commands I can paint without the hassle of all the BitBlt or StretchBlt parameters unless I need to use them, so check it out as it's well commented. This project also includes a nice ini file class which I've used for years. And you may find the handy little Help Form included to be useful in your own apps. The response to this entry will determine if I post the entire completed project to PSC as it develops or not since I'm starting to feel protective of the complex growing code. But if it's something enough people are interested in, I'll keep posting. In such an event, my tentative title for this game is Battle Squads so keep a lookout for it. Plus, are there any game tester guinea pigs I could use in trying to help find game balance when version 1.0 is complete? (You'll end up in the credits). Opinions are also wanted to some questions I'll post in the response area, and as always, a vote would be appreciated.
extension of original charmap.exe. includes magnifier - html entities and colours.
is it a steganos security kit (secure disk) clone but it make a floppy disk for the key generated by md5 check sum of file its a thig to see
Check current stocks on any exchange if you know the ticker symbol.You can now save favorite symbols, print the graphs, check online status, even knows if your on a LAN, proxy, dialup, etc. This is an update to Rokinroj's VB MarketWatch - I have updated his project to GET from a valid stock quote site. Nothing else in the VBMarketWatch project has been modified.
Checks the input from the user. Example dd/mm/yy only allows numeric input and the / key. Currency only allows numeric & $ , . Keys.
This is a quick and dirty example of how to add IntelliSense (like the VB IDE) type functionality to your apps.
An explaination of these easy API's.
This code demonstrates how to capture keyboard inputs all over windows. A class module is provided, and a 2nd example is provided to capture all keyboard keys, including special keys
introduction to game making (very simple.
The code, displays information about the memory status of your system.It gives you the ability to see your current:available Ram, virtual memory, page file, total Ram, etc.If you like, please vote for me.
ActiveX dll source code & test project which monitors a directory for changes. It will watch for files being added or deleted, and changes in attributes or size, and raise an event when a change occurs. I have not used any api calls for this, so there ARE more efficient ways to write this code. I needed to get it done, and was having too much trouble with the api calls working smoothly. I don't care if you vote, but would really appreciate constructive comments. Thx
The modual contains 3 functions (full documentation is included in the modual) that let you change bits in a numeric value. This is very usefull as you can store 8 Boolean values in a single byte. It is also usefull for reading headers from Binary files (ie MP3's, MP3 ID3v2 tags). All of the functions are acheived using the AND, OR and XOR operators, also a good example of using these operators.
This simple program generates random numbers using the basic mathematical methods. The methods are 1. Mixed Congruential 2. Multiplicative Congruential 3. Additive Congruential. Understand the simple mathematics involved! No API's used.
Create a very very nice splash screen that will impress a user in 2 steps. The effect is hard to explain, but it is really eye catching.