View Single Post
Join Date: Dec 2002
Posts: 461
Reputation: waynespangler is on a distinguished road 
Solved Threads: 56
waynespangler waynespangler is offline Offline
Posting Pro in Training

Re: anyone know how to append in integer

 
0
  #2
Nov 30th, 2008
try this
  1. If e.KeyCode >= 48 And e.KeyCode <= 57 Then
  2. Label1.Text &= Chr(e.KeyValue.ToString)
  3. End If
Wayne

It is hard to understand how a cemetery can raise its burial rates and blame it on the cost of living.
Reply With Quote