Search results

  1. S

    Putting Chinese into a message box

    Thanks Andromeda, I thought it may be the case.
  2. S

    Putting Chinese into a message box

    OK so I am stretching the "Messagebox is a form innit???" thing to get this post into the forms forum :) does anyone know how to get a messagebox to show chinese? I've been trying a few methods but I am getting an awful lot of "????:??.??"s I have reverted to pulling strings from tables into...
  3. S

    How can I make the "<tab id="xx" getLabel" attribute accept parameter in RibbonUI?

    Re: How can I make the "<tab id="xx" getLabel" attribute accept parameter in RibbonUI Is this what you mean?.. Public gobjRibbon As IRibbonUI Public Sub OnRibbonLoad(ribbon As IRibbonUI) Set gobjRibbon = ribbon End Sub I already have it in my code. The problem is where the DLOOKUP...
  4. S

    How can I make the "<tab id="xx" getLabel" attribute accept parameter in RibbonUI?

    How can I make the "<tab id="xx" getLabel" attribute accept parameter in RibbonUI? Hi everyone, I am automating the ribbon to accept several languages which get fed from a strings table and feed the result through the getLabel attribute In the XML in USysRibbons: <tab...
Back
Top Bottom