¡@

Home 

c# Programming Glossary: savedvpos

Quick and Simple Hash Code Combinations

http://stackoverflow.com/questions/1646807/quick-and-simple-hash-code-combinations

Auto-scrolling text box uses more memory than expected

http://stackoverflow.com/questions/1743448/auto-scrolling-text-box-uses-more-memory-than-expected

bool bottomFlag false int VSmin int VSmax int sbOffset int savedVpos Make sure this is done in the UI thread if this.txtBoxLogging.InvokeRequired.. this.txtBoxLogging.Font.Height savedVpos GetScrollPos this.txtBoxLogging.Handle SB_VERT GetScrollRange.. this.txtBoxLogging.Handle SB_VERT out VSmin out VSmax if savedVpos VSmax sbOffset 1 bottomFlag true this.txtBoxLogging.AppendText..