Results for "Volume: 7_2009-2012"
This Tutorial will tell you how to: 1)Get Everything About your HDD, CD-Rom, Sound Device. 2)Convert Any Image From Format to Another (from Bitmap into CompuServe) 3)Download Files From The Web. 4)Get all Special Folders Paths. {Desktop/System/Favorites/.........etc} 5)Get Your Screen Resolution. 6)Open/Close Cd-tray in VB.Net. 7)get Your IP. 8)Get Resolution. 9)Collect Info About Your Operating System. I tried to simplify the description as I can but the full description is listed below and the full codes and within the files attached. Vote and Comment If You Want.
The code includes the whole game of chess and a new header files to use mouse, change its cursor etc in C++. Excellent graphics just make it a perfect choice. The game also includes a 16-Color BITMAP importer.
GrantMySql script allows user to manage users and rights of MySql database from Web browser in easy and simple manner. It is useful for novices as well as for advanced users. If you do not know line syntax of MySql or need often to change or give rights for MySql database, this script is ideal for you.
Simple Data Entry application using untyped datasets. Shows add,delete,edit,find,update,cancel,navigation and databinding procedures.
This program will split and merge any file(large size) with less time and can be merge in another system.The another purpose is that it can also help to split mp3 file into sub files and by renaming them we can play the parts of the mp3 file.
This code allows mIRC to display the current song, bitrate, and samplerate of the current song playing in winamp. This code is a dll file and called by mirc to get this information, and can be very usefull in other applications that need this kind of information. This code is also usefull for anyone wanting to gather this type of information from winamp for any type program. Please vote for this program if you like it.
Check and see if a service is up or down on a certain machine. Useful for alot of things, say you have MSN Messenger or AIM, you can have a script check YOUR IP address and the MSN or AIM port number and then let the users at your website know if your online or not! Can also be useful if you use alot of file mirrors for your website and want to check if there up or down. Infinite amount of uses! Really fun, simple, easy to use, and useful for many things. Well commented.
This code is an example implementation of the standard Dictionary ADT. It is implemented as an Address book that uses hashing(instead of a basic sequential search) so that add, search, and delete should run with a Big-O value of O(1) or at least close to it!
This code will allow you to create a new instance of a control at runtime ! Imagine. When your app is RUNNING you can create a new command button or a textbox on the fly ! The code they didn't want you to know ;)
Last Month's award winner program is back with a bang.The new version 2.0 now supports mouse so drawing images with curved lines becomes too easy.By downloading this program you will learn how to include mouse ,convert 2d to 3d and lots of other things.Please vote for me Visit www.gauravcreations.com for more cool programs in vb and c/c++ .Please vote
This program adds a new button to the internet explorer menu and the button can execute any program you want. The source code has been commented. plz vote
The program changes your Screen of Death color theme. When I wrote this program, my main intentions weren't to create a program that changes the color theme - they were to find out how the console API functions work, and how to build an owner-drawn combo-box... The Screen of Death color changer was just the result. =) You can see both the owner-drawn combo boxes and the console window, in the included screen shot.
RDA makes direct, low-level, byte-precise reads and writes to mass-storage devices easy. No need to have to deal with DOS interrupt calls or any such nonsense - RDA takes care of all the behind-the-scenes work for you. RDA also handles the variations in access methods needed by different Windows versions. RDA can read from or write to any specific sector on a logical drive. And if that's not easy enough, there's even a nonvisual frontend component that makes RDA appallingly easy to use - pick drive/first sector/how many sectors to read, call one procedure to perform the actual read, read data from a property. RDA is based on and inspired by a Delphi unit file called VWIN32, written by Geir Wikran, and incorporates portions of VWIN32 directly. As such, RDA is released under the same licensing terms as VWIN32 - free for personal or commercial use as long as the source itself is never sold or misrepresented. PLEASE NOTE: The RDA distribution includes a demo application which requires the TMPHexEditor/TMPHexEditorEx components package by Markus Stephany. This package is available from http://www.mirkes.de/en/delphi/vcls/hexedit.php.
Encode/Decode a string. (BMTEncode refined version). If f.ex. enter AA the 2 output chars wont be the same.
This code reads the names of all folders in a directory and generates a menu of links to those directories. If there are no directories, it checks the next folder down and uses those instead. It also generates a breadcrumb trail and page titles based on the url of the page.
The attached file contains 2 Solutions, the first is the Remoting server, the Remoting server contains a Base Class, A Remote Object and a Console Server that registers and hosts the server class, the second Solution contains only the client. In basic terms the way it works is the Server Hosts the singleton Server object that inherits from the base class, the client does not have the server object and references only the base class, it connects to the server and calls a function in the server object which writes to the server. Let me know what you think, all the samples I have seen out there go into too much detail etc especially when you just want to know how to implement Remoting. Remember to fix the reference on the client to the base class
Function to obtain and return stats of an user from Battle.net. Over 200 people have viewed this, and not one of you have voted?!? C'mon, vote! Show that it was worth something to you- show you support the open source movement! OR even better- vote AND comment on it- give me some feed back!
To open MS Access or Ms SQL server database using C/C++ or VC++
This program blocks messenger service spam. I saw that there was no thing for VB.NET so here it is. This code also shows registry adding, keys, shell commands, some basic form functions, system tray icon in VB.NET, getting the application path in VB.NET, short code, tons of comments. A similar program like this might cost you $ 30 on web sites. Get it for free! HOPE YOU GUYS ENJOY IT AND VOTE FOR ME. Visit www.fusai.rules.it for more software.
This article is for those Delphi beginners out there who wish to learn a little bit about the basics of Delphi TextFile Management. I remember having lots of trouble with it when I was new to Delphi, so I figured I might as well help the 'freshmen' getting this done!