Alexey87
я не совсем понял твой вопрос, ты имеешь ввиду изменение фона окна?
то тогда так
Код: tbPageProperties = Application.GetPageProperties("Page1");
tbPageProperties.BackgroundType = BG_SOLID;
nColor = Math.RGBToNumber(255, 255, 255);
tbPageProperties.BackgroundColor = nColor;
Application.SetPageProperties("Page1", tbPageProperties);
я не совсем понял твой вопрос, ты имеешь ввиду изменение фона окна?
то тогда так
Код: tbPageProperties = Application.GetPageProperties("Page1");
tbPageProperties.BackgroundType = BG_SOLID;
nColor = Math.RGBToNumber(255, 255, 255);
tbPageProperties.BackgroundColor = nColor;
Application.SetPageProperties("Page1", tbPageProperties);