devxlogo

SetExternalHTMLEditor – Change the name of the external HTML editor

SetExternalHTMLEditor – Change the name of the external HTML editor

Const HKEY_LOCAL_MACHINE = &H80000002' modify the name and path of the external HTML editor' configured in the Tools|Options|Advanced tab'' Changes apply immediately (no need to restart VB)'' Requires the SetRegistryValue functionSub SetExternalHTMLEditor(ByVal editorFileName As String)    SetRegistryValue HKEY_LOCAL_MACHINE, _        "SoftwareMicrosoftVisual Basic6.0External Tools", "HTML Editor", _        editorFileNameEnd Sub

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist