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

  • Users: XeNoR
  • Order by date
  1. XeNoR

    Cause the close 'cross' button to hide my window instead of destroy it

    I dont have any code like that.... im thinking that is MFC or something? i dunno... but assuming that is MFC, is there a way i can do it without MFC?
  2. XeNoR

    Cause the close 'cross' button to hide my window instead of destroy it

    Is there a way that I can make it so that when someone clicks the close 'cross' button in the upper right corner of the window, it does not destroy the window, but, rather, hide the window? Like with ShowWindow(hWnd, SW_HIDE)
  3. XeNoR

    printing a colon

    so instead of this: print '<style>{font-family:arial;font-size:30px}'; i have to put this: print '<style>{font-family:arial', ';', 'font-size:30px}'; ???
  4. XeNoR

    Error 500

    The browser will return a 500 error if no text is sent to the browser - even if there are no syntax errors. For example: if ($asdf == $qwerty) { print &quot;Content-type: text/html&quot;, &quot;\n\n&quot;; print &quot;<body>fasdfasdf</body>&quot;; } ############ # end code # ############ if...
  5. XeNoR

    printing a colon

    does anyone know how to print a colon? for example: print '<head><style>{ font-family:arial;font-size:30px}</style></head>'; clearly, this does not work because of the colon in the text. is there a way to have perl print special characters? help would be appreciated. -XeNoR-

Part and Inventory Search

Back
Top