Hi,
I have been looking at various ways to skin my application nut am not having much success.
I have tried Skin Crafter, although what ever I try I cannot get this to work.
I am now trying USkin and am having some success but still need a little help from anybody that may have used it.
If I place this:-
//First Declare a skin object
[STAThread]
static void Main()
{
USkinSDK.USkinInit("", "", "..\\Skins\\DiyGreen.msstyles");
Application.Run(new Form1());
}
within the Main entry of my Program.cs, nothing happens i.e. no styling of the form.
If I place:-
USkinSDK.USkinInit("", "", "..\\Skins\\DiyGreen.msstyles");
on my Form1.cs between a Form_Load function, the styling does appear but it only shows the form's caption bar and none of the rest of the form.
Any help would be appreciated.
Regards..,
MT ;)