Advertisement

Results for "Volume: 2002C"

2002C #16609
Fighting Memory Leakage

Memory leakage is probably one of the most difficult programming problems to solve. This article tell you why, and how to do it.

2002C #16401
to .h or not to .h

An article explaining why #include <iostream.h> is wrong in the C++ Standard.

2002C #16297
Code Request - algorithms for standard library string

Contains algorithms which work with the standard string. This was a code request. Contains functions like, left, right, mid, findstr , lcase, ucase etc.

2002C #16321
Programming on Linux

This will show you how to code in Linux using g++.

2002C #9386
WinPopupSimulator

My Code simulate a WinPoPup, i can Send message and receive message, i make a ocx( source code here) and another program for test this ocx(source code here)

2002C #8989
Basic Winsock Usage

This code is probably not the best for learning from, however I decided to post it in the hope that maybe it could help someone figure out the extreme basics of using the winsock control. Basicly, I wrote this to play a prank on a friend, you know just scare him a bit, but after using it I decided to go ahead and submit it, hoping maybe it would help someone out with winsock. I will say right now I don't highly expect it to be of to much use, but I hope it is. If you find you can't learn anything from it, or don't understand it, don't critisize automaticly, email me at steve81@mediaone.net and I will happily help you in any way possible. I just hope it is of some use to some people, but don't use it for anything bad, just try to learn from it. Thanks.

2002C #16611
Download a file from the Internet reliably

In this article you will find out why you just can't call a few WinInet functions and expect them to download a file for you. You will learn the proper way to download a file from the Internet, and display its progress and download speed!

2002C #16163
SuperStringLibrary

My String Library

2002C #16566
Begginer's Guide to Linux

Although this tutorial do not match the requirement of this site as it is on Linux OS and says nothing about programming but some of my friends suggested me to post it on PSC. So, if you like it please provide your feedback or vote.

2002C #9378
Conversion between Dec, Bin and Hex

This module contain function that are used to convert between decimal, binary and hexadecimal.

2002C #16612
Max Out 1.0

This is my first game! It is very fun and interesting... Its a fighting game with multiple levels of dificulty... Hope you all like it and dont forget to vote.... Also to find out more about this game and about upcoming programs check out http://brokenangel.cjb.net

2002C #9399
Comma De-Limited

This code will read a file line by line and create a comma delimited text file which can then be imported into Excel.

2002C #9328
Using the Browse Folder Dialog Box

You may have noticed that in Windows the Browse Folder dialog is used in may programs, even the shell if you have used the find program you can choose browse and the folder below appears.WITH NO NEED FOR MODULES!!! You can implement this dialog bow into your applications very easily by using the following API calls. SHBrowseForFolder SHGetPathFromIDList lstrcat

2002C #9400
Creating email and attaching a file in lotus notes

This code is to show how to create an email in lotus notes with an attached file

2002C #9380
Killer Button! (Jaws? hehe)

Don't worry, it doesn't kill your system or anything, it's for those "Yes/No" or "Register Now?" boxes, or just for a laugh!! If the user clicks "no" (or yes if you swap them) then the other button gets angry and goes after your cursor, with a snarl on its face and eyes that watch you! But don't worry! he's confined to the form.. or is he?

2002C #8860
WIN Functions

This is basically for all you prankers out there that want to scare your friends or play jokes on them..In this project I made a Module with Functions that will do many things to your Windows, but never harm it in anyway. Like: Hide/Show or Destroy the Windows ToolBar, Taskbar, Clock, Start Button, Icons in the Systray and more. It also lets you Reboot the Users computer, Restart it, Log Off the windows, and Force programs to close if they don't respond. I also made a Function that will make your Form black and cover the whole screen. Well that may seem simple but If the program is hidden from the Close Dialog box and the Control Alt Delete buttons are Disabled and the TaskBar and Toolbar is Hidden plus if the Form is OnTop of everytihng.. It will definatly scare or drive your friends crazy trying to close the program. On top of that, try to even figure out what happened? You could even put a message on the form saying "Virus Uploaded" or some lame junk like that :) To demonstrate these Functions I put together a "Enter Password" form that will do one or more or all of the Above if the user enters the password wrong 3 times.

2002C #8708
a good web browser to learn from

Power browser is the ONLY web browser that gives you the choice to block pop-up windows WITHOUT TURNING OFF JAVASCRIPT!!!! It will show you how to use the browser control and you will learn everything you need to know about how to build your own browser!!

2002C #9427
A Multi User Chat Example by Jon Cromer

this was written by my (Jon Cromer) to show people how to create a multi-user chat in Visual Basic. this was written in less than 30 minutes so there are probably some bugs. its loaded with rem statements though to help you understand what i was doing and to help you learn. - Jon Cromer

2002C #16473
YsTech Calendar

This is a simple calendar,showing one month at a time.You can use arrow keys to change year and month.

2002C #16610
Generate REAL Random Numbers

//If you havent yet realized it the //function 'rand()' will not produce //an actual random number because it //uses the same seed every time, the //way to fix this is to use time as //a seed for the rand function. If //this helps, rate it please.

Languages
Top Categories
Global Discovery