devxlogo

Tip Bank

Foxpro 2.6 for DOS

Question: I know I’m a bit behind, but I would like to know how to create C programs for use in Foxpro for DOS. I have Foxpro 2.6 with LCK,

Loading automaticaly

Question: When I put my CD into my computer, it should start the programs automatically, but it don’t. I have to go to PROGRAMS to make it come up. Could

FoxPro vs. Access

Question: I’m planning on using Visual Basic as a front end, but cannot decide on Access or FoxPro as the back end. Any big differences between the two? Answer: I

Hash Tables

Question: How can I implement a hash table such that each “bucket” is associated with two independent keys?I need to be able to store two data per bucket that are

Setting Heap Sizes

If your Java program requires a large amount of memory, it’s possible that the virtual machine will begin to throw OutOfMemoryError instances when attempting to instantiate objects. In some cases,

Embed a User ID and Password in a URL

Frequently, a Web page or an FTP site has protected areas open only to those with a valid login. As you browse to the page, a form appears querying the

Use BreakIterator to Parse Text

Parsing text is a common, complex operation. For example, your application might need to allow users to enter text and then break the text into separate words or sentences for