In this tutorial I will be getting back to VB.NET for a bit to teach you guys how to enhance your programming experience by using objects!! Hopefully this will help you out in your large projects.
Thanks for watching!
http://brandonsoft.com
http://bpforums.info
Amazon Auto Links: No products found.
Thank you ! Really great tutorial.
Nice tutorials there, Thanks for the introduction to object oriented programming
Peace out
Great tutorial. But agreed, you could have saved at least 5 minutes of recording time if you would have planned this out before hand.
thanks a lot for posting this
very helpful, I like to see [and hear thought process] very similar to my development process.
Hey Brandon 😀 how about using Property Block? I meant for the “Get” and “Set” ?
Hey very nice vid, I was wondering if you can automatically generate getters and setters like you do in Eclipse for Java? Thank you and keep going!
Ad lib all you like. I got a lot from this tut, even the part where you got stuck.
Cheers.
Thanks
It’s really a great presentation from you sir. I’ve learned a lot from it because it contributes a lot in learning about OOP.
Tip: go through the tutorial before you record it, but other than that great tutorial!
Why didn’t you just type g and hit enter..it would of set you up with ….
Property Title() As String
Get
Return TitleString
End Get
Set(ByVal value As String)
TitleString = value
End Set
End Property
Then you could skip all that ME. crap
Nice tutorial Brandon..U got the understanding skill.
very easilly to understand ! thank so much
very nice teaching.