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


Firefox 3 Portable available for download
2008-04-14 07:10:00
Mozilla developers finally released Firefox 3 portable edition. We now have options to use Firefox as a portable application, you can download to review and try out the new features. However, the latest version for this edition is beta 5. In fact, many people are not willing to install the beta version, as some of the Firefox 2 plugin still can’t support Firefox 3. Luckily, the Portable apps
Read more: available

Use MSWord spell corrector tools within VB
2008-04-18 01:28:00
If you would like to incorporate a Spellings Corrector in your VB app, it would take you quite a long time, this trick shows you in a simple example how to use MS Word´s Spelling Corrector within VB. Create a new project with one form. Put a CommandButton and a TextBox on it. Set the following properties of the textbox: "Height = a couple of lines" Multiline=true ScrollBars=Vertical 'Code
Read more: spell

Hide program in Ctlr-Alt-Del list
2008-04-17 15:40:00
If you press Ctrl-Alt-Del at the same time a listbox will appear and you can see all program that currently running in your computer, for some reasons may you want to hide your program from the list. There's 2 method you can choose to do that; The easiest way is by using the TaskVisible property of the App-object. If you set it to False, the task will be hiden from the CTRL-ALT-DEL-list. If you


How to create app manifest for VB in winXP
2008-04-16 15:16:00
This is a brief tutorial on creating an application manifest in Windows XP. Like we all know Windows XP comes with many new features and updates to the Common Controls Library. One of the main features is the Windows XP Themes. This allows you to select a theme, and the entire look and feel of Windows, as you know it will change. However, if you were to write a program in VB, the buttons,
Read more: create

Use Winsock Control to download webpages
2008-04-16 15:10:00
Overview: The Professional and Enterprise Editions of Visual Basic are shipped with the Winsock control. This control allows you to use the low level Windows Sockets to connect to remote servers and execute commands or download Web pages. This tip shows how to connect to a server and download a Web page. You must have a Winsock control loaded into the project. This code assumes the control is
Read more: Control

OLE DB syntax based on providers (Part. I)
2008-04-23 16:30:00
1. OLE DB Provider for Active Directory Service oConn.Open "Provider=ADSDSOObject;" & _ "User Id=myUsername;" & _ "Password=myPassword" Desc: Microsoft OLE DB Provider for Microsoft Active Directory Service. 2. OLE DB Provider for Advantage oConn.Open "Provider=Advantage OLE DB Provider;" & _ "Data source=c:\myDbfTableDir;" & _ "ServerType=


VB Code: Validate Credit Card Number
2008-04-22 16:35:00
This is just a small VB code to validate credit cards number, all credit cards work with this algorthm; If the number is in a valid format if returns 'True'. If the number is in an invalid format it returns 'False'. If a card validates with this code it doesn't mean that the card is actually good, it just means that the numbers are arranged in a valid format. If they don't validate then
Read more: Validate , Number

OLE DB Syntax Guide (Part II)
2008-04-25 16:29:00
6. OLE DB Provider for DB2 For TCP/IP connections (Microsoft) oConn.Open = "Provider=DB2OLEDB;" & _ "Network Transport Library=TCPIP;" & _ "Network Address=xxx.xxx.xxx.xxx;" & _ "Initial Catalog=MyCatalog;" & _ "Package Collection=MyPackageCollection;" & _ "Default Schema=MySchema;" & _ "User ID=MyUsername;" & _ "Password=MyPassword" For APPC connections oConn.Open = "Provider=DB2OLEDB;" & _ "
Read more: Syntax , Guide

a free private teacher ready to helps you
2008-04-27 14:24:00
This is one of the best and most useful free software I ever found, Teach2000. the aim of this application is to help you memorize a foreign language, topography or even the history of Italy by date. Great way to improve your school results with this free trainer. KeyFeatures:Included examples guarantee a quick start.Easy handling of foreign symbols.Test system based on spaced repetition.A
Read more: ready

