Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #225715
Internet

Do some tasks with the internet utilizing WinInet. Download documents and view html of pages. Extremely well commented.

7_2009-2012 #218395
A Browser with trimmings!

This is a full web browser, with back, forward, refresh, etc. Also has a HTML editor. Its very easy to use & to change (code wise). I have also included all of the forms as well as the application. If you like it, plase mail me! Enjoy.

7_2009-2012 #230465
LCD Writer

Writing text to a character LCD.

7_2009-2012 #230613
Write A Simple Operating System Now !

The Simple Hello World Operating System package contains a boot sector code(ASM) , boot sector writer , an exe header stripper , and a simple guide on how to build a small OS which prints a Message "Hello World !"

7_2009-2012 #218402
PacMan

Emulates a pacman game in it's simplest form.

7_2009-2012 #230614
copy boot

Copies 512 bytes or 1 sector of binary data into the 1st sector of any disk. Useful for copying boot sector codes into floppy disks.

7_2009-2012 #218361
Scrolling text Vertical Horizontal and Diagonal !

This code easily scrolls text Vertically, Horizontally, and Diagonally. Project includes 2 buttons that change texts direction on the fly. This is created with very little code. All the other scrollers Ive seen are far more complex than they need to be. Please comment if see a reason for the more complex string manipulation versions.

7_2009-2012 #231168
Combinations

Combinations of 3,4,5, and 6 letter word or number

7_2009-2012 #235402
The 2D Game Engine (Scroller, like Pokemon)

My game is a tile based game, where you control a man that walks around the screen. It was created for a school project. Before this project, I had never worked with VB.NET's GDI+ components. This project is created from scratch, and was inspired from http://www.vbprogramming.8k.com/tutorials/RPGProgramming.htm . Since VB.NET is relatively new, there are very few games for it. I found it quite difficult to create something with almost no other sources. I hope you enjoy and learn from this code, for it was quite difficult to write. This program does not use external API's like other mini games I have seen. It uses the e.Graphics of a form. This program will teach you how to use classes, how to access a form from a class without creating a new one, and much more! Changes: Main change is the engine. I created a loop with doevents, invalidate, and sleep, whereas the old program would simply react upon pressing a button. My game creates a bitmap in memory and prints the smaller tiles all to it, in the correct order and position as the map file shows. Instead of a loop to print each tile seperately every frame, it simply prints this one background once. Instead of Passable TRUE OR FALSE tiles, I changed the map file to speeds, so that different tiles would make you walk different speeds, ie. tall grass (slower) and a street (faster). Some smaller changes... I would still like to thank the tutorials at vbprogramming (see link in text above). This code is not copy-pasted. It is created from scratch upon the ideas of another programmer. Please vote! Thanks!!

7_2009-2012 #217858
DateFunctions

Use this module to do many calculations concerning dates. I will maybe add a few more later on. This module inlcudes the following Functions: 1. DayOfWeek (Returns the day of the week of a certain date) 2. DayOfYear (Returns the day of the year, eg. 31 December 1999 will be 365) 3. DaysBetween (Returns the amount of days between two dates) 4. DaysInMonth (Retruns the days in a specified month, eg. 29 in February 2000) 5. DaysInYear (Returns the days in a specific year, eg. 365 in 1999) 6. IsLeapYear (Returns whether a year is a leap year) Come on in, and take a look!!

7_2009-2012 #217859
c_Array

This class can do EVERYTHING that a collection can do, and more! Collections are slow and use alot of memory, as far as I know. With this class you can enjoy the same Add, Remove, Count and Item methods of a collection as well as new methods which are, MoveDown, MoveUp, Clear. Check this!! I've written it so that you have the ability to access items by either specifying its key or index!! Enjoy!!

7_2009-2012 #218410
Large File Splitter

