Quote Originally Posted by infernalbob
Well i got two question.
1) Do you think u can take out a guide on how to build a program like caligula and hadrian plz. i would really appriciate that and i bet other members would too.
2) Do i need the followings items u posted in order to run caligula and hadrian? : if so what are they for?

- MSCOMCTL.ocx - http://www.majorgeeks.com/files/mscomctl.zip
- COMDLG32.ocx - http://www.ascentive.com/support/ne...ib/COMDLG32.OCX
- msvbvm60.dll - http://www.microsoft.com/downloads/...&displaylang=en
A guide to programming is a little to much for me. Luckily VB is a pretty simple and intrinsic language, so you can learn alot of programming by looking at the many guides on the net.
If VB isnt your cup of tea, there is no shortage of guides for other languages, especially C/C++ and Java, both powerful and very solid languages.

For the 3 files.
MSCOMCTL.ocx - Microsoft Common Controls, needed for the tabs, for some reasons tabs arnt common enough to be an intrinsic windows component.
COMDLG32.ocx - Microsoft Common Dialogs, includes the parts needed for the common dialog boxes I use (the open and save windows). By using these, I make my life alot easier! It also means I don't have to use some strange save method that some of the other editors use.
msvbvm60.dll - Visual basic 6 runtime DLL, needed by all VB6 programs. I use VB6 over .net because the VB6 runtimes are common as muck, most computers have them already sitting there.