home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / perf_tab / perftab.txt < prev    next >
Text File  |  1994-04-25  |  2KB  |  62 lines

  1. PerfectTAB 1.0
  2. --------------
  3.  
  4. Copyright (C) 1994 by
  5. bytes & letters
  6. hilger software technology
  7. postfach 16 27
  8.  
  9. 66716 saarlouis
  10. germany
  11.  
  12.  
  13.  
  14. This tool is freeware, not public domain. You can use it in your own programs if you want 
  15. - whithout paying a dollar to us. But don┤t forget that we did the work, not you. 
  16.  
  17. Comments are welcome.
  18. You can reach us via CompuServe mail: 100275,3554
  19.  
  20.  
  21. Proceeding:
  22. -----------
  23.  
  24. You need THREED.VBX (VB Pro-Edition 3.0).
  25.  
  26. If you want to integrate a form with PerfectTAB into your application, you just have 
  27. to do a few steps:
  28.  
  29.     1. Add PERFTAB.BAS to your project
  30.     2. Add NEWTAB.FRM to your project instead of "File->New form"
  31.  
  32. Each level of the tabbed dialog contains three controls:
  33.  
  34.     1. Tab_Sheet() - (SSPanel)
  35.     2. Tab_Loop()  - (PictureBox)
  36.         3. Tab_Label() - (Label as a sub-control in Tab_Loop)
  37.  
  38. NEWTAB.FRM is predefined with 5 levels, index 0 to 4. If you don┤t need all the five
  39. levels, f.e. you need only three, just must delete Tab_Sheet(3-4) and Tab_Loop(3-4).
  40. Thats all. If you need more levels, you can copy Tab_Sheet() and Tab_Loop() to get a
  41. furhter level. 
  42.  
  43. Some properties can be set at the Form_Load procedure, but are not needed in any case.
  44. If you want to design own styles, you can do it with Paintbrush or any other pixel-oriented
  45. drawing-program. A loop-picture can have each size you want, but it┤s important, that
  46. the picture for the active-loop has the same size as the picture for the inactive-loop.
  47.  
  48. To change the style at design time, you have to change the picture-properties of 
  49. Tab_Loop_Picture(0-1). 
  50. PerfectTAB comes also with four predesigned styles. You can try them if you load the
  51. included .BMP files to Tab_Loop_Picture().
  52.  
  53. The position of the whole tabbed dialog starts at the position of Tab_Loop(0).
  54. The size of all sheets will have the size of Tab_Sheet(0).
  55.  
  56.  
  57. Much fun.
  58. Dirk Hilger
  59.  
  60.  
  61.  
  62.