
SSTab Control Problems and TabStrip Question
Using VB 5.0 and SSTab. After adding a third and fourth tab to two that
already existed. I started getting strange behavior. In the IDE, everything
was fine; when I ran the program and clicked on the third tab, the controls
from tab 1 were visible under the controls on tab 3. I tried Form.Refresh,
but that didn't help.
Any suggestions? I haven't used SSTab before; maybe I'm missing something.
Now, for TabStrip. I am switching to this unless I can get SSTab and I'm
using it with a control array of frames. I'm using the .Selected.Index to
make the correct frame visible and the current frame invisible.
However, on one frame, I want to be able to click a control that switches to
another frame. I can't find a way to set which TabStrip button is pressed,
without actully clicking it.
The tab I want to set as the current tab has a shortcut key of &S. I sent
this with SendKeys("%(S)"). This worked, but caused ANOTHER problem, it cuts
the NUMLOCK off. Why?
This is ridiculous.