Tip Bank

DevX - Software Development Resource

Can I Add Menu Bars to Applets?

Question: Is it possible to add a menu bar to an applet without usingFrame as the container?Also, is it possible to show a Frame without a new window poppingup?I am

DevX - Software Development Resource

How to Fix Drop-down Box Conflict in Applet

Question: I am unable to run an applet and use a drop-downbox on the same page when using Netscape. The page hasmassive flickering and the applet will sometimes run. Theapplet

DevX - Software Development Resource

Scrolling a TDBMemo

Question: I work with large blobs and I would like that when I accessed them in the TDBMemo window they showed theyr final portion instead of their beginning. Is it

DevX - Software Development Resource

Disabling Netscape Toolbar Functions

Question: Is there any way with HTML, JavaScript, Javaor whatever to disable the “Back” and “Forward” buttons in the Netscape toolbar? As content on the Web enters the realm of

DevX - Software Development Resource

Too many TDBEdit components on a Form

Question: I am using Delphi 16 running under Win95.I have an application which requires use of more than 200 TDBEdit components. When designing the form I find that 178 appears

DevX - Software Development Resource

How is memory deallocated?

Question: The new operator allocates memory for objects.How isthis memory deallocated? Answer: If you have ever programmed in C++, you might wonder why JavaScript doesnot have a delete operator to