Results for "Volume: 7_2009-2012"
This is pretty much the same as the last one with a scene in the background. The only thing left to do know is have Colition Detection. Unfortunantly I am not going to continue with this game any longer because I would rather work with c/c++.
Create Excel Spreadsheet without Excel automation. A port from vb6(enclosed) by Paul Squires at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11898&lngWId=1
Discuss .NET is a simple, flexible and yet very powerful forum application. It covers most functions and will be updated with new features frequently. The total deployment takes less then 30 minutes. Since there are no "hack" configurations, all settings are quickly set.
Makes Use Of Tables to simulate Tabs.
This code will check if a connection is opened to the internet , if not , it will show a messagebox ! easy ... i like this way because am a new programmer!!!
A newer version is out called Punkedit can be found in quick search.
In this article, we will develop a .NET Web Service in C# that requires authorization credentials.
This is a Basic Example. P2P communication with 2 WINSOCKS. Here you can learn the differences between Winsock for Vb6 and Vb.Net.
You Need a password to enter. Supports muiltiple usernames and passwords. Simply easy to add,edit, or remove usernames and passwords. The code is in html form already for easy copy and paste. This code is worthles if you do not have frames if you need help on working with frames email me!!!! IF YOU LIKE THIS THEN PLEASE VOTE FOR IT!!
This is the graphics header file for all of you who need for making graphics. if you need any other header files, don't hesitate to ask... and yes please comment on the programs I have writen.
This is just a modification of the source code of the original author. I fixed it so it will look CLOSER to the 1st scene in the THE MATRIX movie, where NEO first appears. This demonstrates the use of DELAY() func... BEST RUN ON FULL SCREEN MODE... note for the author: forgive me for modifying ur code... wel i just corrected it!
This Comprehensive, Effective way to store images in the MySQL database server. You can store images in MySQL and access then very easily.
Want to display line- or areagraphs on your webpage, but don't feel like spending any money on buying a charting component or don't the time to develop one yourself? Then you should have a look at TableGraph. It will draw your graphs in an instant using nothing but plain old HTML-tables combined with JavaScript. But don't let that fool you. TableGraph is fast, HIGHLY customizable, and since its made entirely with JavaScript, you won't have to install or download any components to display the graphs. Another plus is that since all processing is done on the client-side, displaying graphs won't cause any extra strain to your web-server! Please note that this is NOT just another simple bar-chart script!
This is my first REAL javascript. This... hopefully... will be put to good use. Though This is very simple and there are more than likely other people who have submited thisBear With me i'm a begginer!! I hope you like it. Questions or Comments? Email them to me I hope you Like this
see the screenshot. it does to much to write here.
CAPTCHA CONTROL: myImageSecurity v 1.1 (With and Without GD Both Versions) This code provides Man-Machine Interaction (Human Interaction) for Web The security string is generated with randon angles. This simple but Powerful PHP is code used to verify True Human Interaction on the web. This Avoids automated submitions or spams on the web. The Code is well commented and very useful to restrict the user with Human Interaction only. NON-GD Version: This Version does not require GD support. Images are taken randomly from file source. Please Vote us to give better and better code in future. Thakares Infotech, Aurangabad MAHARASHTRA - INDIA Please Visit: http://www.thakares.com E-Mail: psc@thakares.com LIVE DEMO AT http://www.thakares.com/?page=contact
This is a nice example which shows you how to create a translucent window under Windows 9X/ME. Windows 2000/XP has an own function for this. Windows 98 AlphaBlending functions, but Windows 95 has nothing, so I decided to use a external function for AlphaBlending (win9x) and I used for Windows2000 the SetLayeredWindowAttributes function. The functions in gdiu.cpp were written by Graus an other programmer who works for a Programmer's Journal. To use the code in your own applications copy the files win9Xtranslucent.cpp, win9Xtranslucent.h, win2000translucent.cpp, win2000translucent.h into your project and look at translucent.cpp, win9Xtranslucent.h, win2000translucent.h how to use the functions. IMPORTANT: The code is not perfect! So it can be optimized. If you want to optimize the code do it like you think it's good for your project :-) For best optimitation the code must be rewritten into DirectX code. HOW DOES IT WORK: When the application starts a copy of the desktop will be made (WM_CREATE). On the first WM_PAINT message a copy of the window will be made. The WM_PAINT message is the message where the most work is. First we calculate the size and position of the window, then we check the intersection between the backuped size, position and the new size, position. If there is a intersection we copy a section from our background backup bitmap into the new background bitmap to hide the old window. Then we copy the new position, size to the backup position, size. Now we create 2 bitmaps: the first is a copy of the window rectangle from the screen (without the window), the second is a copy of the window. This 2 bitmaps are the arguments of the AlphaBlendU function which will create a new bitmap. This bitmap will be drawn on the screen. And at last we create a new copy of the screen. The old copy is the background backup bitmap. On WM_WINDOWPOSCHANGED message we POST a WM_PAINT message to our window for updating. NEW: In this version the size of the window can be changed! _____________________________ Please vote it :-) Sorry for my bad english.
its the simple x-o game or tic-tac-to built on javascript using some terms of artificial intelegent to let the computer play aginst u , i put a small case that the program didnt cover to let u learn how to cover this point.
To save an Embedded Resource and save to file. This will take any embedded resource and save it to any filename you want.
An image editing program that currently supports Windows Bitmaps, PCX files, and my own attempt at image compression, the HCI. It has editing functions such as resizing/scaling with or without bilinear filtering, and a double size scanline feature; Rotation by any angle; Fitting the image to a wave or the surface of a sphere; and smooth filtering (to name a few). This is a work in progress so some features are still incomplete and buggy. Someday I'll get around to writing a help file but that will have to wait untill I'm not so lazy.