Results for "Volume: 3_2004-2005"
This code lets you mask your IP!!!! THIS IS AN AWESOME THING TO DO SO WEBSITES CANT TRACK YOU. THIS also helps block spyware, hackers, and Ping. Check this out now. All you have to do is save the file as HOSTS in your windows directory and voila! Your IP has been Secured.
This is a example/Tuturial on how to use the Listview....This will show you how to add text, Subitems, and icons to your listview. I made this simple prog for a friend and he told me to upload it on pscode.com dont worry about voting for this code unless u feel that it is nesscary. Carsten D. - www.intradream.com
Just select your databasename, sourcetable and see... (Please vote....)
This is a small example showing how to convert bitmap images to icon images. Easy to make Very Easy to use... If you have any errors on the program or you want to make a suggestion on it please contact me at [email protected]
Used to view huge files. I use daily to review last 1mb of 30+ meg files. Loads only portions of a file (by chunk size or percentage) instead of entire file & is quick. Feel free to use & abuse as you like.
Reusable form. Offers selection of trusted ODBC connections (system DSNs only) that are configured on a workstation. Results are ODBC DSN name and type of connection. Short & sweet. Looking for something your customer only has to click on, this is it -- no manual entry required.
This is a 17 page tutorial on how to setup DirectX, create an object, render vertices, and render 3D Geometry. The final sample program is a multi-color triangle rotating over the y-axis. This tutorial explains what each step means so the user understands everything. This tutorial is accompanied with example source code (that actually runs) for each part. There are also screenshots throughout the tutorial to give the visual learners out there a better idea of what to do.
A MS Frame Control replacement. Supports transparent backgrounds, word-wrapped captions, 3D text captions, rounded corners and a few other goodies.
This code illistrates how to use GetVersionEx in all OS's from Windows 95 and up. This class can detect all current OS's including Windows 95/98/ME/2000/XP and .NET (Professional / Home / Server / Enterprise / Domain Controller/ DataCenter/ Web/ Advanced) etc. It will also detect service pack's and suites installed on the machine. Addition by Ryan9999 now checks for Tablet PC 2005.
This little VB IDE AddIn adds mousewheel support to the IDE code panes, based on Ulli source code. NOW is fully working on MDI and SDI enviroment !! Simply compile the .DLL into your VB folder.
My program is a simple ActiveX control which lets u apply a shadow or a 3D effect to the text. It has one important property 'Distance', which lets u specify the distance the shadow is cast from the actual text. Really kool to add a fancy label to ur project. The next update will allow the user to change the angle of the shadow. So watch out for the next update. By the way, if u like this project, plz be kind enough to vote for it. ThanQ
A simple example of how to make a form transparrent. Use the slider to select the transparrency level. (only workes on nt-based operating systems.)
This is just a real simple beginner project aimed to help beginners. I made the code as simple as possible with comments. It has stuff from learning to use commands buttons, to common dialogs, to message boxes and much more. If you like this code, please vote. Thanks.
Designed to help programers "steal" icons from an exe or dll file. Not so easy to make but is easy to use. Please leave your comments and DO NOT forget to rate me :).
DbaMgr2k provides a graphic management interface for MS Msde 2000 installations. It allows you to manage and administer your server, databases and database objects from a Windows interface similar to the one Enterprise Manager provides, rather than via the standard oSql.exe command line utility: an alternative inexpensive console/management tool for Microsoft Sql Server 2000/Msde 2000. In addition to traditional Sql Server objects management and permissions, DbaMgr2k adds HTML documentation generation tool, attach/detach visual interface, a query interface, and a visual interface for BCP operation, extended objects properties support. Provided with built-in English and Italian language localization, supports user defined language translation. It needs ADO 2.6 installed, as long as SqlServer 2000 Client Components (Sql-DMO). SqlServer 7.0/Msde1.0 version available too
This is my first version of treeview control to replace mscomctl.ocx, programmed in pure API. Vote for me ;-)
This is cool animation effect like norton antivirus scrolling effect
This is a basic module that uses the File Date API. It includes these functions. GetFileCreatedDate(filename as string) As Date GetFileAccessDate(filename as string) As Date GetFileModifyDate(filename as string) As Date SetFileDates(filename as string,creation date as date.......) as boolean I also included a little GUI that will let you select a file and change the date information, as an example on how to use the functions. Hope this helps someone.
An underwater game. You have to swim around and and fight sharks and fish.
Allows you to open a VB6 Project, View all forms in it, View all Controls on any given form, and preview the form at runtime. A good example on file and String Handling, and Dynamic Control creation.