Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JasonDoucette

    Maximizing window - muliple monitor problems

    Yes, indeed. I thought the same thing. The only other thing that I noticed is that sometimes this algorithm will attempt to place the window in the position of a 3rd monitor, when none exists - because of the floor() trick you used. However, the browser seems to ignore this, and pushes the...
  2. JasonDoucette

    Maximizing window - muliple monitor problems

    Thanks for the reply. Your method does appear to work for my specific case, where I use IE for my own personal homepage. Unfortunately, for the general case, this is insufficient, because screenLeft / screenTop is available only in IE. screenX / screenY is their equivalent in Netscape /...
  3. JasonDoucette

    What's a good Windows Programming starter book?

    I highly recommend Charles Petzold's Programming Windows, as well. It's in its 5th version now, for Windows 98, but this is fine for developing on Windows XP. Jason Doucette http://www.jasondoucette.com/
  4. JasonDoucette

    Maximizing window - muliple monitor problems

    Hello, I have seen many solutions for maximizing a window with the following code: self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight); I have tested this with IE 6.0 and Mozilla Firefox 1.0. If this is put to use on a multiple monitor system, on a monitor with negative...

Part and Inventory Search

Back
Top