Tagged Questions

1
vote
5answers
229 views

How to maximize command prompt in windows xp

Hi, I am on windows xp, Is there any way to maximize my cmd.exe window? I am doing some mysql and it is so difficult to read results of my queries in such a small window. Why m …
2
votes
2answers
236 views

Maximizing WPF Doesn’t Update Width?

The width property of the screen doesn't seem to update to the fully maximized width when maximizing a window. If I resize it everything works fine, but not when maximizing. The …
4
votes
5answers
903 views

Java: Swing --> Maximize window

I'm putting together a quick and dirty animation using swing (hehehe). I would like the window to be maximized. How can I do that? Thanks in advance :)