USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  VB.net ( o que faz ??)
moncerra
SÃO PAULO
SP - BRASIL
Postada em 13/09/2006 11:06 hs         
Estou começando a programar em VCB.net
 
O que esta rotina esta fazendo
--------------------------------------
 mybase.onkeypress(e)
   return
end if
Dim  caractere as  char - " "c  

if char.IsControl(e.keychar) then
 
    if e.keychar=Controlchars.back tehn
          me.text=me.text.substring(0,me.text.length - 1)
     else
  return
     end if
 else
   caractere =e.keychar
end if

if me.text.replace(me.SeparadorGrupo, "").Length > me.Maxlength then
    e.handled=true
    Return
end if
  me.txt & = caractere
  me.PrepararText()
  me.PreencherDecimal()
  me.PreencherGrupo()

  me.select (me.text.length,1)
  e.handled=true
  myBase.onkeyPress(e)
end sub

---------------------------------
 

 
     
kerplunk
Pontos: 2843 Pontos: 2843 Pontos: 2843
SÃO PAULO
SP - BRASIL
Postada em 13/09/2006 14:05 hs         
Basicamente está monitorando o pressionamento da tecla BackSpace...
     
Página(s): 1/1    


Seu Nome:

Seu eMail:

ALTERAR PARA MODO HTML
Mensagem:

[:)] = 
[:P] = 
[:(] = 
[;)] = 

HTML DESLIGADO

     
 VOLTAR

  



CyberWEB Network Ltda.    © Copyright 2000-2026   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página