Tagged Questions

1
vote
2answers
1k views

c# wpf overlapping controls not receiving mouse events

Hi, I am building a canvas control. This root canvas has several overlapping children (canvas as well). This is done so each child can handle its own drawing and I can then compose the final result …
0
votes
1answer
79 views

Minimizable JFrame that stays on top of main application window.

My apps pops up a dialog. Users usually want to switch back and forth between this dialog and the application window for a period of time. I want this dialog to stay on top, so that it doesn't get …
0
votes
3answers
124 views

Place a window behind any other existing third party window

In order to take a screenshot of a specific window, I need to place a white colored TForm behind that window. What Windows API could I use to change the z-order of my window and place it correctly ?
1
vote
3answers
210 views

Change the z-order of subviews on the iPhone

I'm developing a game. I'm using about 150 UIImageView to hold the graphics. I'm simulating a 3D enviroment, so i would like to change the z-order (how close is an object to the camera). I know …
0
votes
4answers
1k views

How to show form in front in C#

Folks, Please does anyone know how to show a Form from an otherwise invisible application, and have it get the focus (i.e. appear on top of other windows)? I'm working in C# .NET 3.5. I suspect I've …
0
votes
1answer
87 views

How to know if my winform is on top of other windows in c#?

I need to know if a specific window in my application is on top of all the other windows (including other applications). I tried the TopLevel property but it tells if it is Toplevel within my …
0
votes
1answer
543 views

How to get the zorder in windows?

I'm making an application where I interact with each running application, right now, I need a way of getting the windows zorder, for instance, if firefox and notepad are running, I need to know which …
0
votes
4answers
231 views

Showing flash above content.

I have a page with a tutorial (http://www.poromenos.org/tutorials/bittorrent/download), but the site layout obscures the flash player, which is too wide. Is there a way to show the flash above the …