Welcome to Dream.In.Code
Become a VB Expert!

Join 149,403 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 2,187 people online right now. Registration is fast and FREE... Join Now!




Displaying text from a button to a text box

 
Reply to this topicStart new topic

Displaying text from a button to a text box

unlimited
3 May, 2007 - 10:37 AM
Post #1

New D.I.C Head
*

Joined: 16 Apr, 2007
Posts: 27


My Contributions
well I'm trying to create a calculator (as a first VB project tongue.gif) but I can't manage to figure the code out sad.gif

Dim button1 As Double = 1
Dim textbox1 As Double = 0
button1 = textbox1 = 1


the code UP is just one of my many attempts to make a button(when pressed) to display s number in the textbox so can someone please help biggrin.gif


Thanks in advance
User is offlineProfile CardPM
+Quote Post

tody4me
RE: Displaying Text From A Button To A Text Box
3 May, 2007 - 11:13 AM
Post #2

Only Jenny Craig makes thin clients...
Group Icon

Joined: 12 Apr, 2006
Posts: 1,349



Thanked: 5 times
Dream Kudos: 100
My Contributions
when button 1 is pressed you want to display the .text property of the button in the .text property of the text box. so something like this, not 100% on syntax because i don't code a lot in vb anymore, since .net.

CODE

public sub ButonHandler(object sender, eventargs e) handles button1.click
textbox1.text = sender.text
end sub

User is offlineProfile CardPM
+Quote Post

unlimited
RE: Displaying Text From A Button To A Text Box
3 May, 2007 - 11:18 AM
Post #3

New D.I.C Head
*

Joined: 16 Apr, 2007
Posts: 27


My Contributions
thanks for the code smile.gif ill try this now but one question is .NET better then VB?
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/7/09 10:25AM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month