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
~1K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for nedrosat

Good Morning [B]Everybody[/B], I've a problem with a DatagridView in column operation. this is a Screenshot [ATTACH]23226[/ATTACH] My problem that i want to select an idPersonnel for exemple it brings me the name & family name in textboxs and i didn't found how to do it :( plz help me …

Member Avatar for Netcode
0
146
Member Avatar for LDiver

[QUOTE=GeekByChoiCe;994873]instead of checking all the time the whole text you can use this code: [code=vb] Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress If Not Char.IsNumber(e.KeyChar) Then e.Handled = True End If End Sub[/code] this will allow only numbers beeing written in the textbox and ignores …

Member Avatar for nedrosat
0
920

The End.