VB Code:
'Usage: Set Font To Wingdings 'Line Arrows Command1.Caption = Chr$(223) 'Left Arrow Command1.Caption = Chr$(224) 'Right Arrow Command1.Caption = Chr$(225) 'Up Arrow Command1.Caption = Chr$(226) 'Down Arrow Command1.Caption = Chr$(227) 'Up-Left Arrow Command1.Caption = Chr$(228) 'Up-Right Arrow Command1.Caption = Chr$(229) 'Down-Left Arrow Command1.Caption = Chr$(230) 'Down-Right Arrow 'Solid Arrows Command1.Caption = Chr$(231) 'Left Arrow Command1.Caption = Chr$(232) 'Right Arrow Command1.Caption = Chr$(233) 'Up Arrow Command1.Caption = Chr$(234) 'Down Arrow Command1.Caption = Chr$(235) 'Up-Left Arrow Command1.Caption = Chr$(236) 'Up-Right Arrow Command1.Caption = Chr$(237) 'Down-Left Arrow Command1.Caption = Chr$(238) 'Down-Right Arrow 'Outlined Arrows Command1.Caption = Chr$(239) 'Left Arrow Command1.Caption = Chr$(240) 'Right Arrow Command1.Caption = Chr$(241) 'Up Arrow Command1.Caption = Chr$(242) 'Down Arrow Command1.Caption = Chr$(245) 'Up-Left Arrow [note the gap here] Command1.Caption = Chr$(246) 'Up-Right Arrow Command1.Caption = Chr$(247) 'Down-Left Arrow Command1.Caption = Chr$(248) 'Down-Right Arrow




Reply With Quote