English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How to connect the labels or variables, fieldnames in a created form using VB Script? What is the use of dot for example form1.form

2006-11-23 11:36:58 · 1 answers · asked by edwinbiasbas 1 in Computers & Internet Programming & Design

1 answers

ah.
the "." is nothing more than just a file extension. it lets the computer know what kind of file you are saving. a form file is the graphics part of the code. in the properties window, under name, that is where you name things. if you have a label and you put your name in it on the form, then you would name it "lblname" (without the quotations of course). later on in the code, if you were to put that you wanted your name to appear at a certain point in time, you would put "lblname.text = "yourname". the .text simply implies that you are putting text there.
i hope this helps you out a bit.

2006-11-23 11:40:40 · answer #1 · answered by Beck 2 · 0 0

fedest.com, questions and answers