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 wOOdy-Soft 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: Kareem
  • Content: Threads
  • Order by date
  1. Kareem

    object->method1()->method2 ???

    Hi Could anybody tell me how I can use an objects method if I got the object as a result of another method? Example: Instead of doing $obj=object->getAnotherObject(); $obj->methodX(); I want to do $object->getAnotherObject()->methodX(); While I'm using this all the time in Java I can't get...
  2. Kareem

    passing on GET/POST vars

    Hi Following scenario: I get GET Variables to a site. Depending on the value of some variables I want to send all the variables to site A or B. How can this be done in an easy way. Until now I sent them using header() by adding the content of the vars into the url-header with...
  3. Kareem

    Preloading sound file?

    Hi Anybody who can tell me how I can preload a wav file?
  4. Kareem

    Alternative to 100% height ?

    Hi I just read about the 100% height problem with doctype. I'm wondering if there is an alternative. Here my case: I'm working on a page which includes a Menu and underneath some Text as content. Everything centered in the page. This area should have a fixed width with a different...
  5. Kareem

    adress resolving and internet domain name!

    Hello I want to send mails from Notes 6.0 over POP. Notes wants me to fill out "Internet Domain name when connecting directly to the internet". If I'm writting an email an the receiver is in my adress book his name is Read-ahead from notes and put in Receipient-field. So far so good...
  6. Kareem

    Can I Hide Windows/Applications ???

    Hi When I'm making Batch-Scripts or java-programms to run them on windows2000/NT, in some cases it realy bothers me that the executing Console is open. Is there a way to hide them or to hide programs in general when launching them? So that they run in the background. Would apreciate your help...
  7. Kareem

    Hide Console in Windows????

    I'm making applications with GUIs in Java. Now what bothers me, and even more my users, is the console which is open. So you've got 2 windows open for one application even if the console needs not to be seen. Starting the console window minimized works, but how to hide it....? Can anyone give...

Part and Inventory Search

Back
Top