1. Need answers to how VB and its IDE work
Hi,
I'm moving out of IDE editor coding and back into IDE Design Control coding.
Thinking ahead to making IDE more VB-ish I need to know how VB treats
TabControls, TabItems and controls in the TabItems. Right now I use a combo
box to designate the currently active TabItem.
Question:
1 - Does VB allow more than 1 TabControl per window?
2 - How does VB let you swap between TabItems in a TabControl?
3 - Can you move a TabItem from one TabControl to another?
4 - How does VB let you select the TabItem on a tabControl you want
properties of in the properties window, if you can do that?
Plus any other info you think might help me.
In order not to 'clutter the list', you may wish to respond to my e-mail.
Thanks,
Judith Evans
2. Re: Need answers to how VB and its IDE work
On Mon, 23 Oct 2000 03:32:57 -0400, Judith Evans <camping at FLASH.NET> wrote:
>Hi,
>
>I'm moving out of IDE editor coding and back into IDE Design Control
coding.
>Thinking ahead to making IDE more VB-ish I need to know how VB treats
>TabControls, TabItems and controls in the TabItems. Right now I use a combo
>box to designate the currently active TabItem.
>Question:
Judith:
If you go to this web site:
http://www.freebyte.com/programming/compilers/envelop.html
You will be able to download a FREE VB CLONE. This
might help give you some ideas for your IDE.
Bernie
3. Re: Need answers to how VB and its IDE work
where do you get those links? are you using some special search engine or
what?
Bernie wrote:
> Judith:
> If you go to this web site:
> http://www.freebyte.com/programming/compilers/envelop.html
> You will be able to download a FREE VB CLONE. This
> might help give you some ideas for your IDE.
> Bernie