CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lkrr

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    2,898

    Re: Text_change the problem.

    By using the codes below,i am blocking the entering space and letter in to the textbox

    Private Sub txtmiktar_KeyPress(KeyAscii As Integer)
    If KeyAscii <> 8 Then
    If Not IsNumeric(Chr(KeyAscii))...
  2. Replies
    4
    Views
    2,898

    Text_change the problem.

    Hello Guys,
    There are 3 textboxes in form.


    -txtmiktar
    -txtbfiyat
    -txttutar
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured