search
HomeCommon ProblemThe extension of the form file is

The extension of the form file is

Jun 18, 2021 pm 02:49 PM
extension name

The extension of the form file is ".frm". The saved space attributes are divided into two parts. One part can be represented by strings and is stored in a file with the extension Frm; the other part cannot be represented by strings and is stored in a file with the same name as Frm but with an extension of Frx. in a binary form file.

The extension of the form file is

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.

VB stipulates that the extension of form files is .frm

The extension of the form file is

In a project folder, in addition to form files, the extension also includes . vbp project file, source file with extension .SCC.

The extension of the form file is

#The form file is the form you see when you run the program. The saved space attributes are divided into two parts.

Part of it can be represented by strings, such as strings, numbers, etc., and is stored in a file with the extension Frm; the other part cannot be represented by strings, such as pictures, and is stored in a file with the extension FRM. Frm has the same name, but is a binary form file with the extension Frx.

Extended information:

Common properties

The following introduces the common properties of text boxes.

(1) Text property

Set the text content displayed in the control. Its usage syntax is as follows:

text1.Text[=字符串]

(2) MaxLength attribute

Set whether there is a limit to the length of the string entered in the text box. The default value is 0, which means that the length of the string in the single-line text box is only limited by the operating system memory; if it is set to a number greater than 0, it means the maximum number of characters that can be input.

(3)MultiLine property

Set whether the text box displays text in multiple lines. When set to True, it is displayed in multi-line text mode; when set to False (default), it is displayed in single-line mode, and the part that exceeds the width of the text box is truncated. Its usage syntax is as follows:

text1.MultiLine [=True或False]

(4) PasswordChar attribute

Set whether to display the characters typed by the user in the control. If this property is set to a certain character, no matter what the value of the Text property is, only that character will be displayed in the text box. Additionally, for this property to be effective, the MultiLine property must be set to False.

(5)ScrollBars property

Set whether the text box has a vertical or horizontal scroll bar. Its usage syntax is as follows:

text1.ScrollBars[=值]

The "value" can be 0, 1, 2, 3.

0 (default value) means there is no scroll bar;

1 means there is a horizontal scroll bar;

2 means there is a vertical scroll bar;

3 means there is a vertical scroll bar There are horizontal and vertical scroll bars.

In addition, for this property to be effective, the MultiLine property must be set to True.

(6) SelLength, SelStart and SelText properties

SelLength returns/sets the selected number of characters.

SelStart returns/sets the starting point of the selected text.

SelText returns/sets the string containing the currently selected text.

For more computer-related knowledge, please visit the FAQ column!

The above is the detailed content of The extension of the form file is. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment