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
~853 People Reached
Favorite Tags

4 Posted Topics

Member Avatar for manoj_582033

HI You can control that text box by this way Private Sub tbxNumeric_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles tbxNumeric.KeyPress StringManipulation.SetTextboxAllowedCharacters("0123456789.", e) End Sub

Member Avatar for rapture
0
125
Member Avatar for Datsun90

Hi You can do that create one function for this calculation pass to data row values that function for each row and in cell formating event of data grid check for that colunm "Total"and call that function if it is true if you need mero understanding let me know Thanks

Member Avatar for jalpaeol
0
147
Member Avatar for jalpaeol

Hi I have to limit that user for no age less then 18 years I have only 2 ideas for developments of these 1 > check for date year is greater then 1990 of today then but i think it is not good way to coding for flexibility in future …

Member Avatar for rapture
0
111
Member Avatar for Naters_uk

Can you explain me in more details how this work & how u did it sucessfully. If you can expalin my example of code then better for me Thanks

Member Avatar for jalpaeol
0
470

The End.