I am trying to add two more buttons in wizard under
[Flags]
public enum WizardButtons
{
None = 0x0000,
Back = 0x0001,
Next = 0x0002,
Finish = 0x0004,
}
but it is not taking it correctly can you help me in like what value to set for new buttons.as for others buttons you have done.like Next = 0x0002 as so on....please help me....
thanks.
Buttons on Wizard