Click here to Skip to main content
15,921,169 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
QuestionDatagrid focus or lack of focus? Pin
KreativeKai26-Jan-06 4:51
professionalKreativeKai26-Jan-06 4:51 
I have an application that has a treeview setup. Depending on the node selected on the treeview a datagrid is loaded with appropriate data from SQL.

At this point the treeview shows with the node highlighted and the datagrid is displayed with the data.

I want to have the cursor positioned in row 0 column 1. I tried the following logic:

	DataGrid.CurrentCell = New DataGridCell(1, 0)<br />
DataGrid.Focus()


I'm having no success finding the correct syntax.

Any suggestions? Confused | :confused:

Lost in the vast sea of .NET

<a href="http://www.komputing.com/Pricelist.html">Visit my website at www.komputing.com</a>

AnswerRe: Datagrid focus or lack of focus? Pin
Dave Kreskowiak26-Jan-06 5:34
mveDave Kreskowiak26-Jan-06 5:34 
GeneralRe: Datagrid focus or lack of focus? Pin
KreativeKai26-Jan-06 6:08
professionalKreativeKai26-Jan-06 6:08 
GeneralRe: Datagrid focus or lack of focus? Pin
Dave Kreskowiak26-Jan-06 7:31
mveDave Kreskowiak26-Jan-06 7:31 
GeneralRe: Datagrid focus or lack of focus? Pin
KreativeKai26-Jan-06 7:44
professionalKreativeKai26-Jan-06 7:44 
GeneralRe: Datagrid focus or lack of focus? Pin
Dave Kreskowiak26-Jan-06 14:25
mveDave Kreskowiak26-Jan-06 14:25 
GeneralRe: Datagrid focus or lack of focus? Pin
KreativeKai27-Jan-06 1:35
professionalKreativeKai27-Jan-06 1:35 
GeneralRe: Datagrid focus or lack of focus? Pin
KreativeKai30-Jan-06 4:15
professionalKreativeKai30-Jan-06 4:15 
QuestionRegistering a VB.net created COM/ActiveX dll on another machine Pin
Lewy7626-Jan-06 4:45
Lewy7626-Jan-06 4:45 
AnswerRe: Registering a VB.net created COM/ActiveX dll on another machine Pin
Dave Kreskowiak26-Jan-06 5:23
mveDave Kreskowiak26-Jan-06 5:23 
QuestionRe: Registering a VB.net created COM/ActiveX dll on another machine Pin
Lewy7626-Jan-06 5:55
Lewy7626-Jan-06 5:55 
AnswerRe: Registering a VB.net created COM/ActiveX dll on another machine Pin
Dave Kreskowiak26-Jan-06 5:58
mveDave Kreskowiak26-Jan-06 5:58 
GeneralRe: Registering a VB.net created COM/ActiveX dll on another machine Pin
Lewy7626-Jan-06 6:13
Lewy7626-Jan-06 6:13 
GeneralRe: Registering a VB.net created COM/ActiveX dll on another machine Pin
Dave Kreskowiak26-Jan-06 7:13
mveDave Kreskowiak26-Jan-06 7:13 
GeneralRe: Registering a VB.net created COM/ActiveX dll on another machine Pin
Lewy7626-Jan-06 8:24
Lewy7626-Jan-06 8:24 
GeneralRe: Registering a VB.net created COM/ActiveX dll on another machine Pin
Dave Kreskowiak26-Jan-06 14:45
mveDave Kreskowiak26-Jan-06 14:45 
Questioni dont know what to do? Pin
pandapatin26-Jan-06 4:06
pandapatin26-Jan-06 4:06 
AnswerRe: i dont know what to do? Pin
Dave Kreskowiak26-Jan-06 5:18
mveDave Kreskowiak26-Jan-06 5:18 

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.