jonnyboy12 0 Junior Poster in Training

Hello i am using a web browser control in my program with ms visual. I use the web browsers internal functions to do things like, cut, copy, select, CreateLink....It looks like this.

this->webBrowserBody->Document->ExecCommand("CreateLink", false, nullptr);       ............

Ok, that will bring up and insert link dialog. The dialogs are blank in color. Is there anyway to access the color and background image of web browser dialog box's . thanks, cant find this anywhere.