Another notepad replacement
2008-04-27 14:03:00
Still using notepad as your text editor? Then try TotalEdit. It's a powerful notepad replacement and text editor, perfect for text, web editing including PHP, HTML, Javascript, etc. The more interesting is because it owns many programming features including: Code-Folding, Language specific Syntax-Coloring, Plug-in External Compilers like Javac, Preview Web Pages and much more. Key benefits and


code & syntax converter
2008-04-27 13:48:00
Introducing Highlight, a small powerful converter tool, it will converts your source code to formatted text with syntax highlighting. Colored output in HTML, XHTML, RTF, TeX, LaTeX and XML format. Highlights is a platform independent, support more than 120 programming language and includes 40 colour themes. Features: Highlighting of keywords, types, strings, numbers, escape sequences,


Nullsoft Scriptable Install System
2008-04-27 13:29:00
If you are looking for a professional Windows Installer for internet distribution, then try NSIS, NSIS (Nullsoft Scriptable Install System ) is a small and flexible script-based tool for Installing applications and allows you to create the logic to handle even the most complex installation tasks. NSIS can create Windows installers that are capable of installing, uninstalling, setting system


How to be a good programmer?
2008-04-29 23:13:00
I found this nice documentation written by. Robert L. Read, a good article to find the answer of the question above. Just like he said, " To be a good programmer is difficult and noble. The hardest part of making real a collective vision of a software project is dealing with one's coworkers and customers. Writing computer programs is important and takes great intelligence and skill. " It's a


How to use Ms. Agent in VB6
2008-05-13 13:12:00
Ms. Agent is a technology used to add interactive animated characters to windows application or web page; they can speak and tell the user something via text-to-speech engine. Microsoft provides four characters Agent like we usually seen in Ms. Office application and each character has its own set of animation. I’ve searched on the net looking for sample in VB6 that using Ms. Agent in their


Word to PDF Converter
2008-05-18 12:37:00
I dedicated this post to my beautiful young sister, she lives in Ngayogyokarto Hadiningrat at granny's nice place, far faraway from me here in capital city. She sent me a short text message few hours ago and asked me, how to convert word documents to PDF files? And yes, as I remember I have a great software from pdf-convert to recommend. I hope this post is useful, not just for my sister only


VBScript Mania, 2000+ free predefined VBscripts collection
2008-05-19 11:15:00
VBScript-Mania is a Microsoft Access database that includes over 2000 predefined scripts many of them founded in the Script Repository from Microsoft site along with a brief description, supported platforms, a categorization scheme and much, much more. Multilanguage support: at this moment program is available in two languages French and English and all the scripts from database are available in
Read more: collection

ActiveResize Control Lite 3.0
2008-05-19 10:41:00
Do you have screen resolution problems when design your applications? Well, ActiveResize Control lite is for you, VBGold ActiveResize Control is a VB form resizer that makes your Visual Basic applications completely resolution-independent without the need to write any code. Design your applications at any screen resolution and have them run and look exactly the same at any screen resolution. This


CodeBank, Portable tree-based PIMs
2008-05-21 10:34:00
When you need a quite handy for storing and carry personal information database anywhere you go then you need CodeBank Portable . It's a tree-based personal information database. It is geared towards storing code snippets, with built-in syntax highlighting for C/C++, Object Pascal, Java, XML, Visual Basic, VBScript, JavaScript, CSS, HTML, PHP, Perl, Python and SQL. It supports ZIP compression for


Visual Basic 6 Portable Edition
2008-05-21 09:40:00
A fully functional package of Visual Basic 6 optimized for use on a USB key drive. This is amazing since now you can use this at school or anywhere you want it. But please note: There's some limitations in VB6 Portable Edition , like to read project.vbp files, VB6 Portable doesn't well as the full version, and it's annoying with the splashscreens. This app is recommend for advanced users, to
Read more: Visual Basic

The Intellivision™ Programming Contest 2008 for Game Developers
2008-05-24 00:05:00
Announcing: Intellivision® Programming Contest 2008 Come one, come all! Step right up with your latest and greatest Intellivision® game! The concept is simple: Write a game for the Intellivision®, and send it in. After a month of judging, etc. The winners will be announce and The top games win prizes. What could be easier?... Read the details here By the way, If you are preparing for a
Read more: Developers

