Wednesday, November 7, 2007

Axis ActiveX - Draw math functions like Y=Sin(X)

Its a little while since the last post, So I'm sorry about the delay. This right here is a really useful ActiveX to draw mathematical functions like Y=Sin(X). Here's the Download Link. And if you need a sample to understand the functionality check this SampleInVB6(not that you'll need cause I've done my best at simplifying the methods and properties).
And DON'T FORGET to add a reference to 'Microsoft Script Control v1.0' to your program, Create an instance of it and assign it to the 'AssociatedSC' method of the ActiveX. Enjoy.


The program listed above is an absolute freeware. That is You can use it in any way you'd like without limitations. Help us keep up by reporting any bug or broken link that comes your way or even any suggestions you might have. you can join our authors simply by sending an email to me. I'm available at jowharshamshiri@gmail.com.
And last but not least please leave comments! Thanks in advance.

Thursday, November 1, 2007

ExtractMembers - Extract the classes, methods and other members of DLL, OCX, and other libraries

So much for the old stuff! lately I've been doing a project and for that i needed a simple utility to show me the members(That is classes, Methods, Properties, etc...) of a library file like DLL or OCX or others. So that's what ExtractMembers is all about.
here's the screen shot:


and you can download it from here. Take care.

Short Description: This freeware is used to extract the classes methods and other members of a dll, ocx or other library file.