Re: Adding an Image to the Menu

  •  11-11-2011, 3:16 PM

    Re: Adding an Image to the Menu

    Thanks.  Ive edited the Compact.config file ans added the two lines -
    <codeviewToolbars>
    <
    item type="g_start" />
    <
    item type="image" name="Open" imagename="~/images/Open" />
    <
    item type="image" name="Save" postback="True" />
    etc....

    and
    <toolbars>
     
    <item type="g_start" />
    <
    item type="image" name="Open" imagename="~/images/Open" />
    <
    item type="image" name="Save" postback="True" />
    etc...
     
    The menu appears as follows
     
View Complete Thread