Re: Combobox refresh in tab page
- From: "Mona" <mona@xxxxxxxxxxxxxxx>
- Date: Tue, 6 Sep 2005 09:25:32 -0400
Hello,
How are you doing?
You may try the click event and check the focus of the tab page:
Private Sub TabControl1_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles TabControl1.Click
If TabControl1.TabPages.Item(1).Focus = True Then
........
Enf If
End Sub
I hope this helps.
Thanks
Mona
[Grapecity]
<lbolognini@xxxxxxxxx> wrote in message
news:1125780416.807903.68590@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi all,
>
> I've seen there have been a number of posts about this issue but
> couldn't find anything useful in none of them. The "put it inside a
> panel" trick didn't work either.
>
> I've got a combobox inside a tab page and I'd like to refresh it's
> content upon opening of the tab page.
>
> 1) What's the right event for the tab page? Click, Paint or Enter?
> 2) What's the correct event for the combobox control to be refreshed?
> Refresh or Update?
>
> I'm using the Visual Studio 2005 latest Beta
>
> Thanks in advance
> Lorenzo
>
.
- References:
- Combobox refresh in tab page
- From: lbolognini@xxxxxxxxx
- Combobox refresh in tab page
- Prev by Date: Re: Printing Issue
- Next by Date: Complex DataGrid Binding
- Previous by thread: Combobox refresh in tab page
- Next by thread: unhandled exception when opening window
- Index(es):
Relevant Pages
|