On Jan 14, 2006, at 7:20 PM, Lennox Jacob wrote:

Hello,
Suppose that I have an EditField, called ColorBox, that has a BackColor and I want the Hexadecimal code for that BackColor to be displayed in another editfield called HexColCode how do I get that?


Also this should work:

  Dim v As Variant
  v = EditField1.BackColor
  MsgBox v.StringValue

Jack
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to