Can I control the position of new browser windows?
Question: How can I control the position of new browser windows createdwith the window . open method? Answer: Although JavaScript’s window . open method makes itpossible to automatically open new
Question: How can I control the position of new browser windows createdwith the window . open method? Answer: Although JavaScript’s window . open method makes itpossible to automatically open new
Question: How do I copy a file in Delphi? Answer: H3>Reminiscing on Days Gone By…Back in the old DOS days, we took for granted copying a file from one place
Question: How do I make a form a child of another form without having to resort to the overhead of MDI? Answer: MDI provides an easy and well-established way for
Question: Is there a way for delphi 1.0 to have some kind of multithreading (enabling the user to do something else while waiting for a report beinggenerated or printed)? Answer:
Question: Hi, I just started to program in Java in Win95 platform. Even though I/O through files has already been discussed, I am having trouble reading a double from the
Question: How can I add and remove columns from a table at run time? Answer: While I’m an avid supporter of Delphi, one of the most annoying things about it
Question: How can a server written in Java work like a UNIX daemon? To me it seems that a server cannot be an applet. Is it a standalone application? Answer:
Question: Can I do the function which is like the macro in Clipper? For Example, Pass the (X*(Y+Z)) string to it and return the answer. Answer: I don’t see why
Question: I am trying to construct an applet that accepts data from the user and performs several calculations on that data.I would like to give the capability to print out