Results for "Volume: 5_2007-2008"
Compresses strings, most effective on bitmap files
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.
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.
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
Allows users to be able to send keystrokes to dos programs running in a windows95 dos box
This article will help you learn to use Inheritance to extend other classes and add functionality to the standard controls shipped with .NET
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.
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)
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.
You create a funtion that can open a file with just one line of code.
This code shows the size of any given file in bytes,K/bytes and M/bytes....
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! :)
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.
This code returns a true/false if a specified drive/directory/pathname exists. This is a small, fast routine.
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).
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.
Just to show how to read a txt or .dat file in vb.net
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.
this list alls the files in a the current directory
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