Questions tagged [bringtofront]

68 questions
0
votes
1 answer

How to use BringToFront(); properly?

So I've been working on a little game project called economy, and I've ran into a little problem. What I want is to draw a stick man on the screen when someone hires a new employee, I do this by creating a new picture box, and assigning the stick…
0
votes
1 answer

Form overlay showing behind form on move and resize

I have setup a custom control that acts as a loading overlay, the overlay is a form with a picturebox on it to show the image. When the overlay shows it goes into position and is infront of the main form calling it, this looks great. However when…
Neo
  • 2,305
  • 4
  • 36
  • 70
-1
votes
3 answers

How To Stop BringToFront() Moving User Control To Top Left of Window?

I'm currently working on a small project, using user controls to bring up different windows part of my windows. When a sidebar is clicked, one of the user controls is brought to the front by BringToFront(). This uses an instance of the User Control…
-1
votes
1 answer

Android - ProgressDialog is running on back of FragmentDialog

I've used a customProgressDialog and when when I use it inside a FragmentDialog then it appears on the back of FragmentDialog, looks like it is attached withe the activity that is calling FragmentDialog and not the FragmentDialog itself. How can i…
-1
votes
1 answer

how get program to front from taskbar c#

can someone tell me how I can bring my program to front from taskbar (I don`t know is good name) or what is name this event in winform/wpf in c#. Problem is sometimes (not all the time) when I minimalie my program and click again then can show it…
mariusz695
  • 47
  • 6
-1
votes
1 answer

Activating Form By Title Throws System.NullReferenceException

so I have a form with a ComboBox that I populate with a list of open processes (In this case, I limit it to processes with titles that have 13 characters.) When I select an Item in the ComboBox I want to find that Form by Title and BringToFront…
Cistoran
  • 1,587
  • 15
  • 36
  • 54
-1
votes
1 answer

Bring browser to front that is started by ShellExec/Process.Start

The complex solution below is justified by the need of bringing a browser window to front. It is working ~90% of the time. The problem is the 10%, when it doesn't. I have an application that is running on a different desktop than the user's active…
-1
votes
2 answers

how to bring an ImageView to top on its Click in android

I have 5 custome ImageViews,I want to make a collage app demo,So for that i want to bring front particular imageView to front when its tapped,I have tried bringtoFront method for that but its not working,So can anybuddy Please help me to solve this…
user3819148
  • 85
  • 1
  • 12
1 2 3 4
5