Results for "Volume: 7_2009-2012"
Abware automatic error handling tool. This is the new version of my well known 'Automatic error handling tool'. the amount of downloads and the grades you gave it, encourage me to upgrade the tool and share it with you guys. The latest tool has all the functions of the last one including some bug fixes, MUCH better GUI, faster algorithms. You can brows for a VBP project and the tool automaticaly finds all its modules and functions and if you like it will insert error handling code automaticaly to all the functions you selected. there is a color view of the code before and after the changes and only by pressing the 'TRANSFER' button will commit your action. additionaly, you can view the code interface which is the function declaration with the remarks but with out the code so you have good view of the functionality of the module. The tool also inserts a centeral error handling function to deal with all the errors. I used this tool in a very big projects (100+ ctls, 100+ forms, 50+ modules) and it worked lighting fast. In return to sharing you this tool, i only ask you to report bugs if you find'em. Thank u very much. Adi barda israel.
This is a gradient progress bar demo using custom activex control. There are six colors altogether : blue, green, grey, purple, red and yellow. Each color comes from different control. If you want a custom gradient progress bar in your project, this is the best solution for you. Leave comments please. Also, please put some globes for my work.
This is a remover for the known worm msblast. This is not a professional msblast remover so please do not criticise (bad) my work and do not compare it with other (pro) removers. Please feel free to leave comments, I really wanna know what you think about my work. Oh, and if you find this usefull please vote for it!
Hi guys, this is a tutorial on using all the 28 API related with Windows information. There are brief description about each API, detail information about each API (such as declaration, parameters and return values) and examples on using each API. There are 35 examples altogether. Hope you will benefit from this tutorial. Happy coding! Leave comments and put some globes for my work.
detect various components such as DoesDotNETFrameworkExist, DoesIE6Exist, DoesIISExist, DoesMDAC27Exist, DoesMSSQLServerSP3Exist, DoesSQLServer2kExist, DoesSQLServer2kExistEx, DoesWindows2kSP2Exist, DoesWindows2kSP3Exist, DoesWindows2kSP4Exist, DoesWindowsInstaller2Exist etc.
Hi VB newbie, do you know how to use for...next loop? If you don't, never mind. Read this tutorial to learn about that. You will learn how to use for...next loop by explanation and examples by me. Leave comments about this tutorial. Happy coding!
This program acts as a calculator for Special Relativity problems ranging from Length Contraction and Time Dilation to Relativistic Velocity Transformation Equations. This is all based on the Lorentz Equations and Einsteins Theory of Special Relativity.
ActiveX DLL Project and accompanying demo to demonstrate LUHN Formula (Mod 10) for Validating Credit Card numbers. Also validates the expiry dates to make sure card is not expired... Validates following cards: American Express Diners Club Discover JCB MasterCard Visa Fully commented and very usable functions provided within the DLL for use in many of your credit card validation needs. Once you properly register the DLL, try the demo...
Use windows current user login and password in your program, in windows 2000 and XP.
This code shows you how to use Real pointers with VB. Everyone who jelled that VB has no pointers is simply wrong! VB arrays are just pointers to memory and it's quite simple to change the address of these pointers. It's pretty usefull for fast memory access without using a crappy CopyMemory call (the CopyMemory way would a) create memory garbage and b) create overhead because data moving is slow [though cpymemory is faster then manually moving data]), though we still need 1 small CopyMemory call but it's just a helper.
Here it is... a program through which you can monitor how other program communicate through the internet. It creates a log of all the requests to servers and their replys. Of course this works only behind a proxy. Other programs connect to this program and this program further connects to a proxy server. And so in between, you can monitor what data is transmitted and received. It has many good uses: for eg. you may want to know how to send HTTP requests to a server, in that case you can use this program to monitor IE. plz vote :D
Slim your harddisk! Most of your Windows applications temporarily create several files on your hard drive when they are running. These files are supposed to be removed and the space recovered after these programs are closed. Often, however, they don’t because of a program error, sloppy architecture, your system is reset or not shut down properly, or if another application locks up or crashes. Any file that is left behind in this manner will remain on your system unless you manually search for it and remove it. Over time, these junk and obsolete files can accumulate to megabytes of wasted hard drive space, as well as turn into potential error-producing cross-linked drive references.Junk and Obsolete Files Remover targets these specific types of files which are missed by common disk utilities, un-install, "Defrag", "Scandisk", and other standard "cleaner" type programs. Leave comments and put some globes for this program.
Notepad 2003 is a remake of notepad, with a couple more functions. such as colors,insert name,insert windows version insert computer name etc.
This code will allow you to write English and Urdu script togather in a Text Field. I used Unicode of Arbic, Some Characters of urdu are missing. But I think, This code will help you to make understanding with other script. I would happy to receive you feedback and comments.
A crafty version of notepad with all the extra trimmings Microsoft left and none of the ones that brought it down! + customise it by changing the back/foreground colors, changing the editor font etc... (can associate .txt file to AsciiPad.exe when compiled, and they will open!)
this is a multi math operator system which contains : calculator, time converter, temprature converter and a length converter. please rate and/or comment.
This program will shows the simulation of NRZ-L, NRZ-I, Manchester, Pseudoternary, Bipolar-AMI and Differential Manchester encoding techniques. Please do Rate my Code for appreseations. Thank you
BmpToJpeg GDI+ version (Quality & Regions) by Robert Rayment. Converts bmp to jpeg. See effect of quality before saving. Selected regions can be of a different quality. Regions can be rectangle, rounded rectangle, oval or lasso. It appears that there are intermittent problems with ijl15.dll and Win2K. So this prog has used cut, paste & adapted code from Carles P V (CodeId=42376) & MrBoBo (CodeId=42488) for GDI+ which, if you haven't got it, can be downloaded at - www.microsoft.com/downloads/release.asp?releaseid=32738 - Install gdiplus.dll in your system or app folder. (Exe tested on XP Home) Win 2K, Win 98, Zip 241 KB (Couple of bmps included).
There's many different ways to store data in VB. This application tests a few of them. You shouldn't blindly choose the method that has the highest numbers! You should choose a method based on the usage pattern of your data. For instance, even though the timings say 'clsDirect' is fastest, for my application, a combination of clsHash and clsList proved to work 50% faster. If you don't know which method is best, try them all - they all implement interface IContainer, and swapping out one for another is a simple one-line code change.
This project's purpose is to give provide functions that don't exist or are faster.