Click here to Skip to main content
15,891,409 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiongrouping is not working Pin
hussain54813-May-15 6:30
hussain54813-May-15 6:30 
AnswerRe: grouping is not working Pin
Dave Kreskowiak13-May-15 14:43
mveDave Kreskowiak13-May-15 14:43 
Question[RESOLVED] Can a COM port be reached by it's name or GUID Class ID instead of the COM Port name? Pin
SepPax13-May-15 1:12
SepPax13-May-15 1:12 
AnswerRe: Can a COM port be reached by it's name or GUID Class ID instead of the COM Port name? Pin
Richard Andrew x6413-May-15 5:48
professionalRichard Andrew x6413-May-15 5:48 
GeneralRe: Can a COM port be reached by it's name or GUID Class ID instead of the COM Port name? Pin
SepPax13-May-15 10:28
SepPax13-May-15 10:28 
GeneralRe: Can a COM port be reached by it's name or GUID Class ID instead of the COM Port name? Pin
Tim Carmichael14-May-15 2:34
Tim Carmichael14-May-15 2:34 
Answer[Resolved] Can a COM port be reached by it's name or GUID Class ID instead of the COM Port name? Pin
SepPax16-May-15 5:52
SepPax16-May-15 5:52 
QuestionDataGridView selection and focus Pin
Kenny-A11-May-15 11:34
Kenny-A11-May-15 11:34 
I have code to select a specific cell in a DataGridView control:
With dgvPlanAssemblies
    .ClearSelection()
    .CurrentCell = .CurrentRow.Cells("RoughPriceOverrideCol")
End With

The selection does indeed move to the correct cell. The problem is that the focus does not move. I have tried to use the .Selected = True method and BeginEdit:
With dgvPlanAssemblies
    .ClearSelection()
    .CurrentCell = .CurrentRow.Cells("RoughPriceOverrideCol")
    .CurrentRow.Cells("RoughPriceOverrideCol").Selected = True
    .BeginEdit(True) ' Also tried False '
End With

Nothing I tried method moves the focus to the selected cell.

Any help is appreciated.
QuestionSerial data receive routing Pin
SepPax11-May-15 7:18
SepPax11-May-15 7:18 
AnswerRe: Serial data receive routing Pin
Richard MacCutchan11-May-15 7:38
mveRichard MacCutchan11-May-15 7:38 
GeneralRe: Serial data receive routing Pin
SepPax11-May-15 10:07
SepPax11-May-15 10:07 
GeneralRe: Serial data receive routing Pin
Sascha Lefèvre11-May-15 10:24
professionalSascha Lefèvre11-May-15 10:24 
GeneralRe: Serial data receive routing Pin
SepPax11-May-15 20:42
SepPax11-May-15 20:42 
GeneralRe: Serial data receive routing Pin
Richard MacCutchan11-May-15 21:12
mveRichard MacCutchan11-May-15 21:12 
GeneralRe: Serial data receive routing Pin
SepPax12-May-15 1:56
SepPax12-May-15 1:56 
GeneralRe: Serial data receive routing Pin
Richard MacCutchan12-May-15 5:05
mveRichard MacCutchan12-May-15 5:05 
GeneralRe: Serial data receive routing Pin
SepPax13-May-15 0:49
SepPax13-May-15 0:49 
QuestionUse of an object without creating an instance...error Pin
SepPax11-May-15 0:02
SepPax11-May-15 0:02 
AnswerRe: Use of an object without creating an instance...error Pin
Sascha Lefèvre11-May-15 0:15
professionalSascha Lefèvre11-May-15 0:15 
GeneralRe: Use of an object without creating an instance...error Pin
SepPax11-May-15 0:41
SepPax11-May-15 0:41 
GeneralRe: Use of an object without creating an instance...error Pin
Sascha Lefèvre11-May-15 1:10
professionalSascha Lefèvre11-May-15 1:10 
GeneralRe: Use of an object without creating an instance...error Pin
SepPax11-May-15 7:09
SepPax11-May-15 7:09 
GeneralRe: Use of an object without creating an instance...error Pin
Sascha Lefèvre11-May-15 7:17
professionalSascha Lefèvre11-May-15 7:17 
QuestionRetrieve document file stored in sql server database Pin
careLess aucim6-May-15 19:08
careLess aucim6-May-15 19:08 
AnswerRe: Retrieve document file stored in sql server database Pin
Mycroft Holmes6-May-15 19:25
professionalMycroft Holmes6-May-15 19:25 

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.