Results for "Volume: ASP_Volume2"
Now you can put any front-end onto Outlook. This work-in-progress gives everything you need to know about enumerating Outlook items (as I receive so many enquiries). Utilizaing the techniques shown here you should be able to integrate Outlook information into any application.
Makes Boring Labels look a little bit more interesting
Ported to VB from a Java port of the GNU Diff implementation. The basic algorithm is described in "An O(ND) Difference Algorithm and its Variations", Eugene Myers, Algorithmica Vol. 1 No. 2, 1986, p 251. It's released under the GPLv2
Its a button .... what else does a button do ? Note : I have fixed the click event problem :) My mistake ..... who else would it be ?
activex control which Scrolls all the controls on the form in any direction [4 directions] Please Vote for it You might had faced problems of small resolution and bigger form requirement. Here is the Solution You just need to paste the control on any form and register it with the form in form_load event using StartScroll method.
This code launched an application and wait for it until it terminate. Good for batch processing in windows. I have seen some code with similar functionality already posted here, but this one only use API calls and doesn't need other dll references.
It is similar to password cracker and behind the astriks.
Making Animated Gradien Label. Changing the background of a label.
Scan NetBus Server in your Computer or If you want scan your friends computer. Easy to coding. But it's very good code.
Quick Port Scanner. (For only Turkish WinSock Programmers. Because when I was coding I used a Turkish explains) ...
Guess what time it is! Well, errr, in a way it is, but I was more tinking that it is time for a new verson of Sub Hunter! =) The little timekiller (the game we play the last 5 min. before we trun the computer off for the night ;)) Give it comment, k? or perhaps a vote? Who knows =)
it make virtual screen to give you more space (the multidesktop review with the arange icon bug patched)(and the resolution autodetection bug)
Shows how to fully justify text in a Richedit version 3.0 control or textbox. Also shows how to set tabstops in same
Fore those who are interested: 84 functions to manipulate a picture. To speed things up, GetPixel and Setpixel is used. Note that not all functions can be manipulated in the program, but it is just to show you how things are done... Anyway, all functions (in fact they are just mods, 'cause they have no return) can be found in the module. The manipulations go from "normal" (like emboss) to very complexe deformations. Only for the advanced! See screenshot.
Demonstrates the use of the Windows API's to open a browse folder dialog box and select a folder. Code is in a module you can import into your projects. Well documented code for the beginner to follow.
Demonstrates the use of recursion to retreive the files in a folder. Code is in two mudules...one demonstrates the Windows API's to open a browse folder dialog box to select a folder, the other contains the code to list all of the files in the directory selected, including files in all subfolders. Code is well documented.
This project recursively lists all files that are read-only under the folder(s) you select. You can then click a button to remove the read-only attribute from the files listed. Great utility if you use rewritable CD's for data storage. Drag the files back onto your hard drive, run this tool on them and you can edit them again. Code is in two modules which 1)uses the Windows API's to open a browse folder dialog box, and 2)contains the code recurse the folder selected to list the read-only files and change the file attribute. Code is well documented.
An easy way to learn how to use the windows api and see how to make simple graphs that map out the percentage of your laptop battery. Email [email protected] with your comments, ideas, or bug fixes please, thanks, enjoy.
Explode the form.Zoom in and Zoom out the form
Finds all Pythagorean Triples given in a specific range.