Jump to content

How to maximze RDP window from c#


Recommended Posts

Guest lawrence.barwick@googlemail.com
Posted

Hello,

 

I have succesfully created a RDPClient connection and opened it

fullscreen. When I minimize it, it collapses to the taskbar as

expected. But then I cannot maximize it again. When I right click over

it on taskbar all options are greyed out except 'Close'

 

Lawrence

  • Replies 4
  • Created
  • Last Reply

Popular Days

Posted

Re: How to maximze RDP window from c#

 

Press Ctrl-Alt-Break when the focus is on the RDP control.

 

-TP

 

lawrence.barwick@googlemail.com wrote:

> Hello,

>

> I have succesfully created a RDPClient connection and opened it

> fullscreen. When I minimize it, it collapses to the taskbar as

> expected. But then I cannot maximize it again. When I right click over

> it on taskbar all options are greyed out except 'Close'

>

> Lawrence

Guest lawrence.barwick@googlemail.com
Posted

Re: How to maximze RDP window from c#

 

On 31 Jul, 15:24, "TP" <tperson.knowsp...@mailandnews.com> wrote:

> Press Ctrl-Alt-Break when the focus is on the RDP control.

>

> -TP

>

>

>

> lawrence.barw...@googlemail.com wrote:

> > Hello,

>

> > I have succesfully created a RDPClient connection and opened it

> > fullscreen. When I minimize it, it collapses to the taskbar as

> > expected. But then I cannot maximize it again. When I right click over

> > it on taskbar all options are greyed out except 'Close'

>

> > Lawrence- Hide quoted text -

>

> - Show quoted text -

 

TP,

 

Is there a way to set it up such that the minimize and maximize

function from the task bar become enabled? I think ctrl-atl-break

would be tricky for a user...

 

Lawrence

Posted

Re: How to maximze RDP window from c#

 

Yes but I don't have any sample code worked out, sorry.

 

Google for samples that use the RDP control and see if

that helps. If you have MSDN you could post a managed

newsgroup question and then a MS employee would

research it and provide the answer.

 

Take a look at the ContainerHandledFullScreen property,

perhaps you need to use that and/or use pinvoke, not sure.

 

When you find the answer please post back so that others

may benefit in the future.

 

Thanks.

 

-TP

 

lawrence.barwick@googlemail.com wrote:

> TP,

>

> Is there a way to set it up such that the minimize and maximize

> function from the task bar become enabled? I think ctrl-atl-break

> would be tricky for a user...

>

> Lawrence

Guest ThomasT.
Posted

Re: How to maximze RDP window from c#

 

Hi,

 

I think you can check RoyalTS at : http://code4ward.net/

A very good sample with open source

 

ThomasT.

 

<lawrence.barwick@googlemail.com> a écrit dans le message de news:

1185884891.099811.13460@19g2000hsx.googlegroups.com...

> Hello,

>

> I have succesfully created a RDPClient connection and opened it

> fullscreen. When I minimize it, it collapses to the taskbar as

> expected. But then I cannot maximize it again. When I right click over

> it on taskbar all options are greyed out except 'Close'

>

> Lawrence

>


×
×
  • Create New...