| Built-In String Processing | |
Built-In String Processing
Strings that occur in these contexts are either never moved to the Resource file or always moved to the Resource file. In these examples, the string "Never" is never moved and the string "Always" is always moved.
Dir "Never"
MkDir "Never"
ChDir "Never"
RmDir "Never"
Instr("Never","Never")
Debug.Print "Never"
PropertyChanged "Never"
Format("Maybe", "Never")
Err.Raise 100, "Never", "Always"
Form.Caption = "Always"
Form.ToolTipText = "Always"
MsgBox "Always", "Always"
InputBox "Always", "Always"
Object.Title = "Always"
ImageList
Images.ListImages.Add Index, Key, Picture As ListImage
Images.ListImages.Add "Never", "Never", "Never" As ListImage
CoolBars
CoolBar1.Bands.Add Index, Key, Caption, Image, NewRow, Child, Visible As Band
CoolBar1.Bands.Add "Nev", "Nev", "Always", "Nev", "Nev", "Nev", Visible As Band
StatusBars
StatusBar1.Panels.Add Index, Key, Text, Style, Picture As Panel
StatusBar1.Panels.Add "Nev", "Nev", "Always", "Nev", "Nev", As Panel
ToolBars
Toolbar1.Buttons.Add Index, Key, Caption, Style, Image As Button
Toolbar1.Buttons.Add "Nev", "Nev", "Always", "Nev", "Nev", As Button
ListView
ListView1.ListItems.Add Index, Key, Text, Icon, SmallIcon Image As ListItem
ListView1.ListItems.Add "Nev", "Nev", "Always", "Nev", "Nev", Image As ListItem
TreeView
TreeView1.Nodes.Add Relative, Relationship, Key, Text, Image, SelectedImage As Node
TreeView1.Nodes.Add "Nev", "Nev", "Nev", "Always", "Nev", SelectedImage As Node
TabStrip
TabStrip1.Tabs.Add Index, Key, Caption, Image As Tab
TabStrip1.Tabs.Add "Nev", "Nev", "Always", "Nev", As Tab