I am using the Digest::MD5 module to take input from a user and then generate a password which I want to display in a 2nd dialog box, mainly because I want to change the colour of the txt etc.
However, no joy, does anybody know if this is possible? it does display OK in a MsgBox but that is a bit restrictive Thanks Daryll CODE Snippet $W1->AddLabel ( -text => $password, -left => 100, -top => 60, -font => $pwd_font, );