Forum: Visual Basic 4 / 5 / 6 Jun 13th, 2005 |
| Replies: 1 Views: 3,835 Add an item to a listview using API |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2005 |
| Replies: 2 Views: 4,402 Hi,
See http://www.freevbcode.com/ShowCode.Asp?ID=1728 (http://) |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2005 |
| Replies: 16 Views: 23,435 Hi,
What is a class?
A class can be defined a structure that is composed of two things:
- Data Members.
- Methods.
A class is designed to be reused, when using a class we dont have... |
Forum: MS Access and FileMaker Pro Jun 9th, 2005 |
| Replies: 1 Views: 3,006 Hi,
I am designing a scan folders software, I need to save all information about files (name, extension, size, attributes,...) in ms access Database (It's a requirement). My database contains... |