Crystal Report Help Documentation
2008-05-23 23:37:00
This document provides a listing of all available Report Designer Component (RDC) sample applications available on the Crystal Decisions Support web site. For Example.. Creating CR Reports at Runtime Thru VB Code, Fetching Data Form Reports and use them, And All Stuff You ever want to know about Crystal Reports. Download Crystal Report Help Doc (PDF Files)
Read more: Documentation

Crystal Report 8: Print , Preview and Filter Formula
2008-05-23 23:01:00
This is sample code how to using Crystal Report 8 ActiveX with Visual Basic 6. It include 2 functions: to view on screen and print to printer. 'Code: Dim CRReport As CRPEAuto.Report Dim CRWindow As CRPEAuto.Window Dim CRView As CRPEAuto.View Dim CRApp As CRPEAuto.Application Public ReportFileName As String Public Title As String Public Sub Preview () On Error Goto ErrMsg Set CRApp =
Read more: Print , Filter , Formula

Freelance Jobs: Post your project and start earn
2008-05-26 11:52:00
More than 250,000 project have been posted! More than $20,000,000 has been spent! Affiliates make more than $7,000 per month. Post your project today! Get your share today! Start bidding! or Start making money by referring your friends! Click here to read more! Make your everyday is a great day as being a freelancer! View all open project list here.
Read more: Freelance

Free Visual Open Project Add-In
2008-05-26 09:37:00
This is a free Visual Basic Add-In that allow easy and quickly open your projects. This program quickly and conveniently will allow you to work with a collection of your VB projects. With the help of the given program you easily can organize access to most frequently projects used by You. And also, it is possible quickly to see properties of any project not opening it in the development
Read more: Project

Iron Speed Designer, .NET Web application in 15 minutes
2008-05-26 09:13:00
If you need an app built today, use Iron Speed Designer ! Simply point to an existing database and let the Iron Speed Designer wizards build a sophisticated, database-driven application thats ready to deploy. In just minutes , Iron Speed Designer will generates database and reporting applications for .NET in minutes, straight from your database. Quickly create visually stunning, feature-rich Web


Must-have Tools For Every Developer
2008-05-27 23:20:00
To build a first-class application you should have the best available tools. There are a multitude of small, lesser-known tools available to download that target Windows Developer and .NET development as listed below. The simple descriptions are not enough, so you should learn more about each and decide which tools are useful for your projects. TortoiseSVN - Open source Provide GUI interfaces
Read more: Tools

MSDN Magazine June 2008 Edition
2008-05-27 22:10:00
What's new in this June 2008 Edition ? SAAS: Connect Enterprise Apps with Hosted BizTalk Services. Jon Flanders and Aaron Skonnard introducing the BizTalk Services, new technology that offers the Enterprise Service Bus features of BizTalk Server as a hosted service. Concurrency: Tools and Techniques to Identify Concurrency Issues In this article Rahul Patil and Boby George covers what they
Read more: Magazine

Convenience Through Compare Spreadsheet Tools
2008-05-27 21:47:00
Computer users, usually managers, sometimes need to compare spreadsheet data in order to make an accurate analysis of the relationship between data categories and to monitor numerical changes. A spreadsheet or worksheet consists of rows and columns where numerical or financial data are often recorded. These are used in various areas or fields especially in budgeting, accounting, financial
Read more: Tools , Convenience , Compare , Spreadsheet

30-day trial version software creator
2008-05-30 13:29:00
If you are a software developer and ready to sell software to the market, we know that most customer would prefer to test it to see if it suits their needs. Then we should create free trials version that available to download and install it either for a limited time of uses, this is "try before buy" concept. We can create a fully functional 30-day trial version of your software product with
Read more: creator

Must have: Resource Hacker, the resource editor
2008-05-31 14:51:00
If you want to add or modify shortcuts and menus in your programs or favorite apps to make them more consistent or easier to use, there is a free tool to do it easily. Resource Hacker TM is a handy utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and


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