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