Results 1 to 2 of 2

Thread: Auto save in tabcontrol

  1. #1
    New Member
    Join Date
    Jan 07
    Posts
    4

    Auto save in tabcontrol

    i have a tabcontrol with multiple pages; each page has text boxes which can be edited by the user, i want to promt the user to save the changes when they are switching tabs or exiting.

  2. #2
    PowerPoster
    Join Date
    Feb 06
    Location
    East of NYC, USA
    Posts
    5,692

    Re: Auto save in tabcontrol

    In TabStrip1_Click and Form_QueryUnload, if there have been any changes, call a sub that allows the user to save.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •