click below
click below
Normal Size Small Size show me how
vispoint1
visual basic .net pointlessness figure-out-yourself set 1
| code | function |
|---|---|
| dim | sets variable |
| dim x x=? | variable name |
| dim x as y y=? | variable object |
| string | words |
| integer | number(nondecimal) |
| decimal | decimal |
| short | less than 17 digits |
| long | greater than 17 digits |
| x=y x=? | variable name |
| x=y y=? | what the variable is |
| string=xyx x=what punctuation | " |
| x.y y=? | property |
| dim x as string y=lable1 y.z="a" z=? | text |
| x.text="z" x=name or text property? | name |
| name | used in code |
| text | user sees |
| design | interface creation |
| code | function |
| closes program | x.close |
| shows other form | x.show |
| hides form | x.hide |
| used when using an action on the current form | me (as in me.close, me.show, ect.) |
| shows a dialog | x.showdialog |
| button | launches code |
| program | launches a program |
| dialog x | opens dialog x |