Thinker

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Thinker

Forum for story


2 posters

    【反复利用的一部分CODE】-"TEXT/LABEL/GRID FUNCTIONS"

    Aueeins
    Aueeins
    呢喃的歌声


    帖子数 : 205
    积分 : 5009
    威望 : 0
    注册日期 : 2011-09-08
    地点 : SG

    【反复利用的一部分CODE】-"TEXT/LABEL/GRID FUNCTIONS" Empty 【反复利用的一部分CODE】-"TEXT/LABEL/GRID FUNCTIONS"

    Post by Aueeins 2011-09-29, 9:18 pm

    .SelectAll()
    e.KeyChar = Char.ToUpper(e.KeyChar)

    If Not IsNumeric(e.KeyChar) And Not e.KeyChar = vbBack And Not e.KeyChar = "." And Not e.KeyChar = "-" Then
    e.KeyChar = Nothing
    End If


    Last edited by Aueeins on 2011-12-05, 4:48 pm; edited 1 time in total
    Aueeins
    Aueeins
    呢喃的歌声


    帖子数 : 205
    积分 : 5009
    威望 : 0
    注册日期 : 2011-09-08
    地点 : SG

    【反复利用的一部分CODE】-"TEXT/LABEL/GRID FUNCTIONS" Empty Re: 【反复利用的一部分CODE】-"TEXT/LABEL/GRID FUNCTIONS"

    Post by Aueeins 2011-10-05, 9:59 am

    Try
    If txtClientContactType.ReadOnly = False Then
    Call txtClientContactType_KeyDown(sender, New KeyEventArgs(Keys.F6))
    End If
    Catch ex As Exception
    MsgBox("<f08CaseEdit.btnContactType_Click> " & ex.Message)
    End Try

    btn的
    markeloff
    markeloff
    无尽星空


    帖子数 : 322
    积分 : 5194
    威望 : 0
    注册日期 : 2011-09-06
    年龄 : 35
    地点 : Singapore

    【反复利用的一部分CODE】-"TEXT/LABEL/GRID FUNCTIONS" Empty Re: 【反复利用的一部分CODE】-"TEXT/LABEL/GRID FUNCTIONS"

    Post by markeloff 2012-01-19, 6:59 pm

    顶!

      Current date/time is 2024-04-19, 4:48 pm