Share

acedShowHTMLModelessWindow Function

C++

HWND acedShowHTMLModelessWindow(
    HWND owner, 
    const ACHAR* uriOfHtmlPage, 
    bool persistSizeAndPosition = true
);

File

AcHTMLApi.h

Description

This function can be used to launch a modeless dialog with the specified URI. The window hosts a browser window which displays the html page.

Parameters

Parameters Description
owner Owner window handle
uriOfHtmlPage URI of the page to be loaded into the palette
persistSizeAndPosition Saves the current size and position of the window if set to true

Previous Declaration

void acedShowHTMLModelessWindow(

HWND owner,

const ACHAR* uriOfHtmlPage,

bool persistSizeAndPosition = true

);

Was this information helpful?