Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~2K People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Hello! I am learning how to program on my own in visual basic. I have made a program where the user selects a batch file from a datagridview that is populated with information from the hard drive. I have been able to get the selected item to show up as …
I am not tottaly sure what you are asking, but this may help: [CODE] Dim x, y As Integer x = e.rowIndex y = e.columnIndex TextBox1.Text = DataGridView1.Item(i, j).Value[/CODE] Gives the currently selected cell
The End.
cr6564