Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7821449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T07:39:18+00:00 2026-06-02T07:39:18+00:00

the situation: .net 3.5 c# or vb.net(also tested) word 2007 add-in I’m trying to

  • 0

the situation:

  • .net 3.5
  • c# or vb.net(also tested)
  • word 2007 add-in

I’m trying to set the Background Color of the text to a custom rgb color.

The code is the following:

Range r = this.Application.ActiveDocument.Range();
r.Text = "blabla";
r.Font.Shading.BackgroundPatternColor =(WdColor) Color.FromArgb(0, 214, 227,188).ToArgb();

At first it seems to work, except that the color is not the right one. It seems that whenever I set a custom color, it changes it to an existing WdColor constant. Having a look at the doc, it says :

Returns or sets the 24-bit color that’s applied to the background of the Shading object. Can be any valid WdColor constant or a value returned by Visual Basic’s RGB function.

So, my question is: does anybody has an idea of how it’s supposed to work?

Thanx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T07:39:20+00:00Added an answer on June 2, 2026 at 7:39 am

    Use ColorTranslator

    Range r = this.Application.ActiveDocument.Range();
    r.Text = "blabla";
    r.Font.Shading.BackgroundPatternColor =(WdColor)ColorTranslator.ToOle(0, 214, 227,188);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

my situation is like this thread : ASP.NET Custom Validator + WebMethod + jQuery
I'm using ASP.NET Pages and CustomValidator control to validate set of controls. Also I'm
http://jsfiddle.net/nicktheandroid/GPFxM/28/ I've also explained the situation in the JS Fiddle example. I binded hover
My situation is Using .NET 3.5 Using SDL.NET Need to make a friendly installer
I have this situation: http://jsfiddle.net/bRDgK/3/ In this situation I have a modal dialog with
I've stumbled upon a really weird situation with ASP.Net MVC, passing an id as
I have the next very strange situation and problem: .NET 4.0 application for diagram
Lately, I'v been struggling with an annoying situation on ASP.NET MVC. Here's the story
My Situation: I have 1 asp.net application with both aspx pages AND webservices I
Consider the following situation: WidgetCompany produced a .NET DLL in 2006 called Widget.dll, version

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.