Recent Posts

Wednesday, June 25, 2008

Interface based programming in VB 6.0 ( Inheritance example)

Complete object oriented programming using interface in vb 6.0.

Full source code provided with the running application that shows how we can reuse our code in creating different instances and using the instances in different tasks to do. It completely explains how inheritance can be applied from vb 6.0 application. People might think full object orientation is not required in vb but if this concept can be taken in mind then we can use the full use of our code re use and can be helpful for those programmers who are targetting to go ahead in com or D- com programming.

The application also shows how to use API calls to play .wav sound from the vb Application. You can download and use the application from the following link provided.

http://prateek.regmi.googlepages.com/InterfacewithVB.rar

Related Posts by Categories




No comments:

Post a Comment