Posts
 
Reputation
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
~2K People Reached
Favorite Forums

2 Posted Topics

Member Avatar for cr6564

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 …

Member Avatar for codeorder
0
665
Member Avatar for zaaephod

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

Member Avatar for zaaephod
0
1K

The End.