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 strongm 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. mayfair

    Is there an instruction in c++ to copy the screen (dos box).

    In the microsoft DOS window, there is a button that is a box made out of dashed lines. Use this to select the part of the screen you want, then use the button that looks like sissors to cut it, then you can paste it in any text editing document you want
  2. mayfair

    Free Borland C++ 5.5 compiler download

    is this in windows or dos? Thanks
  3. mayfair

    Crazy Mouse Sometimes!!

    Try pressing and holding both buttons for a few seconds and it should fix it. Usually the inside is just stuck a litte.
  4. mayfair

    why does 1.4 + 1.2 = 2.5999999999996

    I don't know how to fix it, but the problem is because the decimal part of the equation is sent to the co-processor, and when it is sent back to processor the data losses a little accuracy. Sorry I couldn't help with the answer, the way I solved the problem when I was making a calculator...
  5. mayfair

    Width & Hieght

    Is there any function that will allow me to get the width and hieght of a image I want to draw?
  6. mayfair

    Java Script Help

    but the page loads and gets a random picture shown on it? I tested this some more and when every I use a document.write in the body of a web page the print preview doesn't work, but when I do it in the head, it works. Any thoughts?
  7. mayfair

    Java Script Help

    I have a java script that finds a random number, than with that number prints out the picture in that array spot. Here is the code <script language=&quot;JavaScript&quot;> <!-- Hide from old browsers function random_imglink() { var myImages=new Array() var myComments=new Array() //specify...
  8. mayfair

    div tags in java script document.write()

    I'm meaning by move, no matter what what top and left coordinates I give it, it's always in the same spot. top, right corner, it just won't move
  9. mayfair

    div tags in java script document.write()

    I'm using netscape 4.5, and the code isn't working for me. It isn't displaying a picture but when I take the div stuff out of the document.write the picture shows up fine. Any hints on how to solve this. Thanks Tyrone
  10. mayfair

    div tags in java script document.write()

    I have the code document.write(&quot;<div id='picture3' style='position:absolute; left:560px; top:500px;width:147px; height:143px; z-index:2'><img src='&quot;+myImages[ry]+&quot; ALIGN=RIGHT></div>&quot;); What I need it to do is display the image and to position it on the screen. It...
  11. mayfair

    dir tags in side of a java script document.write()

    I have the code document.write(&quot;<div id='picture3' style='position:absolute; left:560px; top:500px; width:147px; height:143px; z-index:2'><img src='&quot;+myImages[ry]+&quot;' ALIGN=RIGHT></div>&quot;); What I need it to do is display the image and to position it on the screen. It...

Part and Inventory Search

Back
Top