[ Main] [ Introduction] [ Module & Screen Shot] [ I Want To Make Money , Download & Source Code] [ Investor] [ Join the Community] [ Tips and Tricks] [ The History] [ Feedback & Contact]

Active-X

All of the active-X in this web page will be included in future released of RAZIS. Current RAZIS has everything complied in single exe. In the future, we will break it in several Active-X application (in-process or out-process), hopefully I can be done before first release of first version.

Why Active-X? An application with everything compiled in single exe application is good and maybe faster but it is not a good idea for a such big application as RAZIS. Amongst the main reason of the importance of having active-x technologies in RAZIS are:

1. What if you have already downloaded and installed RAZIS in your computer, if there is a new update of any module in RAZIS, you need to download the whole application and installed it again. With active-X, you just need to download or instruct RAZIS to download the DLL or exe that has been updated and RAZIS main exe will do the rest. It will be easy and faster.

2. I don't think I can complete whole RAZIS application on time, if I do, it won't be 100% user friendly. So, If the application is divided into several Active-X application/control, it will be easier for other programmers to involve in the development and also easier for me to merge the application together.

Enough of what active-x is, now lets talk about the active-x control that comes with the source code of RAZIS. Some or may be all of purposed Active-X code or at least the idea will be included in RAZIS application. You can used these active-X in any of your application (royalty free) with one small condition, if there is any modification or improvement be made to the code, please send me the code to.

I've developed the DLL based on my reading and some code that I've captured from the web in year 1999/2000 for my reference purposes (This is not purely 100% my code). How I used this dll since 1999? Simple, if there is a new knowledge that I have learnt from anywhere (web or books), I just write the code in any of the dll and test it. That is how I test new code and now I want to share it with you. Actually the code could do more than what I've describe, I just forgot what it can do. I will update this page with better description on every DLL and more dll/ocx in the future.

1. DLL2000
Is a dll to detect cpu process/usage in all type of Win2K compatible with some transperancy support.
[ Tested in Win2k and WinXP]

2. DLLcontrol
Is a dll to control a computer, almost anything in wondows can be controlled using this dll.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

3. DLLcpu9xME
Is a dll to detect cpu process/usage in Win 9x and WinMe.
[Tested in Win98 and WinMe]

4. DLLcpuNT
Is a dll to detect cpu process/usage in WinNT.
[Tested in WinNT]

5. DLLMemNtaskMan
Is a dll to detect memory usage and current OS information.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

6. DLLNetwork
Is a dll to detect almost all Internet or Network process in your computer.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

7. DLLProcessNonNT
Is a dll to detect process on not NT version on windows.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

8. DLLProcessNT
Is a dll to detect process on not NT version on windows.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

9. DLLsystem
Is a dll to get amost all system and file information.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

9. prjWorkingmodule
Is a dll to read and write INI file.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

10. RegisterUtility
Is a dll to register dll or ocx in local computer
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

11. Registrydll
Is a dll to read and write to registry
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

12. DLLTBSMath
Is a dll to execute/calculate any mathematical expression.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

13. DLLwmi
Is a dll to read WMI information of a local computer. Only works in Win2k OS compatible platform.
[Tested in Win2k and WinXP]

14. MainSample [ Screen Shot]
Is an application that shows how all dll work. This is where I test all new code.
[Tested in Win98, WinNT, WinMe, Win2k and WinXP]

Hosted by www.Geocities.ws

1