VB.NET Tutorial For Beginners - Creating Classes (Visual Basic Programming)

preview_player
Показать описание
In this beginner Visual Basic .NET programming tutorial, I'll be showing you how to create and implement class objects.

Tutorial Features:
VB.NET Classes
GDI+ Drawing
OpenFileDialog

Рекомендации по теме
Комментарии
Автор

This is not a tutorial for beginners. This is an intermediate level. God job.

michelg
Автор

when starting out I never know what namespaces I should be added in. like in this example the drawing space ? is there a cheat sheet on namespaces and what they are used for ?

Chris-byeh
Автор

Do you have a good tutorial reference on subs?

VDADmusic
Автор

Hello.... How can I create ActiveX Control in visual Studio 2015 using vb. Net.
That activex control I want to use in my SCADA project or in excel.
I want .ocx or .dll file in output.
So that I can register it and use it anywhere.
Please help.

vishayinternet
Автор

awesome tutorial. can you make one on the correct way to create controls? all the ones i see are all over the place and dont work well

buddyroach
Автор

A little more complex than I need, but I like it and once I get a better grasp on Class, I will come and view this again. Saving a link in my Tutorials Folder...thanks so much. Easy to follow, not done too fast, laid out well and the explanations were easy to follow...thanks so much...JT

jtlunsford
Автор

How do I make FirstName / LastName etc. as private members and then use Get / Let / Set procedure to access private members? I am in the learning stage of .NET and intend to create my geometric objects where, I need to set many filters conforming to business rules prior to setting any values.

NimishP
Автор

I know that for the rules and games control it would be impossible to make a general template, but cards, decks ( with option to add joker(s) ), playerHands, shuffling, add cards to hand, retract card from hand and add it to waste pile, take card from stack and add it to hand, are the minimum that IMHO all card games need. What tcp/ip concerns, is it possible to make a function that simple send an array filled with all the cards in the game( grouped in List Of(card) ) to all the clients. It would be the clients responsibility to arrange the cards accordingly, it would be 53 * deck cards to send. Also the clients need to send or the changes in card position after there turn is done. The only thing I have trouble with is how to make sure that each client and the server has really the same cards. Hope this make any sence...lol. If I see that in the micro controller world of tcp/ip they send simple messages to each other and that works simple, so why can't it be simple in a more advanced system.  

Thanks for your swift answer, and i will keep watching your tutorials over and over. Maybe when I'm 85 I will get it...LOL. In the mean time I try to get my card game together with the help of your tutorials end some code snippets that I borrow from the net ad tweaked to my liking. I just wish I had more understanding in what I am doing exactly... LoL  

camillusblockx
Автор

How to read a data from SQL table to Datetimepicker?
Example: I have 5 different dates of a same month in the table. When I load the form or click on a button, I should see only those 5 dates in the datetimepicker other dates should be disabled.

sriguruagasthya
Автор

You lost me after the import thingy. And private says me nothing. Got any lower level tutorials?

ElectromaticG
Автор

Excellent, been using your DBcontrol class, works very clean error less. But tried to use transactions with it, but something is missing cant get it to work. Can you help ???

dorothebertens
Автор

You are a very good teacher - thank you very much for this, much appreciated. Am I right to think per your comments in the last couple of minutes, that I could pull my data from an SQL db or similar? Martin

musicandvoice
Автор

Hi I just saw your video but it's confusing to me. Actually I am new to VB.net but traditionally VB used to be very different. It wasn't object oriented to begin with and would it not be easier if we drew picture and text area on the form when we begin creating the application?

KMRNUK
Автор

can you show me how to select records from table in sql server and show that record in a text box when load the form.
I have created a payroll system. in that system i want to allow users to see their own data with their employee ID. but i dont know how to select data and show them in a textbox. please help me. than you.

dinupapathirana
Автор

A general question: my problem with moving to .Net is the plethora of properties and namespaces. Where did you learn what to use in each case? BTW, your tutorials are excellent and I plan to watch many and learn from you. Thank you.

familythrift
Автор

Very nice but my photo do not charge for what reason can be

Darkfrez
Автор

Nice video but I have small problem, unable to get a image to load during the play of program in vb.net 2015

arjamal
Автор

It is consist of new information for me! Thank you for all!

jasurbekgulomov
Автор

This is fantastic. Could you please do a family tree structure?

jasonport
Автор

I get errors when i run the program...has anybody run this program with any success? just want to know...to see if i should keep dubbugging it.Thanks

joecohan