Thank you very much for your tutorials, I REVIEWED YOUR 21 VISUAL C# VIDEOS, and THEY ARE GREAT, NOW I AM READY FOR MY FINAL TEST!!!
martitauriarte 2 months ago
Cool :)) you've answered my prayer :D
can i ask? how do u get the inputs from the textbox?
ex. i have 2 inputs 3 and 5 then when i click the add button output will show up :)
mheljo88 2 months ago
@mheljo88 You access the text in the textbox by using this format textbox.Text. So if your textbox was named txtBook, you would do this: txtBook.Text.
You can also put text in the textbox by assigning it like a variable. For example: txtBook.Text = "This is a string"
onlivegamer 2 months ago
@onlivegamer Another Question i know im advance but how do u link a form when u clicked a button ? thnx in advance dude :)
thanks for the videos, im really enjoying this series!! :D keep 'em coming :)
Ganokbcn 2 months ago
Thank you very much for your tutorials, I REVIEWED YOUR 21 VISUAL C# VIDEOS, and THEY ARE GREAT, NOW I AM READY FOR MY FINAL TEST!!!
martitauriarte 2 months ago
Cool :)) you've answered my prayer :D
can i ask? how do u get the inputs from the textbox?
ex. i have 2 inputs 3 and 5 then when i click the add button output will show up :)
mheljo88 2 months ago
@mheljo88 You access the text in the textbox by using this format textbox.Text. So if your textbox was named txtBook, you would do this: txtBook.Text.
You can also put text in the textbox by assigning it like a variable. For example: txtBook.Text = "This is a string"
onlivegamer 2 months ago
@onlivegamer Another Question i know im advance but how do u link a form when u clicked a button ? thnx in advance dude :)
mheljo88 2 months ago
thanks for the videos, im really enjoying this series!! :D keep 'em coming :)
Ganokbcn 2 months ago