Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


CodeBank v2 Personal Data
2007-10-03 10:40:00
CodeBank v2 is tree based (XML) personal information database. It allows you to maintain a hierachical database of textual information like: * programming code snippets * notes * links * quotes * SQL queries + whatever you like you name it Unlike similar programs CodeBank is fully portable and can be carried on removable media.The internal search engine can search for words, phrases and
Read more: Personal

Component Conversion Utility 0.6
2007-10-02 11:51:00
Minimizes the time needed to create skeleton code in a variety of languages. Given a database connection, for example, the CCU can use existing tables to create a Java file complete with accessors, mutators and basic methods. In addition to translating programming languages, it allows a user to define entities/attributes in a friendly GUI. Supported languages include Java, HTML/JavaScript, XML,
Read more: Component , Conversion , Utility

VB5 ActiveX Control Upgrade Utility
2007-10-18 07:34:00
This utility helps you to upgrade your VB 5.0 and pre-release 6.0 projects to use the latest VB 6.0 ActiveX controls. Specifically this utility will update any project that contains any of the following ActiveX controls: COMCTL32.OCX, COMCT232.OCX, MSChart.OCX. Download from download.microsoft Note: Before using this utility you should backup your Visual Basic 5.0 projects. Do not convert
Read more: Control , Utility

Printable VB 5.0 Documentation
2007-10-18 07:09:00
Do you need VB 5.0 Docs? Maybe you don't, because you have to access these docs directly in Books Online. Microsoft Studio Owners do not have the documents which were included on the Microsoft Visual Basics CD in the Docs folder. If you want the doc files which are easier to print, download this file here now. (These downloads were all provided by Microsoft and the links will point to
Read more: Documentation , Printable

How to make flexible and efficient memory access
2007-10-22 11:43:00
Techically savvy Visual Basic programmers for long have had to deal with VB's limited type system and lack of support for casting and pointer manipulation. Although type-safety generally is a very good thing, when you need to call the windows API or optimize a piece of code the strict type checking mechanism only tends to get in the way. Unfortunately, apart from a couple of unsupported low-level
Read more: efficient

Access to IDE with vbAdvance
2007-10-22 10:15:00
VB5 and VB6 are able to build true Win32 native code executables by using what is essentially the Visual C++ compiler and linker. These build tools are a part of every VB 5 and VB 6 installation* and are as full featured as those found in Visual C++. However, the Visual Basic user interface provides access to only a subset of the capabilities found in this extremely powerful build system. For
Read more: Access

Stop the Visual Basic scrollbar flashing
2007-11-04 08:11:00
The problem with the Visual Basic Scrollbar is that it flashes. This is to indicate that it has focus. You can either set the Focus to something else on a form when the Scrollbar receives focus, or set the TabStop property to False: Scrollbar.TabStop = False You will need to have another control on the form. If there isn't one the scrollbar will continue to flash. A PictureBox is a good
Read more: flashing , Visual Basic

Printing tips: Printing Orientation
2007-11-04 07:48:00
The Printer.Orientation property is a constant problem. Like many of the Printer Properties whether it has any effect is dependent on the printer driver. Microsoft have a work-around called Pageset. This project changes the Default Printer settings to change the Orientation. One oversight on Microsoft's part is that it assumes the Default Printer Orientation setting is 'Portrait' so the Reset
Read more: Printing

Enhancing the Visual Basic Printer Object
2007-11-04 07:42:00
qPrinter 1.6 allows programmers to add good quality print support to their applications. Documents can be constructed and edited through code. The Visual Basic Printer Object is extremely basic. When you have been using Visual Basic and Object Orientated Programming it is surprising to find how poor the Printer Object is in VB. Even simple features like basic word wrap facilities are not


Access 97 database password recovery
2007-11-01 11:19:00
This code is made for experimental purpose only. this program recovers the database password created in MS-ACCESS 97. THIS program is created for learning purpose only. Download source code
Read more: Access

VB Reference Dialog Add-in
2007-11-01 11:10:00
This is Visual Basic 6 add-in to replace the functionality of the standard Project References Dialog . Download VBrefadd-in


VB Class Builder Add-in
2007-11-01 11:04:00
This add-in is designed to ease encapsulation of recordset objects into VB Classes. Instead of typing a carpel-tunnel inducing set of Property Let/Get's, this addin will take a recordset and generate all that nonsense for you. Download VB Class Builder Add-in classthingy v01.zip


