Well done, but to update your knowledge: You actually can write a usual sub or function as a lambda expression as you would do with a regular one - just like you did it with the MySub variable, but you don't need a extra var for this, tl;dr; the following code works fine: AddHandler ColorChanged, Sub() MsgBox(_color.ToString) Draw() End Sub
@MsCounterTerrorist9 жыл бұрын
I've watched ur videos for a long time and I just love your efforts! keep up
@VBToolbox9 жыл бұрын
Ace Turtle Awesome! Thank you, Ace Turtle. :-D
@damiankarsyn96533 жыл бұрын
I guess Im quite randomly asking but do anyone know a good website to stream new series online ?
@merrickcody16923 жыл бұрын
@Damian Karsyn Try FlixZone. Just search on google for it :)
@rockybrennan71523 жыл бұрын
@Merrick Cody yea, been using FlixZone for years myself =)
@damiankarsyn96533 жыл бұрын
@Merrick Cody Thanks, signed up and it seems to work :D I really appreciate it !!
@prabha79763 жыл бұрын
When you click on textchanges drop down arrow key down option you choose but my keydown option is not coming what can I do...can anyone solve my problem
@saudarellano56597 жыл бұрын
could you help me? do you know how to put data and time in database with automatic??
@fajrimitnick355210 жыл бұрын
may i request some videos of creating report with crystal report??
@troller4jesus10 жыл бұрын
Should I learn C-Sharp or VB.NET for making Windows form desktop applications?
@VBToolbox10 жыл бұрын
That's really a matter of preference. Under the hood, C# and VB.NET are identical. They're based upon the same framework. What it comes down to is your syntax preference (mine is VB) and what your goals are. If you're looking to make a career of programming, I think that C# offers more job potential due to the fact that the majority of career programmers come from a C/C++ background, so the syntax is more familiar to them. Personally, I feel that VB.NET syntax feels more intuitive and I really like the Intellisense as it helps reduce code "guessing". I feel that I can produce Windows Forms Applications much more quickly in VB.
@serajfakron14757 жыл бұрын
what about Events Like KeyDown or KeyUp ?? , Those Events not work with my DLL Class Component !!!!
@dickvanderschaaf38336 жыл бұрын
Again a very nice tutorial.
@careerfirst16546 жыл бұрын
how to do travelling salesman problem in vb.net
@AW_777 жыл бұрын
what keyboard do you have? sounds like my dads typewriter from 1984.
@VBToolbox7 жыл бұрын
Very old Dell AT101W. ;-D Freakin' loves me some old clickity keyboards. lol clickykeyboards.com/
@bradpeone71395 жыл бұрын
Great tutorial, thanks!!
@PlayNRip10 жыл бұрын
I can understand you perfectly! Thanks!
@momashi697 жыл бұрын
Newb question, don't you usually need Dim to declare variables?
@VBToolbox7 жыл бұрын
thebunnyrules Unless you're using access levels (Public, Private, etc.), which I generally do at the class level, you'll use Dim to declare variables. :-) It's short for Dimension, as it carves out and allocates a chunk of memory to hold the object or data type.
@noijze7 жыл бұрын
Awesome ! just what I needed thanks
@svens37223 жыл бұрын
thats pretty slick :D
@omarrandoms855410 жыл бұрын
Thanks a lot .. you are awesome (Y) keep going :)
@brazo985 жыл бұрын
Perfect Dude! But if you want keep it simple put a property you have to type only proper and hit tab! Thats all!
@ifelseprog9 жыл бұрын
Nice tutorial !
@yba37989 жыл бұрын
hi i love u for your work do u have any other youtube channel?
@VBToolbox9 жыл бұрын
+ryugami yagami Thank you, ryugami yagami! :-) My other channel is "Aardaerimus" and was mostly dedicated to game programming in VB, but I haven't updated it in a very long time so the videos are not great.
@yba37989 жыл бұрын
VB Toolbox ty i already know about it i was asking if u have more , or can u do a video about app conception with MERISE methodology , ty again for everything!
@weshuiz13258 жыл бұрын
+VB Toolbox my events menu is not viseble how can i get acces to it now