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
~333 People Reached
Favorite Forums
Favorite Tags
Member Avatar for daniel50096230

Hi,I has a problem here... I has a datagridview and now I would like to determine that whether column1 in row 1 is selected by the user.What should I write to do so? [code] Private Sub DataGridView1_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellContentClick If (DataGridView1.Rows(1).Cells(1).Selected) Then MessageBox.Show("") …

Member Avatar for Teme64
0
118
Member Avatar for daniel50096230

Hi, I have the following codes: [code] me.hide() staff.show() [/code] It run smoothly for the first time,but when I execute it for the second time,it occured the following errors: Unable to copy file "obj\Debug\FYP.exe" to "bin\Debug\FYP.exe". The process cannot access the file 'bin\Debug\FYP.exe' because it is being used by another …

Member Avatar for hatemstar
0
64
Member Avatar for daniel50096230

Hi,I had created a Combobox called cboStart at the GUI form...Now I would like to add the integer of 1 to 12 into the combobox,may I know how can I do it?

Member Avatar for javaAddict
0
151