Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
All of a sudden When i Run some of my App that I have made (WinForm) it moves to the bottom tool bar and will not Maximize. I just have the icon at the bottom. Window state is set to Normal, there's no break points set.
I don't get any errors in the code, they worked properly before.

Any ideas?

What I have tried:

Lots of things very confused Reading the net
Posted
Updated 15-Mar-17 6:49am
v3
Comments
Dave Kreskowiak 14-Mar-17 20:26pm    
You're question isn't and isn't answerable either.

We have no idea what this "some winform" application is. What does it do? Did you write it? What are you doing exactly when you "debug it"? Did you set breakpoints and the code stopped at one of them? The app will not respond or repaint itself at all if the debugger has stopped the code from executing.

Without proper details, it's impossible to tell you anything useful.
[no name] 14-Mar-17 20:33pm    
Looks like we typed very much the same. :-)

By the way, I'm debugging some MonoGame app here that also does strange things. Can you tell me what's wrong? :-)
Graeme_Grant 14-Mar-17 21:10pm    
Developers sacrifice and contribute their time own for free to help fellow developers resolve difficulties. It is important that you are crystal clear about what you are experiencing with plenty of information so that your time and theirs are not wasted. The clearer the question, the better chance that you will get a favorable response in a timely manner.

Please take the time to look at these links provided before posting questions:
* Basic Debugging with Visual Studio 2010 - YouTube[^]
* Some guidelines for posting questions in the forums[^]
* Tales from the Evil Empire - Asking questions is a skill[^]

Once you are ready update the question with clear and concise details, sample code, any error messages (includding inner exception details), etc, please click on Improve question to add more info to the question.

This is not very much information you are giving us. Do you really expect a helpful answer?

Ok, then let's guess a little. You say you are debugging and the program does not respond anymore? Could it be that the debugger has hit a breakpoint? Then it would be sitting there and waiting for your input?

Otherwise, the debug process could have crashed. Why don't you simply end debugging, kill the program with the task manager if it still does not respond and start all over?
 
Share this answer
 
v2
Hi Member 12349103,

Did you check the WindowState property of the form? I guess it is somehow might be set to 'Minimized'. Please set it back to 'Normal'.

If this doesn't solve the problem please provide more information with screenshots.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900