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. liglin

    no user input return

    In MS VC++ 6.0 under Win 2000 the input 5 produces this output: &d yd = What may be missing? Thanks, Liglin #include <stdio.h> void main() { int yard; printf(&quot;Enter next length: &quot;); scanf(&quot;%d&quot;, &yard); printf(&quot;\n&d yd = \n&quot;, yard); }
  2. liglin

    Extend number of opened items

    Hi Cheech, what I tried was this: I opened Files\Macromedia\Dreamweaver4\Configuration\Menus\MM\Files_RecentFiles.js I changed the following line: recentFiles = new Array(4); Instead of 4, I inserted the number of files I want to display. I substituted the same number in this line: for...
  3. liglin

    Extend number of opened items

    The file menu of DW 4 shows 4 items recently opened. How can this number be extended? Thanks, Liglin
  4. liglin

    count in Excel

    How can the Count function be used in Excel? thx, Penelope
  5. liglin

    coordinates of dragged layers are returned in IE, but not NS

    Why does the following code shows the coordinates of dragged layers in IE but not in NS? ======================================================== <HTML> <HEAD> <TITLE>Untitled Document</TITLE> <META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;> <script...

Part and Inventory Search

Back
Top