Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #194802
Compression, uncompression using RLE-algorithm

Compresses strings, most effective on bitmap files

6_2008-2009 #199633
A Portable DLL/SO Solution

The following section is a survey and overview of the means to provide portable ‘plug-in’ capabilities for applications. ‘Plug-In’s are compiled libraries from which symbols (functions, variables, objects) can be imported during run-time.

6_2008-2009 #210397
Date Picker or Pocket Calendar

Popup date picker. To choose date from date picker or pocket calendar. I developed it using PHP. I hope it could help. Don't hesitate to email me if you need to do so.

6_2008-2009 #198663
Olympics 2000

Hey the olympic fever has hit planet source code too.Check out this code For some advanced graphics programs and help please visit www.gauravcreations.com

6_2008-2009 #194803
clsSendKeys

Allows users to be able to send keystrokes to dos programs running in a windows95 dos box

6_2008-2009 #206334
Using Inheritance to add functionality to standard controls

This article will help you learn to use Inheritance to extend other classes and add functionality to the standard controls shipped with .NET

6_2008-2009 #200508
Absolute Recursive factorial function

Recursive factorial function a recursive function is a function that will call itself it is probably the most difficult type of function designing but when you get use to it, you'll find it VERY USEFULL the c++ version of this function is also available write here.

6_2008-2009 #200509
Absolute Recursive factorial function C++

C++ VERSION OF Recursive factorial function It will get a number and gives you it's factorial using a Recursive function ( a function that calls itself)

6_2008-2009 #194800
DebugTimer

Have you ever been asked: Which part of the routine is taking so long? or did you ever wonder what function was bogging your app down, or did you ever just want to time a particular statement or function? Welcome to DebugTimer. It's not a resource hog and uses no active-x controls... just the built-in Timer function in VB. This is a very easily implemented class module that allows you to time any line(s) of code or functions or whatever. You can even use multiple timers or nest them. I wrote this to determine the length of time it took to perform various stored procedures, and it worked great. If you have a similar need, I'm sure this will do the trick.

6_2008-2009 #194804
How to open a file with one line of code!

You create a funtion that can open a file with just one line of code.

6_2008-2009 #197852
File Size

This code shows the size of any given file in bytes,K/bytes and M/bytes....

6_2008-2009 #200655
SChat verson 0.50

The purpose of this application is to provide a direct communication between 2 computers in a peer to peer like environment. This code should be a great start for people who want to build a full blown chat program using C/C++ and Winsock. This application has been tested and compiles under Windows 98, Windows NT/2000, and Linux. I hope by releasing this source code that other people who want to learn C/C++ networking using Winsock can pick it right up and learn from my program. I know I had a fairly hard time finding example apps to learn from. Gotta give back! :)

6_2008-2009 #200656
A Metric to Standard Conversion

To convert many different measurements. For example for feet to meters, and back. There is an easy menu that guides you to what you want.

6_2008-2009 #194805
File/Directory/Drive Exists (Updated)

This code returns a true/false if a specified drive/directory/pathname exists. This is a small, fast routine.

6_2008-2009 #194806
GetShortFileName

A short pathname of the passed string containing a long pathname. 'For example it turns "C:\Windows\MY Long Path Name\My Long Name File.txt" into "c:\windows\mylong~1\mylong~1.txt" (The actual resulting pathname is determined by the short names that windows assigns to all files and directories). 'This is useful when you need to create a fail proof pathname (assuming the file exists and is accesible).

6_2008-2009 #194807
Exclusive Mode (Updated)

This function allows the application to enter and exit exclusive mode. In this mode any message boxes or prompts from Windows and other applications will not show up infront of the program. This is useful when you don't want anything to come up infront of your application window.

6_2008-2009 #211608
How to read a .txt file in vb.net

Just to show how to read a txt or .dat file in vb.net

6_2008-2009 #202439
Hiding Processes

The object of this short tutorial is to demonstrate how processes can be hidden from the windows, its taskbar, and its task manager. It also contains my code to hide from the task manager on 9x machines without crashing when run on NT, or XP.

6_2008-2009 #209456
A file indexer / lister

this list alls the files in a the current directory

6_2008-2009 #199501
Percentage Bar Indicator

A percentage bar indicator. Can be used to create a "relevancy" statistic bar for custom search engine, to display user voting statistics (ie, 3 out of 4 stars), or display any other percentage graphically. See also my ASP.NET/C# version: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=3415&lngWId=10

Languages
Top Categories
Global Discovery