Uses Windows API to properly split and join large files. This code is extremely efficient and will split a 14 meg file into 1 meg chunks in just over 5 seconds depending upon your harddrive speed. This is not a weak attempt at the Line function (Like some other posts). This is the real deal. ** Updated Nov 30, 1999. **Now includes split to file count or file size. Creates Batch file for quick rebuild and no longer needs the Common Controls or Common Dialog box OCXs. Uses API calls instead. Includes code for a simple Progress Bar Replacement.** Updated May 23, 2001 **Added Copy to Floppy

7_2009-2012 #223353
Various String Functions (VB like)

Allow users to do the following string functions using a char* or a string: IsNumeric (Checks To See If A String Is Numeric) Upcase (Uppercases A String) Lowercase(Lowercases A String) Trim (Trims The Spaces At The End Of A String Of Chars) RTrim (Trims The Spaces From The Begining Of A String Of Chars) LTrim (Trims The Spaces At The End Of A String Of Chars) right (Trims Chars From Right To Left Of A String) left (Trims Chars To From Left To Right Of A String) mid (Trims Chars To From A Starting Position To Right Of A String) Included in the .zip are the .cpp and .h of StringFunctins along with main.cpp and main.h which is a simple console program to help show how the functions work. This is my first posting. Comments are welcome

7_2009-2012 #234907
Screen Capture UpDate

View screen shots allows custom capture, active window and desktop capturing. I used various sources on the web and made a gui that minimizes to the system and uses a context menu for option and F11 hotkey for window capture. Added Option Strict and Option Explicit which was overlooked and now the custom capture now copies the image directly without making a new file.

7_2009-2012 #233676
DX9 Tools 2D - *NEW* v1.2a

UPDATES: (1) Fixed LoadTextureFromBitmap() so that it made high quality bmps instead of that pixelated stuff ----- DX9 tools is all you need to get started, actually, be in the middle of making a new 2D, DirectX game. :) The reason you will be in the middle is because DX9 Tools does all of the DirectX stuff for you! Yes, that is right; you don’t need to know any DirectX code to make a 2D DirectX game when you’re using my DX9 Tools! Now do not get me wrong, you do need to understand game-related things. DX9 Tools does not write a 2D game for you, it gives you access to DirectX in a very simple manner so that you don’t have to know any DirectX code, which obviously gives you a giant head start on making 2D games.

7_2009-2012 #218411
Common Dialog API calls

Here are the Windows API calls for the ShowOpen, ShowSave, ShowPrinter, ShowColor and ShowFont (Thanks to Jaen Saul aka SlowByte for his post) dialogs. Also included is the beginnings of the ShowFonts dialog but I am haning some trouble getting it to work. These calls are more difficult to use than the CommonDialog control placed on a form, but don't have the version conflicts that Early-Bound and Form-Bound ActiveX controls have. In addition, I have added the ability to center the dialog on the form or center it on the screen.

7_2009-2012 #228880
Validate an HTML form control against a database without submission

I was fed up with entering a username on various websites, posting the form only for it to return with a server posted message that the username was already in use. This function will alert the user if the value he had entered was found to be already existing without the form being submitted. Later flavours of I.E. only

7_2009-2012 #218412
VB Timer Replacement

This is an OCX example of the SetTimer and KillTimer API calls. You can essentially replace the VB timer with this example. The Interval property can be set to as long as 24 days. It also has a ProcessPriority property to easily change the priority of your application. NOTE: Priority level setting DOES NOT WORK on XP or Windows 2000. It won't error out anymore, but the process priority setting code was causing the error. Fixed 12/10/2004

7_2009-2012 #228670
_Useful and easy time and date class

This declares an easy to use time and date class with built in functions to generate string outputs of time and dates. It has a built in stopwatch, which doesnt work w/ borland and should be commented out. It has an example program which demonstrates the basic use of the class. (again, make sure to comment out the stopwatch section for borland users, it DOES work with MVC++)

7_2009-2012 #231269
Calculator & Numeric Analysis

It is the code of a scientific Calculator With all Functions of a Scientific calculator... It has no built in functions like(sin,cos,log...) And also it has a Part for The numeric Analysis Problems e.g(Cramer's Rule,Newton Raphson,Bisection....)

Languages
Top Categories
Global Discovery