devxlogo

Tip Bank

Suggested books

Question: Are there any advanced-level PowerBuilder 5.0 books you recommend? Answer: The Powerbuilder 5.0: Secrets of the Masters book is the mostadvanced book I have seen to date.

Changing 2 fields

Question: Hi, I am working on a VB 4.0 project. The project involves changing 2 fields – The date field from 6 digits to 8 digits and zipcode field from

Creating PowerBuilder executable

Question: I want to create an independent PowerBuilder executable. Which DLLs should I include, and how do I package them with my application so that it runs on a computer

Extending the Object class

Question: I’ve created a method I’d like to put in the Object class so it can be inherited by all the other classes. Is there a way to extend a

Pick-a-number?

Question: How can I make Delphi 2 pick me any number within a range I specify (for example, between 0 and 100)?I’m guessing this is a fairly easy thing to