Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 838919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T05:22:59+00:00 2026-05-15T05:22:59+00:00

I can open a context menu but cannot see the opened menu list through

  • 0

I can open a context menu but cannot see the opened menu list through VNC. (I know that i can open the context menu by checking the vnc server machine directly)
I tested on different vnc servers / clients machines (although all of them are windows Vista), and different wpf app, but still I cant see any menu list.

Is this a reported problem? I found some information about wpf problem relating to windows desktop, but i dont know about vnc.

ADDED : I dont have this problem on windows native apps or windows forms apps under my vnc environment.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T05:22:59+00:00Added an answer on May 15, 2026 at 5:22 am

    I have not read/found any known issue regarding viewing WPF applications across a remote connection. However if you think about how remote connections work I would like hazard a few guesses to the problem and even maybe a solution.

    When you install any remote desktop software you really doing two things: setting up a repeater to relay input commands and adding a display adapter that acts as a frame server, i.e., instead of outputting the contents of the screen to a monitor it sends the information over the network.

    As you know, WPF utilises DirectX to accelerate its rendering (GPU bound) and it is an unfortunate limitation that all graphic card acceleration does not work via remote desktop connection.

    What I believe is happening in your specific case is that WPF is not falling back to using it’s software rendering pipeline when it attempts to draw the context menu – perhaps because the context menu is a Popup and in a separate visual tree.

    Something worth trying would be to force your WPF application to use software rendering.

    void OnLoaded(object sender, EventArgs e)
    {
        HwndSource hwndSource = (HwndSource)PresentationSource.FromVisual(this);
        HwndTarget hwndTarget = hwndSource.CompositionTarget;
    
        hwndTarget.RenderMode = RenderMode.SoftwareOnly;
    }
    

    If this does prove to be the case, you have two options: force WPF to use software rendering pipeline or try deploying a high-performance remote desktop access software solution from Hewlett Packard.

    HTH,

    References
    – Microsoft guidelines for troubleshooting graphic issues in WPF.
    – Hardware Acceleration in WPF
    – HP Remote Graphics Software


    Update: For others searching and finding this answer, you need change a VNC client setting to enable alpha blending. As noted by @mcdrewski that by default VNC won’t detect/render alpha blended windows. Enabling alpha blending incurs a cost and you will notice the VNC client lag a bit.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a system tray program with a shortcut/context menu, but I can't
From this context: import itertools lines = itertools.cycle(open('filename')) I'm wondering how I can implement
I can open the DefaultTemplate.xaml that was installed as part of our TFS 2010
I realise that you can open the google maps app ready for directions by
I have a form that can open a sub form (with ShowDialog ). I
I have MySQL running such that I can open a client command line and
I have an app that can open up some other forms at the user's
I am currently making a context menu which open from left button click instead
I'm trying to write a program that can password protect individual folders, but I'm
Using the Show/Remove Columns context menu option in the Test Results window I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.