Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #235731
Display Excel Spreadsheet Cell Data

This code snippet shows how to take an existing Excel 2000 document and display the cell data from different worksheets. This may work with other versions of Excel

7_2009-2012 #217519
Chat application

Create a simple chat application betweenany two computers whose IP addresses you know. The DEMO here shows how to chat with your own computer .you can substitute your own IP with that of another person's IP and create a seperate EXE running on his computer to chat with him /her COOL!

7_2009-2012 #233600
How Do I do it in ASP.NET?

This Tutorial Will Show You How TO implement the Following Using ASP. net: (7 in 1) Send E-mail With Attachment. UPLOAD A file to a Remote Server. Create a Graphical Counter. Create a Log File for the users of your page and add their info ( ip address, country, time, data, service provider, browser, OS, ...............) to an html file. Morse Code Encoder Machine ( Text + Sound ) into your Page. Get The Country and service provider of your page visitors. Determine The Location of your page Visitors (country, city, neighboring cities, country population) and add these data to a log File...... {{each code have a sample that will show you how the code is running}} Don't forget to Comment & Vote ..........

7_2009-2012 #222713
Folder Compare

This simple program compares the file contents of two folders for similarity. It checks the latest write time, file size, and if both of those are the same, it generates a quick checkum (by adding every 100th byte) and compares that. All files are color-coded so you can see at a glance the difference between the folders. You can change the color-coding scheme by double-clicking the colors for any item in the top part of the legend. NOTE: I've left the binaries out of the zip file, so you'll have to compile yourself. Hope you enjoy, and please remember to vote (I'm just curious!) -Mark

7_2009-2012 #235456
php pagination

this is basically a simple class which will handle the pagination.

7_2009-2012 #235735
Sharp Invader

Sharp Invader is an arcade style space shooter programmed in C#, using part GDI and part GDI+. The download not only includes the game and source code, but also a map editor which you can use to toy with the game map. To get the game to work you MUST follow these steps; Compile the GDI, Game and SharpInvader projects. Once that is accomplished, copy the GDI.dll, Game.exe and SharpInvader.dll into the main SharpInvader directory (the same directory the readme.txt and space.sim files are located in). You should now be able to play by running Game.exe. I apologize for the slight inconvenience. This is my first upload to this site and it automatically deletes any compiled .dlls and .exes. :(

7_2009-2012 #217523
Move Form without a Title Bar!

This code will allow you to move your Forms without even having to have a Title Bar! So this means if you choose to make your Form's BroderStyle 0-None, which means no TitleBar, you will still be able to move the form with this code! You can do multiple things with this code also like: Clicking on the form and dragging to move the form, clicking on a Label and dragging it to move the form, clicking on a CommandButton and dragging it to move the form and so on if you get the picture :-) This code is very useful and cool if your sick of that dumb old BlueBar on the top of your form and want to make your own cool TitleBars and Borders and anything else that you put your mind to!

7_2009-2012 #238187
Pic2Text

This program takes in an image, and outputs a fixed-width text file that visually resembles the original image as close as possible.

7_2009-2012 #217550
Disable/Enable CTRL+ALT+DEL

' This code disables/enabled CTRL+ALT+DEL pressing ' To disable CTRL+ALT+DEL, call the function Disable_CTRL_ALT_DEL ' To enabled CTRL+ALT+DEL, call the function Enable_CTRL_ALT_DEL

7_2009-2012 #221292
Chess: 8 queens solution-- using a stack

Goal Write a stack-based program that solves a variation of the classic “Eight Queens” problem. Background In chess, the Queen is the most powerful piece in terms of attacking and defending. A Queen can move as far as she can in a straight line forward and backward, side to side, or diagonally, only being stopped by the edges of the board and other pieces in her path. Thus, Queens typically attack many squares on a chessboard, and often this ability is used to attack several enemy pieces simultaneously, or protect several of her own pieces, or both. This gives rise to an interesting chess puzzle: can eight Queens be placed on a chessboard so that no two Queens attack each other? Details The traditional technique for solving Eight Queens is to use a backtracking algorithm, in the form of recursion. The main concern with this approach is that there are 4,426,165,368 different ways to place eight Queens on a chessboard; this is far too many positions to process. Thus, heuristics have been developed that reduce the number of positions to try. The first is to note that only one Queen can be placed in any column, since two Queens in the same column attack each other. By only considering boards with one Queen per column, the number of positions is reduced to 16,777,216, a reduction of 99.6%. By making the same observation for columns, the number is further reduced to 40,320 positions – certainly few enough to be examined. Further heuristics can even reduce this number. Our approach will have two twists: first, we will use a nonrecursive algorithm; second, we will be given the position of one of the Queens, and we must place seven more on the board so that none attack the others.

7_2009-2012 #234781
Popup Guard

When surfing the internet do you ever come across annoying popup ads? Popup Guard is an attempt to fix the problem. 100% free source code! Special thanks to Mohamed Magdy H. I used some of his code from the Popup Eliminator posting on psc.

7_2009-2012 #223719
Matrix Multiplication

It takes a user inputed matrix and multiplys it by another user inputed matrix producing a matrix...

7_2009-2012 #224410
AlphaFix

Tired of those ugly black shadows you get from WindowsXP Alpha Icons? Sure DrawIcon solves the problem, but sometimes you just want to pass a bitmap, created from an Icon, to an Image property. This project shows you how.

7_2009-2012 #217551
ActiveX UltraTimer Control (UPDATED) w/ SOURCE

The UltraTimer Control uses NO APIs. Just pre-set the total interval any where from 1 millisecond to about 24 days. Set the TimerMode to fire Periodic or One-Time timer events. Initial Interval is calculated in milliseconds and up to (59999ms), then combined with the Minute and Hour intervals for the total interval between calls to the control's timer event. Also fires MinuteAlarm and HourAlarm events. For more details on this and other controls created by Paczero, visit http://www.paczero.cjb.net

7_2009-2012 #221714
Designs

Play with circles and lines.Learn how to blink text in the graphics mode add sound and lots more Visit www.gauravcreations.com for more cool programs

7_2009-2012 #225923
Crystal Report export to PDF without writing to disk on server

Exports a crystal report to a pdf using two streams.

7_2009-2012 #233707
The Most Simplest File Upload

ASP.Net file upload

7_2009-2012 #226936
Win32 Ping Utility

This is a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been modified alot though.

7_2009-2012 #232921
Drag and Drop DataGrid's Column

Share

7_2009-2012 #217552
*FIXED* Percent Bar Without a VBX

This function will let you make a percent bar without a vbx. Now you don't have to add a vbx to your program making it a bigger hassle, plus you can now pick any color percent bar you want

Languages
Top Categories
Global Discovery