Click here to Skip to main content
15,916,042 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to save file to particular location in VB Pin
DaveAuld22-Mar-09 21:09
professionalDaveAuld22-Mar-09 21:09 
QuestionProblem while executing client-server program Pin
Gagan.2021-Mar-09 18:35
Gagan.2021-Mar-09 18:35 
AnswerRe: Problem while executing client-server program Pin
DaveAuld21-Mar-09 21:28
professionalDaveAuld21-Mar-09 21:28 
QuestionProblem with catching exceptions Pin
Badmafia21-Mar-09 14:57
Badmafia21-Mar-09 14:57 
AnswerRe: Problem with catching exceptions Pin
nlarson1121-Mar-09 15:45
nlarson1121-Mar-09 15:45 
AnswerRe: Problem with catching exceptions Pin
George B Gilbert21-Mar-09 16:45
George B Gilbert21-Mar-09 16:45 
QuestionHow could you select an item in listview from a different tabpage? Pin
JUNEYT21-Mar-09 13:48
JUNEYT21-Mar-09 13:48 
AnswerRe: How could you select an item in listview from a different tabpage? Pin
George B Gilbert21-Mar-09 17:41
George B Gilbert21-Mar-09 17:41 
There should be no problem with selecting an item in a listview from another tab. What may be happening is that when the 1st tab is selected, another control on the tab (or the tab itself) is receiving the focus. If that's true and the listview HideSelection property is True, the selected item would not be highlighted until the listview receives the focus.

You might check the tab sequence for all of the controls in the form to ensure the focus is going where you want it when each tab is selected. If that doesn't work, in the 1st tab's GotFocus event you could set the focus to the listview control.
GeneralRe: How could you select an item in listview from a different tabpage? Pin
JUNEYT22-Mar-09 0:51
JUNEYT22-Mar-09 0:51 
GeneralRe: How could you select an item in listview from a different tabpage? Pin
George B Gilbert22-Mar-09 5:22
George B Gilbert22-Mar-09 5:22 
QuestionWriting an Excel table to a DataTable / The values from Excel-cells with "date"-format are not assumed Pin
TheSolid21-Mar-09 3:19
TheSolid21-Mar-09 3:19 
AnswerSolved: Writing an Excel table to a DataTable / The values from Excel-cells with "date"-format are not assumed [modified] Pin
TheSolid21-Mar-09 21:56
TheSolid21-Mar-09 21:56 
Questionabout MDI child form. Pin
p_m_kanthi21-Mar-09 3:03
p_m_kanthi21-Mar-09 3:03 
AnswerRe: about MDI child form. Pin
DaveAuld21-Mar-09 3:20
professionalDaveAuld21-Mar-09 3:20 
AnswerRe: about MDI child form. Pin
nazimghori21-Mar-09 7:56
nazimghori21-Mar-09 7:56 
QuestionProblem with check box Pin
nazimghori21-Mar-09 2:57
nazimghori21-Mar-09 2:57 
AnswerRe: Problem with check box Pin
DaveAuld21-Mar-09 3:38
professionalDaveAuld21-Mar-09 3:38 
GeneralRe: Problem with check box Pin
nazimghori21-Mar-09 4:05
nazimghori21-Mar-09 4:05 
AnswerRe: Problem with check box Pin
tech60321-Mar-09 5:52
tech60321-Mar-09 5:52 
GeneralRe: Problem with check box Pin
DaveAuld21-Mar-09 6:25
professionalDaveAuld21-Mar-09 6:25 
GeneralRe: Problem with check box Pin
nazimghori21-Mar-09 7:50
nazimghori21-Mar-09 7:50 
QuestionRe: Problem with check box Pin
nazimghori21-Mar-09 7:59
nazimghori21-Mar-09 7:59 
AnswerRe: Problem with check box Pin
DaveAuld21-Mar-09 11:05
professionalDaveAuld21-Mar-09 11:05 
QuestionRe: Problem with check box Pin
nazimghori21-Mar-09 18:23
nazimghori21-Mar-09 18:23 
AnswerRe: Problem with check box [modified] Pin
DaveAuld21-Mar-09 21:54
professionalDaveAuld21-Mar-09 21:54 

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.