Discussion on:
View:
Show:
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.
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
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
- Keyboard Shortcuts:
- Prev
- Next
- Toggle









































