we use this method in vb 6.0 for enable disable
Toolbar1.Buttons(1).Enabled = false
which method we use to enable disable buttons of toolbar in c sharp
in switch statemnt we write
switch (index)
{
case 4 && RecMode != "":
}
system generate error please correct this sentax


Reply With Quote