Click here to Skip to main content
16,005,114 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionLDAP Query Problem Pin
itvivek534026-Jan-06 9:27
itvivek534026-Jan-06 9:27 
AnswerRe: LDAP Query Problem Pin
Steve Pullan26-Jan-06 12:11
Steve Pullan26-Jan-06 12:11 
GeneralRe: LDAP Query Problem Pin
itvivek534026-Jan-06 12:46
itvivek534026-Jan-06 12:46 
GeneralRe: LDAP Query Problem Pin
Steve Pullan26-Jan-06 13:00
Steve Pullan26-Jan-06 13:00 
QuestionHow can I make an entry in Windows Address book Pin
JUNEYT26-Jan-06 6:43
JUNEYT26-Jan-06 6:43 
AnswerRe: How can I make an entry in Windows Address book Pin
Joshua Quick26-Jan-06 11:33
Joshua Quick26-Jan-06 11:33 
QuestionChange SelectedTab when Child control gets focus Pin
Gulfraz Khan26-Jan-06 6:13
Gulfraz Khan26-Jan-06 6:13 
AnswerRe: Change SelectedTab when Child control gets focus Pin
Joshua Quick26-Jan-06 11:29
Joshua Quick26-Jan-06 11:29 
Here's a few quick tips...

You can change the tab selection like this.
myTabControl.SelectedTab = myTabPage

You can find out which TabPage a control belong's to by searching the TabPage.Controls collection.

Also, the control's Parent property "might" return a reference to the TabPage that owns it. You'll have to test that one out to be sure.
GeneralRe: Change SelectedTab when Child control gets focus Pin
Gulfraz Khan30-Jan-06 1:45
Gulfraz Khan30-Jan-06 1:45 
GeneralRe: Change SelectedTab when Child control gets focus Pin
Joshua Quick30-Jan-06 6:46
Joshua Quick30-Jan-06 6:46 
QuestionIcon not showing in the alt+tab window Pin
Quecumber25626-Jan-06 5:15
Quecumber25626-Jan-06 5:15 
AnswerRe: Icon not showing in the alt+tab window Pin
Dave Kreskowiak26-Jan-06 5:56
mveDave Kreskowiak26-Jan-06 5:56 
GeneralRe: Icon not showing in the alt+tab window Pin
Quecumber25626-Jan-06 6:23
Quecumber25626-Jan-06 6:23 
GeneralRe: Icon not showing in the alt+tab window Pin
Dave Kreskowiak26-Jan-06 7:23
mveDave Kreskowiak26-Jan-06 7:23 
GeneralRe: Icon not showing in the alt+tab window Pin
Quecumber25626-Jan-06 7:38
Quecumber25626-Jan-06 7:38 
GeneralRe: Icon not showing in the alt+tab window Pin
Dave Kreskowiak26-Jan-06 8:31
mveDave Kreskowiak26-Jan-06 8:31 
GeneralRe: Icon not showing in the alt+tab window Pin
Quecumber25626-Jan-06 8:39
Quecumber25626-Jan-06 8:39 
GeneralRe: Icon not showing in the alt+tab window Pin
Dave Kreskowiak26-Jan-06 14:23
mveDave Kreskowiak26-Jan-06 14:23 
GeneralRe: Icon not showing in the alt+tab window Pin
Quecumber25627-Jan-06 4:00
Quecumber25627-Jan-06 4:00 
GeneralRe: Icon not showing in the alt+tab window Pin
Dave Kreskowiak27-Jan-06 18:09
mveDave Kreskowiak27-Jan-06 18:09 
GeneralRe: Icon not showing in the alt+tab window Pin
Ray Cassick26-Jan-06 12:21
Ray Cassick26-Jan-06 12:21 
GeneralRe: Icon not showing in the alt+tab window Pin
Quecumber25627-Jan-06 5:06
Quecumber25627-Jan-06 5:06 
Questionchanging ComboBox style at runtime Pin
bonosa26-Jan-06 5:03
bonosa26-Jan-06 5:03 
AnswerRe: changing ComboBox style at runtime Pin
Dave Kreskowiak26-Jan-06 5:35
mveDave Kreskowiak26-Jan-06 5:35 
GeneralRe: changing ComboBox style at runtime Pin
bonosa26-Jan-06 15:45
bonosa26-Jan-06 15:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.