While performing some custom functionality in admin/security/signin.ascx.vb, I am able to utilize method 'AddModuleMessage' in the PrivateMethods section.
However, when attempting more custom functionality in admin/users/profile.acsx.vb, if I import DotNetNuke.UI.Skins.Controls.ModuleMessage and then copy and paste the PrivateMethods section from signin.acsx.vb into profile.acsx.vb, the customized message never appears.
I have debugged it and noticed that when it gets to Library\Components\Skins\Skin.vb, line 673, 'MessagePlaceHolder' Is Nothing, so the message doesn't get added...
I have asked this elsewhere but with no good answer yet
(see http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/108/threadid/202839/scope/posts/threadpage/2/Default.aspx)
Thanks in advance for any help,
Frank