home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l408 / 2.img / EXAMPLES.EXE / EXAMPLES / INCLUTIL / SAVEFORM.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1991-08-19  |  1.7 KB  |  42 lines

  1. SaveForm
  2. !MicroHelp $Include - Save Choices
  3. System
  4. Form1
  5. Label1
  6. SYou may save your choices to either the current directory or the Windows directory.
  7. System
  8. Label2
  9. When you next run this program, it will first search the current directory for the INI file. If it is not found, it will search the Windows directory.
  10. System
  11. Label3
  12. ~This allows you to have choices available system-wide (Windows directory) or for a particular application (current directory).
  13. System
  14. WindowsDir
  15. Windows directory
  16. System
  17. CurrentDir
  18. Current Directory
  19. System
  20. Command1
  21. System
  22. Command2
  23. Cancel
  24. System
  25. Command1_Click
  26. CurrentDir
  27. Value
  28.     PFileName
  29. WritePrivateProfileString
  30. AppName
  31. Default
  32. Command2_Click
  33. SaveForm
  34. Command1_Click
  35.  If checked curdir box
  36.  Add actual file name
  37.  how many items to save
  38. An error occurred while attempting to write to INCLUTIL.INI.
  39. File error
  40.  Press Cancel button to unload
  41. Command2_Click
  42.