Is it possible to mirror screen via VGA cable to second monitor?

Dragon5

New member
Local time
8:09 AM
Messages
2
Hi everyone, I wanted to ask you if it is possible to mirror the monitor output via VGA cable to second monitor, while at the same time keeping only one monitor recognized? What I need is the second monitor to act as a projector so that it isn't detected as a second monitor. The second monitor is used temporarily for presentations. To be more specific: I want to duplicate a.k.a mirror the display without changing the resolution options for it to support second monitor.

On the side note:I'm planning to do the customization pack. While I did find most of the resources I'm still looking for some resources: For example I would like to replace the numbers and the screens in the image below. I found most of the .bmp and .icon files but I can't seem to find those two.
extend-display-windows-7.jpg


Thanks for the answers!
 
Last edited:

My Computer My Computer

At a glance

65
Computer type
PC/Desktop
OS
65
Anyone? It would be good if I knew how to edit UIFILE to remove 1|2 when using duplicate display and just use number 1.

Code:
<duixml>
<element resid="DividerHeader" id="atom(dividerheader)" sheet="cp_style" layoutpos="top" layout="filllayout()">
<element layout="flowlayout(0,2)" padding="rect(0rp,2rp,0rp,0rp)">
<element class="cp_content_divider_line"/>
</element>
<element layout="flowlayout()">
<element class="cp_content_divider_header" id="atom(DividerText)"/>
</element>
</element>
<element resid="GroupPolicyControl" layout="BorderLayout()" padding="rect(0rp,20rp,0rp,10rp)">
<element id="atom(GroupPolicyPane)" layoutpos="top" layout="borderlayout()" background="themeable(dtb(CONTROLPANEL,18,0),window)" borderthickness="rect(1rp,1rp,1rp,1rp)" bordercolor="threedshadow">
<element background="themeable(dtb(CONTROLPANEL,18,0),window)" layoutpos="client" layout="NineGridLayout()" contentalign="wrapleft" padding="rect(5rp,5rp,5rp,5rp)">
<element layoutpos="nineleft" content="icon(81,sysmetric(49),sysmetric(50),library(imageres.dll))" Accessible="true" AccRole="Graphic" padding="rect(0rp,0rp,5rp,0rp)"/>
<CCSysLink id="atom(Link_GroupPolicyText)" layoutpos="nineclient" sheet="cp_style" class="cp_content_help_text" background="themeable(dtb(CONTROLPANEL,18,0),window)"/>
</element>
</element>
</element>
<stylesheets>
<style resid="cp_style">
<Button accessible="true" contentalign="wrapleft"/>
<Element overhang="false" background="argb(0,0,0,0)"/>
<NavigateButton overhang="false" background="argb(0,0,0,0)"/>
<CCPushButton transparent="true" accessible="true" minsize="size(76rp,23rp)" font="gtf(CONTROLPANELSTYLE,14,0)" margin="rect(6rp,0rp,0rp,0rp)"/>
<CCCheckBox transparent="true" accessible="true" font="gtf(CONTROLPANELSTYLE,6,0)" foreground="gtc(CONTROLPANELSTYLE,6,0,3803)" background="themeable(dtb(CONTROLPANEL,2,0),window)"/>
<ComboBox transparent="true" accessible="true" font="gtf(CONTROLPANELSTYLE,14,0)"/>
<CCRadioButton transparent="true" accessible="true" font="gtf(CONTROLPANELSTYLE,6,0)" foreground="gtc(CONTROLPANELSTYLE,6,0,3803)" background="themeable(dtb(CONTROLPANEL,2,0),window)"/>
<CCSysLink transparent="true" accessible="true" font="gtf(CONTROLPANELSTYLE,6,0)" foreground="gtc(CONTROLPANELSTYLE,6,0,3803)" background="themeable(dtb(CONTROLPANEL,2,0), window)"/>
<Edit transparent="true" themedborder="true" width="120rp" accessible="true" accrole="text" height="20rp" font="gtf(CONTROLPANELSTYLE,6,0)" foreground="gtc(CONTROLPANELSTYLE,6,0,3803)"/>
<if class="cp_topbox">
<Element accessible="true" accrole="client" background="themeable(dtb(CONTROLPANEL,2,0),window)"/>
</if>
<if class="cp_hub_frame">
<Element padding="rect(13rp,1rp,1rp,10rp)"/>
</if>
<if class="cp_spoke_frame">
<Element padding="rect(0rp,19rp,0rp,10rp)"/>
</if>
<if class="cp_help_glyph">
<Button height="18rp" width="18rp" content="icon(99,sysmetric(49),sysmetric(50),library(imageres.dll))" padding="rect(1rp,1rp,1rp,1rp)" cursor="hand" accRole="link" accdefaction="click" accState="0x00100000" tooltip="true"/>
<if keyfocused="true">
<Button contentalign="focusrect"/>
</if>
</if>
<if class="cp_content_pane">
<Element width="600rp" padding="rect(10rp,0rp,10rp,0rp)" background="themeable(dtb(CONTROLPANEL,2,0),window)"/>
</if>
<if class="cp_content_instruction">
<Element contentalign="wrapleft" foreground="gtc(CONTROLPANELSTYLE,5,0,3803)" font="gtf(CONTROLPANELSTYLE, 5, 0)" accessible="true" accRole="statictext"/>
</if>
<if class="cp_content_v_spacer">
<Element height="7rp"/>
</if>
<if class="cp_content_text">
<Element font="gtf(CONTROLPANELSTYLE, 6, 0)" foreground="gtc(CONTROLPANELSTYLE,6,0,3803)" contentalign="wrapleft" accessible="true" accRole="statictext"/>
<PText font="gtf(CONTROLPANELSTYLE, 6, 0)" foreground="gtc(CONTROLPANELSTYLE,6,0,3803)" contentalign="wrapleft" accessible="true" accRole="statictext"/>
</if>
<if class="cp_content_title_text">
<Element font="gtf(CONTROLPANELSTYLE, 19, 0)" foreground="gtc(CONTROLPANELSTYLE,19,0,3803)" contentalign="wrapleft" accessible="true" accRole="statictext"/>
</if>
<if class="cp_help_link">
<Button accessible="true" accRole="link" accdefaction="click" foreground="gtc(CONTROLPANELSTYLE,7,1,3803)" font="gtf(CONTROLPANELSTYLE,7,1)" overhang="false"/>
<Element accessible="true" accRole="link" accdefaction="click" foreground="gtc(CONTROLPANELSTYLE,7,1,3803)" font="gtf(CONTROLPANELSTYLE,7,1)" overhang="false"/>
<if keyfocused="true">
<Button contentalign="wrapleft | focusrect"/>
<Element contentalign="wrapleft | focusrect"/>
</if>
<if enabled="false">
<Button foreground="gtc(CONTROLPANELSTYLE,7,4,3803)" font="gtf(CONTROLPANELSTYLE,7,4)"/>
<Element foreground="gtc(CONTROLPANELSTYLE,7,4,3803)" font="gtf(CONTROLPANELSTYLE,7,4)"/>
</if>
<if mousefocused="true">
<Button cursor="hand" foreground="gtc(CONTROLPANELSTYLE,7,2,3803)" font="gtf(CONTROLPANELSTYLE,7,2)"/>
<Element cursor="hand" foreground="gtc(CONTROLPANELSTYLE,7,2,3803)" font="gtf(CONTROLPANELSTYLE,7,2)"/>
</if>
</if>
<if class="cp_content_link">
<Button accessible="true" accRole="link" accdefaction="click" foreground="gtc(CONTROLPANELSTYLE,10,1,3803)" font="gtf(CONTROLPANELSTYLE,10,1)" overhang="false"/>
<Element accessible="true" accRole="link" accdefaction="click" foreground="gtc(CONTROLPANELSTYLE,10,1,3803)" font="gtf(CONTROLPANELSTYLE,10,1)" overhang="false"/>
<if keyfocused="true">
<Button contentalign="wrapleft | focusrect"/>
<Element contentalign="wrapleft | focusrect"/>
</if>
<if enabled="false">
<Button foreground="gtc(CONTROLPANELSTYLE,10,4,3803)" font="gtf(CONTROLPANELSTYLE,10,4)"/>
<Element foreground="gtc(CONTROLPANELSTYLE,10,4,3803)" font="gtf(CONTROLPANELSTYLE,10,4)"/>
</if>
<if mousefocused="true">
<Button cursor="hand" foreground="gtc(CONTROLPANELSTYLE,10,2,3803)" font="gtf(CONTROLPANELSTYLE,10,2)"/>
<Element cursor="hand" foreground="gtc(CONTROLPANELSTYLE,10,2,3803)" font="gtf(CONTROLPANELSTYLE,10,2)"/>
</if>
</if>
<if class="cp_content_divider_header">
<Element background="themeable(dtb(CONTROLPANEL,2,0),window)" foreground="gtc(CONTROLPANELSTYLE,9,0,3803)" font="gtf(CONTROLPANELSTYLE, 9, 0)" padding="rect(0rp,0rp,2rp,0rp)" contentalign="wrapleft" accessible="true" accRole="statictext"/>
</if>
<if class="cp_content_divider_line">
<Element height="1rp" width="565rp" background="themeable(dtb(CONTROLPANEL,17,0),buttonshadow)"/>
</if>
<if class="cp_content_banner_box">
<Element padding="rect(7rp,7rp,7rp,7rp)" background="themeable(dtb(CONTROLPANEL,18,0),window)" borderthickness="rect(1rp,1rp,1rp,1rp)" bordercolor="gtc(CONTROLPANELSTYLE,17,0,3821)"/>
</if>
<if class="cp_command_sink">
<Element layoutpos="bottom" background="themeable(dtb(CONTROLPANEL,12,0),window)"/>
</if>
<if class="cp_command_float">
<Element layoutpos="top" background="themeable(dtb(CONTROLPANEL,13,0),window)"/>
</if>
<if class="cp_command_button_box">
<Element padding="rect(0rp,10rp,10rp,10rp)" width="600rp"/> 
</if>
</style>
<style resid="displaycplstyles">
<if class="dpi_radiobutton">
<CCRadioButton shortcut="auto" layoutpos="top" background="themeable(dtb(CONTROLPANEL,2,0),window)" accessible="true" padding="rect(0rp,0rp,0rp,30rp)" transparent="true"/>
</if>
<if class="display_checkbox">
<CCCheckBox shortcut="auto" layoutpos="top" background="themeable(dtb(CONTROLPANEL,2,0),window)" accessible="true" transparent="true"/>
</if>
<if class="MonitorLayout">
<MonitorElement background="argb(0,0,0,0)" accessible="true" accrole="pushbutton" accdefaction="press"/>
</if>
<if class="MonitorElement">
<MonitorElement accessible="true" accrole="pushbutton" accdefaction="press"/>
<if keyfocused="true">
<MonitorElement contentalign="middlecenter | focusrect"/>
</if>
</if>
<if id="atom(ResolutionControl)">
<ResolutionControl background="themeable(dtb(Combobox,5,1), window)" contentalign="middlecenter" padding="themeable(rect(2rp,2rp,0rp,2rp), rect(0,0,0,0))" borderthickness="themeable(rect(0,0,0,0), rect(2rp,2rp,2rp,2rp))" borderstyle="Sunken" bordercolor="ButtonShadow"/>
<if enabled="false">
<ResolutionControl background="themeable(dtb(Combobox,5,4), window)"/>
</if>
<if mousewithin="true">
<ResolutionControl background="themeable(dtb(Combobox,5,2), window)"/>
</if>
<if pressed="true">
<ResolutionControl background="themeable(dtb(Combobox,5,3), window)"/>
</if>
<if keyfocused="true">
<if mousewithin="true">
<ResolutionControl background="themeable(dtb(Combobox,5,2), highlight)"/>
</if>
<if mousewithin="false">
<ResolutionControl background="themeable(dtb(Combobox,5,1), highlight)"/>
</if>
</if>
</if>
<if id="atom(ActionButton)">
<Button borderthickness="rect(0,0,0,0)" background="argb(0,0,0,0)" foreground="windowtext" padding="themeable(rect(0rp, 2rp, 15rp, 2rp), rect(0rp, 2rp, 3rp, 2rp))" font="gtf(TEXTSTYLE, 4, 0)"/>
<if enabled="false">
<Button foreground="graytext"/>
</if>
<if keyfocused="true">
<Button foreground="themeable(buttontext, HighLightText)" contentalign="middlecenter | focusrect"/>
</if>
</if>
<if id="atom(SplitMenuButton)">
<Button borderthickness="rect(0,0,0,0)" contentalign="middlecenter" background="themeable(dtb(Combobox, 6, 1), dfc(3, 0x0001))" width="sysmetric(2)" padding="themeable(rect(3rp, 0rp, 3rp, 0rp),rect(0, 0, 0, 0))"/>
<if enabled="false">
<Button background="themeable(dtb(Combobox, 6, 4), dfc(3, 0x0001 | 0x0100))"/>
</if>
<if keyfocused="true">
<Button background="themeable(dtb(Combobox, 6, 1), dfc(3, 0x0001))"/>
</if>
<if mousefocused="true">
<Button background="themeable(dtb(Combobox, 6, 1), dfc(3, 0x0001 ))"/>
</if>
<if pressed="true">
<Button background="themeable(dtb(Combobox, 6, 1), dfc(3, 0x0001 | 0x0200))"/>
</if>
</if>
<if class="MonitorTooltip">
<element foreground="themeable(gtc(Tooltip, 1, 0, 3803), infotext)" background="themeable(dtb(Tooltip, 1, 0), infobackground)" contentalign="middlecenter"/>
</if>
</style>
</stylesheets>
<DisplayPage resid="main" id="atom(DisplaySettings)" layout="borderlayout()" width="600rp">
<Element resid="main" sheet="cp_style" class="cp_topbox" layout="borderlayout()" accessible="true" layoutpos="client">
<ScrollViewer layoutpos="client" sheet="common" xscrollable="false" accessible="true" accrole="pane">
<Element layoutpos="top" layout="BorderLayout()">
<Element layoutpos="top" layout="FlowLayout(0, 0, 2)">
<Element layout="borderlayout()" width="600rp" layoutpos="client" sheet="cp_style" class="cp_hub_frame">
<Element id="atom(startLinks)" class="cp_content_pane" layoutpos="client" layout="borderlayout()">
<macro id="atom(GroupPolicyMessage)" expand="GroupPolicyControl" layoutpos="none">
<bind connect="Link_GroupPolicyText" accname="resstr(IDS_GRUPOLICY_ACC)" content="resstr(304)"/>
</macro>
<macro id="atom(RemoteSessionMessage)" expand="GroupPolicyControl" layoutpos="none">
<bind connect="Link_GroupPolicyText" content="resstr(306)"/>
</macro>
<Element layoutpos="top" layout="flowlayout()">
<Element id="atom(SingleDisplayTitle)" class="cp_content_instruction" padding="rect(0,17rp,0,12rp)" content="resstr(573)"/>
<Element id="atom(MultipleDisplaysTitle)" class="cp_content_instruction" padding="rect(0,17rp,0,12rp)" content="resstr(574)" layoutpos="none"/>
</Element>
<Element layoutpos="top" layout="borderlayout()" padding="rect(0,0,0,0)" width="200rp" borderthickness="rect(1rp,1rp,1rp,1rp)" bordercolor="threedshadow">
<Element layoutpos="right" layout="borderlayout()" padding="rect(10rp,10rp,10rp,10rp)">
<CCPushButton id="atom(DetectButton)" layoutpos="top" shortcut="auto" padding="rect(0,0,0,8rp)" accessible="true" accdefaction="resstr(591)" content="resstr(556)"/>
<CCPushButton id="atom(IdentifyButton)" layoutpos="top" shortcut="auto" accessible="true" accdefaction="resstr(592)" content="resstr(557)"/>
</Element>
<MonitorLayout id="atom(MonitorSelector)" layout="borderlayout()" layoutpos="top" bordercolor="gtc(CONTROLPANELSTYLE,17,0,3821)" padding="rect(5rp,5rp,5rp,5rp)" height="112rp" width="200rp" accessible="true" accname="resstr(581)" accrole="list" sheet="displaycplstyles">
</MonitorLayout>
</Element>
<Element layoutpos="top" layout="borderlayout()" padding="rect(0rp,9rp,0rp,0rp)">
<Element layout="rowlayout(1, 0, 2)" layoutpos="top" padding="rect(0rp,6rp,0rp,6rp)">
<Element content="resstr(558)" padding="rect(0rp,0,12rp,0)" shortcut="auto" accessible="true" accrole="statictext"/>
<ComboBox layoutpos="client" width="300rp" id="atom(DisplayCombobox)" accname="resstr(576)"/>
</Element>
<Element layout="rowlayout(1, 0, 2)" layoutpos="top" padding="rect(0rp,6rp,0rp,6rp)">
<Element content="resstr(559)" padding="rect(0rp,0,12rp,0)" shortcut="auto" accessible="true" accrole="statictext"/>
<ResolutionControl sheet="displaycplstyles" shortcut="auto" accessible="true" accname="resstr(585)" accdesc="resstr(586)" accdefaction="resstr(593)" layoutpos="left" layout="borderlayout()" id="atom(ResolutionControl)" active="keyboard" accrole="combobox">
<Button id="atom(ActionButton)" sheet="displaycplstyles" layoutpos="client" contentalign="middleleft" active="mouse" accname="resstr(587)"/>
<Button id="atom(SplitMenuButton)" sheet="displaycplstyles" layoutpos="right" accessible="true" accrole="pushbutton" accname="resstr(589)" accdesc="resstr(590)" accdefaction="resstr(594)" active="mouse"/>
</ResolutionControl>
</Element>
<Element id="atom(HighDpiWarning)" layoutpos="none" layout="borderlayout()" padding="rect(0rp,0,12rp,0)">
<Element layoutpos="left" content="icon(84, sysmetric(49), sysmetric(50), library(imageres.dll))"/>
<Element id="atom(HighDpiWarningLabel)" margin="rect(6rp,0rp,0rp,0rp)" class="cp_content_text" content="resstr(575)" layoutpos="top"/>
</Element>
<Element id="atom(OrientationPanel)" layout="rowlayout(1, 0, 2)" layoutpos="top" padding="rect(0rp,6rp,0rp,6rp)">
<Element content="resstr(560)" padding="rect(0rp,0,12rp,0)" shortcut="auto" accessible="true" accrole="statictext"/>
<ComboBox layoutpos="left" width="300rp" id="atom(OrientationCombobox)" accname="resstr(578)"/>
</Element>
<Element id="atom(MultipleDisplayPanel)" layout="rowlayout(1, 0, 2)" layoutpos="top" padding="rect(0rp,6rp,0rp,6rp)">
<Element id="atom(TopologyLabel)" content="resstr(561)" padding="rect(0rp,0,12rp,0)" shortcut="auto" accessible="true" accrole="statictext"/>
<ComboBox layoutpos="client" width="300rp" id="atom(TopologyCombobox)" accname="resstr(580)"/>
</Element>
<Element id="atom(ForceProjectWarningGroup)" layoutpos="none" layout="flowlayout(0,2,0,2)" padding="rect(0rp,6rp,0rp,1rp)">
<Button layoutpos="left" content="icon(84, sysmetric(49), sysmetric(50), library(imageres.dll))" accrole="graphic" accname="resstr(15)" margin="rect(0rp,0rp,6rp,0rp)" width="sysmetric(49)"/>
<Element id="atom(ForceProjectWarning1)" layoutpos="left" class="cp_content_text" content="resstr(596)"/>
<Element id="atom(ForceProjectWarning2)" layoutpos="none" class="cp_content_text" content="resstr(597)"/>
</Element>
<Element layout="borderlayout()" layoutpos="top">
<Element layout="borderlayout()" layoutpos="client">
<Element id="atom(MainMonitorLabel)" class="cp_content_text" layoutpos="top" padding="rect(0,12rp,0,6rp)" content="resstr(562)"/>
<CCCheckBox id="atom(MainMonitorCheckbox)" class="display_checkbox" layoutpos="top" padding="rect(0,12rp,0,4rp)" content="resstr(569)"/>
</Element>
<Element layout="borderlayout()" layoutpos="right" padding="rect(0,12rp,0,6rp)">
<Button id="atom(advanceSettingsLink)" class="cp_content_link" layoutpos="bottom" content="resstr(563)"/>
</Element>
</Element>
<Macro expand="DividerHeader" layoutpos="top" width="600rp">
<bind connect="DividerText"/>
</Macro>
<Element id="atom(projectionArea)" layout="flowlayout(1)" layoutpos="top" margin="rect(0,8rp,0,0rp)">
<Button id="atom(projectionLink)" class="cp_content_link" content="resstr(598)"/>
<Element id="atom(projectionHotKeyPart1)" class="cp_content_text" content="resstr(570)"/>
<Element layout="flowlayout(0)" margin="rect(4rp,0,0,0)">
<Button id="atom(WinkeyLogo)" margin="rect(4rp,0,4rp,0)" content="icon(2,sysmetric(49),sysmetric(50),library(display.dll))" active="inactive" accrole="graphic" accname="resstr(572)"/>
<Element id="atom(projectionHotKeyPart2)" class="cp_content_text" content="resstr(571)"/>
</Element>
</Element>
<NavigateButton navigationtargetrelative="" layout="borderlayout()" layoutpos="top" margin="rect(0,9rp,0,0)">
<Button id="atom(dpiPageLink)" class="cp_content_link" layoutpos="left" content="resstr(599)"/>
</NavigateButton>
<Element layout="borderlayout()" layoutpos="top" margin="rect(0,10rp,0,0)">
<Button id="atom(projectionOptionsLink)" class="cp_content_link" layoutpos="left" content="resstr(564)"/>
</Element>
</Element>
</Element>
</Element>
</Element>
<Element id="atom(ButtonPanel)" layoutpos="top" Layout="FillLayout()" padding="rect(0rp,8rp,0rp,0rp)">
<Element sheet="cp_style" class="cp_command_float" Layout="BorderLayout()">
<Element layoutpos="top" layout="FlowLayout(0,0,2)">
<Element layout="FlowLayout(0,0,1)" class="cp_command_button_box">
<viewer>
<Element layout="FlowLayout()">
<CCPushButton id="atom(bttnOk)" content="resstr(566)"/>
<CCPushButton id="atom(bttnCancel)" content="resstr(567)"/>
<CCPushButton id="atom(bttnApply)" content="resstr(568)"/>
</Element>
</viewer>
</Element>
</Element>
</Element>
</Element>
</Element>
</ScrollViewer>
</Element>
</DisplayPage>
<MonitorElement resid="MonitorLayout" class="MonitorLayout" layout="borderlayout()" sheet="displaycplstyles" tooltip="true" accessible="true" accrole="listitem">
<element id="atom(MonitorElementPreview)" class="MonitorElementPreview" layoutpos="top"/>
<element id="atom(MonitorElementLabel)" class="MonitorElementLabel" layoutpos="top"/>
</MonitorElement>
</duixml>
 

My Computer My Computer

At a glance

65
Computer type
PC/Desktop
OS
65
Back
Top