home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / BROWSE_2 / BMAIN.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1992-11-13  |  1.3 KB  |  39 lines

  1. BMain
  2. Browse Control Example
  3. Form1,
  4.     MnuBrwOne
  5. Browse &One
  6.     MnuBrwTwo
  7. Browse &Two
  8. MnuExt
  9. E&xit!
  10. Form_Click
  11.     Form_Load
  12. vxInit
  13. vxSetLocks
  14. vxCloseAll
  15. Width
  16. Screen
  17. Form_UnloadG
  18. Cancel
  19. vxDeallocate]
  20. MnuBrwOne_Click
  21.     MnuBrwTwo
  22. Enabled
  23. FALSE
  24. MnuExt
  25. BrwdTest
  26. MODAL
  27.     MnuBrwOne{
  28. MnuBrwTwo_Click
  29. BrwdTwo
  30. MnuExt_Click
  31. BMain
  32. Form_Load
  33.  first thing initialize the vxBase, set locks to Clipper compatible=
  34.  and make sure all files are closed 
  35. Form_Unload
  36. MnuBrwOne_Click
  37. MnuBrwTwo_Click
  38. MnuExt_Click
  39.