VB 2005 Power Packs 2.0
2007-11-08 09:53:00
# A new set of Line and Shape controls # Updated Version of PrintForm component # Updates of Printer Compatibility Library. Microsoft Visual Basic 2005 Power Packs 2.0 includes a new set of Line and Shape controls and updated versions of the two previously released Visual Basic 2005 Power Packs, the PrintForm Component and the Printer Compatibility Library. All three are now included in a single


Sandcastle - 10/07 Community Technology Preview (CTP)
2007-11-08 08:56:00
Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key features: # Works with or without authored comments # Supports Generics and .NET Framework 2.0 # Sandcastle has 2 main components (MrefBuilder and Build Assembler) # MrefBuilder generates reflection
Read more: Preview , Technology

VB6.0 OLEAUT32.DLL Security Update
2007-11-08 08:42:00
A security issue has been identified that could allow an attacker to compromise a computer running Visual Basic 6 and gain access to confidential data. You can help protect your computer by installing this security update from Microsoft. Download VB6.0 OLEAUT32.DLL Security Update www.microsoft.com


VB6.0 Sample: MSComm Control Techniques
2007-11-08 08:28:00
NewVBTerm.exe is a sample that demonstrates various MSComm control techniques that include answering the modem, simple text file transfer, data receipt and processing, packet reassembly, and use of the OnComm event. NewVBTerm.exe is a sample that demonstrates various MSComm control techniques that include answering the modem, simple text file transfer, data receipt and processing, packet
Read more: Control , Sample

Book Microsoft VB 2005 for Developers
2007-11-08 08:00:00
Get a focused, first look at the features and capabilities in Microsoft Visual Basic 2005, Visual Studio 2005, and the .NET Framework 2.0. If you currently work with Visual Basic 6, these authors fully understand the adoption and code migration issues you'll encounter. They'll step you through a quick primer on .NET Framework programming, offering guidance for a productive transition. If you
Read more: Developers

Don't Buy Linux From Wal-Mart
2007-11-08 07:23:00
".. Perhaps Linux vendors could help Wal-Mart as part of a new eco-initiative. Wal-Mart could have an old PC "amnesty day," during which people could bring in their old equipment and have it updated with a fast, modern Linux operating system. Linux vendors could provide service and support at the in-store level, helping to reduce the number of old PCs ending up in landfills." read more>> s By


Access to your POP3 mailbox with FreePOP
2007-11-06 10:01:00
FreePOP is an ActiveX control that allows read/write access to a POP3 mailbox and the messages in the mailbox. With this control you will not be able, on the other end, to access a SMTP server to send e-mail. With this ActiveX control, you can: * find out the number of unread messages in a POP3 mailbox. * access to the various headers of a message (i.e. Subject, Date, From, etc.) *
Read more: Access

Tips: Loading binary files from a .res file
2007-11-06 08:20:00
To load any binary resources you put in a .res file, we should do the following: 1. Save the resource as a "CUSTOM" type resource; 2. Load it from the file into a byte array; 3. Save the array in a normal file; 4. Load the file. In this example, we'll cover how to load a JPEG picture. Take a look at the code: Code: Public Sub LoadDataIntoFile (DataName As String, Filename As String) Dim
Read more: files , Loading

XP Syle OCX
2007-11-12 01:11:00
An ActiveX component (developed by Visual Basic) to convert any component/controls from VB into XP-Style without any modification of source code(Currently, XP-Menu is finished) using Subclassing method. downloading ActiveXP-Style OCX source - ActiveXP Demo www.sourceforge.net


Where you can find 'Crystl32.dep' or 'Crpe32.dep' files?
2007-11-15 08:29:00
Do you ever search for the crystl32.dep or the crpe32.dep files and these files cannot be found on the computer? Where they are exactly? Do you have to search on the Internet by your own to find these files? Wait!... Don't go to far, because they are actually exist inside your installed folder. Read more and you will find them... When you install the developer edition of Crystal Reports, the


Crystal Reports ASP Web Report Server
2007-11-15 07:47:00
Manual Installation Tips for the Crystal Reports ASP Web Report Server To learn how to manually install the Crystal ASP Web Report Server for Crystal Reports 8.5, view or download this newly published whitepaper. The ASP Report Server is a method for distributing reports to client web browsers, and this paper lists the necessary files and their required setup locations. Please note: this file


Dynamic Resizable Skins Demo v1.2
2007-11-14 10:07:00
Dynamic Resizable Skins Demo How to combine transparency AND resizability. Check it out. Skin loading is now 50% faster thanks to using a cache file for storing region (transparency) data. Download source code kewlpad.deviantart.net Home of kewlpAd - The skinnable notepad.
Read more: Dynamic

Page 2 of 5 « < 1 2 3 4 > »
eXTReMe Tracker