Discussion on:

4
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
VB6 Splitters
acrie@... 18th Sep 2004
Excellant Info!!!!
0 Votes
+ -
Nice App. I think I may find a use for it. A couple of issues - Dragging the top pane down all the way will cover over the splitter and if you release the mouse you can't drag the top pane back up. You left out a space in front of "As" in two declarations, no big deal just thought you would want to know.
0 Votes
+ -
A quick fix for this issue:

In the ChangePaneSizes subroutine change the line:
If TopHeight MIN_PANE_HEIGHT Then TopHeight = MIN_PANE_HEIGHT

to:
If TopHeight (ScaleHeight - SPLITTER_HEIGHT - MIN_PANE_HEIGHT) Then
' Make sure bottom picturebox doesn't get too small
TopHeight = ScaleHeight - SPLITTER_HEIGHT - MIN_PANE_HEIGHT
End If
Thanks so much! Easy to understand and works very well!
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.