Archive | Computer Programming

File Extension Php4

Tags:

File Extension Php4

Posted on 16 March 2010 by

Files that end in the .PHP4 extension correspond to web pages containing PHP (Hypertext Preprocessor) code, which is a Web scripting language.

Continue Reading

Comments (0)

Tags:

Create & Save a Query in Visual Basic

Posted on 16 March 2010 by

In order to create and save a query with a Visual Basic application, the application needs to have a database attached to the project so that the query will function. Continue Reading

Comments (0)

Tags:

Create a Text File Using C++

Posted on 16 March 2010 by

Creating text files in C++ programming code is critical for many applications. You may need to build useful features into your C++ program, such as saving settings to an initialization file, writing data to a comma-delimited text file, or converting from a binary format to text.

Continue Reading

Comments (0)

Tags:

Change a File Name in Perl

Posted on 16 March 2010 by

Perl is an open source programming language available for all operating systems. It can also be used as a command line scripting language. That means that you can issue perl commands from a command prompt.
Continue Reading

Comments (0)

Tags:

File Extension Vbx

Posted on 16 March 2010 by

A file bearing the extension .vbx is an obsolete Microsoft Visual BASIC Custom Control file. A file of this type contains data for controlling how a graphical interface behaves in a program that a developer creates in Visual BASIC.

Comments (0)