943,520 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 805
  • VB.NET RSS
Nov 30th, 2008
0

anyone know how to append in integer

Expand Post »
hey

im trying to implement a calculator.

i need to append values to label. like when i hit 1 button label should show 1 and when i hit 2 button it should show 12.. not just 2


can anyone help me out
Similar Threads
Reputation Points: -1
Solved Threads: 4
Junior Poster in Training
lich is offline Offline
78 posts
since May 2008
Nov 30th, 2008
0

Re: anyone know how to append in integer

try this
VB.NET Syntax (Toggle Plain Text)
  1. If e.KeyCode >= 48 And e.KeyCode <= 57 Then
  2. Label1.Text &= Chr(e.KeyValue.ToString)
  3. End If
Reputation Points: 84
Solved Threads: 58
Posting Pro in Training
waynespangler is offline Offline
461 posts
since Dec 2002

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: sql view in vb.net
Next Thread in VB.NET Forum Timeline: Displaying a list of Databases in a combo box





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC