home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1000 next >
Encoding:
Internet Message Format  |  1992-07-25  |  848 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!rsoft!mindlink!a4185
  2. From: Steve_Goyette@mindlink.bc.ca (Steve Goyette)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: Visual Basic: Alignment
  5. Message-ID: <13714@mindlink.bc.ca>
  6. Date: 24 Jul 92 21:53:07 GMT
  7. Organization: MIND LINK! - British Columbia, Canada
  8. Distribution: world
  9. Lines: 9
  10.  
  11. Are you setting this up durring the form load??? If so, try relocating the code
  12. to the form paint with code to do it only durring first paint. Ie. Initialize
  13. an integer variable in the declarations section of the form, and in the form
  14. Load set it to true.  In the form Paint, test for true then reset to false
  15. after you have set it.  Should possibly take care of the problem.
  16.  
  17.  
  18.                                                         Steve Goyette
  19.  
  20.