Tip Bank

DevX - Software Development Resource

Printing from Applets

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

DevX - Software Development Resource

How can I properly use CreateProcess to instantiate a new process?

Question: Here is the code I’m using (the error is posted where it occurs):=================================TypePROCESS_INFORMATION = record hProcess: Longint; hThread: Longint; dwProcessID: Longint; dwThreadID: Longint;End;Procedure ExecCmd(cmdline: String);varprocc: PROCESS_INFORMATION;startup: TSTARTUPINFO;ret1: longint;ret2: longint;ret3:

DevX - Software Development Resource

Using replaceText with MenuItems

Question: I created a UI for a selector guide using Frame, Menubar andMenuItems. I am having trouble writing the event handling; specifically, Ineed to see an example using replaceText when

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