i need to set the colour of a menu to this style but when i create the style it needs to be in .net not in a style sheet as they are generated @ runtime ... but how do i add hex values in vb.net ?
the following don't work :(
MyStyle.BackColor = Color.FromName()
MyStyle.BackColor = Color.FromArgb()
MyStyle.BackColor = Color.FromKnownColor
do i need to setup a colour object ??
many thanks
john
