Results for "Volume: 6_2008-2009"
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.
This tutorial is for beginners who wants to know how to save data to registry such as username and password, program settings and etc... i made this tutorial because of request by Zaydi. a new friend from PSC...
Ever wanted to get the Domain of the currently logged on user? This code works on Windows NT and further.
This is a game i wrote in Visual Basic 6. Its the first game ive ever worked hard on, yet a long way from done and still very small there are still things you do to keep your VBuddy alive. He can live to a ripe old age of 76 or untill his health gets to 0 (Done in many ways). At then end it will give you a rank of how good/bad you were to your VBuddy. Please post feedback! This was tested with VB 6.0 and Windows XP. Tell me of bugs you find.
Could be used to pester someone... ;-) Inspired by the free-wheeling Edward Wong Hau Pepelu Tivrusky 4th; this started out as someone else's project about making various shaped regions... but then it got extremely silly. A little happy face appears on the screen. When the mouse moves over it it giggles and skitters away, occasionally making a clone of itself. Project does have some redeeming qualities, like demonstrating how to load gifs and play wave files from a resourse file; and of course the original region code. Oh, and just hold down the shift key and move over a face to quit the program. Yay, Edward!
LiveUpdate OCX allows you to update software via web. Support for LZ compression included. Uses WinInet DLL not Inet Control. Locked Files Updated when system reboots, other file updated on the fly, both Win9X and WinNT bases supported.
Have you been using the instr function, or 3rd party functions to find the word count of a block of text. Now you find it in ONLY 2 LINES OF CODE - NO API CALLS - NO MODULES / CLASSES / CONTROLS - PURE VB CODE
vbXML is a class wrapper for the MSXML 2.0 Library (should also be supported by the 4.0 Library as well, since it is backwards compatible). vbXML gives users an easy to use front-end for MSXML, allowing you to easily read, write, delete, and create nodes and node attributes. You can also read in the full XML for a node (and all child nodes) or the full XML file itself. vbXML is based (almost entirely) on the CGoXML class submited to PSC, though vbXML is completely my own code. Included is a quick and dirty example to show you the basics of vbXML. Some comments or a vote would be nice =)