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 TouchToneTommy 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: *

  • Users: mikeo2l
  • Content: Threads
  • Order by date
  1. mikeo2l

    What does := mean ?

    Am trying to take one character at a time from one AnsiString and put it in another with an aim of creating scrolling text. for(i = 0; i < displaylength; i++) { Text1[startposition] = Text2[startposition++]; if( startposition >= Text2.Length() ) {...
  2. mikeo2l

    PopUpMenu Problem

    Can anyone tell me why my popupmenu is opening at 0,0 i.e. the monitor top left. I have used the example in builder but it dont work. How do I return the position of the current window/form without writing yards of code. I might add my help is crashing so I can use it to get answers. Mike
  3. mikeo2l

    Moving a window / form

    Can some one tell me how do I move a window/form onmousedown? I don't need the code just a pointer to the correct functions. I have set the form to hide the borders, menu, etc. I am simply trying to access the normal functions on a mousedown event but my Builder Help crashes. While I'm at it...
  4. mikeo2l

    Motherboard Vote

    If you are reallllly happy with your motherboard post a reply and rate it of of 100. Give the PC spec. Cause I want to buy a motherboard! and I want the best.. ;) Note all the pros and cons. This should be helpful for other on the boards at least it will point us in the right direction...
  5. mikeo2l

    Local Host all over the place

    Can anyone tell me how to change the default &quot;Localhost&quot; name used by Linux. Problem I use a Linux Box as my server. Connected to it is a win 2000 box. Software on the win 2000 box uses localhost. When I try to connect the two of them on the same network... 2000 will not allow me to...
  6. mikeo2l

    Linux server for windwos 2000

    I want to use Linux (any version) as a server for my other PC's. I have windows 98 and 2000. The main aim is to emulate a remote linux server so I can test my php files before going on line. Currently my only methods of testing are either to update my web pages (ftp file to site) or use IIS and...

Part and Inventory Search

Back
Top