Color Named Literals and Dialog
vbBlack vbRed vbGreen vbYellow vbWhite vbCyan vbMagenta vbBlue | black red green yellow white cyan magenta plain blue | These are some of the most common known variables and their respective values which are wildly used in most applications for many years.
These codes or values are still in effect as of this writing is concern. Newer values are added for complex color values which are outside the standard 16 color scheme. |
A Dialog box is the common method to select, open or save file or related Window Functions. Methods showcolor showopen showfont showprinter showsave showhelp | example : cdbDiag.dialogtitle = "File open" cdbDiag.filter = "*.txt" cdbDiag.filename = "*.txt" cdbDiag.showopen |

