Hi all, trying to include some skin objects namely the dnnLogin and dnnUser controls within a custom module (not at skin level but at user control level) the problem i am haveing is that the code gen file .designer.vb places a reference that cant be resolved "Protected WithEvents dnnUSER As Global.DotNetNuke.UI.Skins.Controls.User" not defined. I would like to be able to manipulate the control in the code behind file ....for example me.dnnLogin.Text = "jejejejejejeje" this seems to be something to do with the set up of my dev envioronment ...standard WAP compiled module in vis studio 2008 i would have hoped i could re use objects such as these in the same way as the labelcontrol etc....is this something to do with the scope of the user controls? Am i missing the point or is this something that should be possible. Cheers |