I thank - you for youre well knoledge interventions. sinceres salutations.
@VBToolbox3 жыл бұрын
Thank you, Hamid. 🙂
@DaveSemon3 жыл бұрын
Great explanation. Thanks.
@BestiaBronceada8 жыл бұрын
All your videos are amazing dude, you have helped me a lot!, suscribed!
@nestorcosio70889 жыл бұрын
Excellent tutorial ! appreciating their efforts in the tutorials greetings from Tijuana
@VBToolbox9 жыл бұрын
+Nestor Cosio Thank you, Nestor! :-)
@OMcsTwosComplement9 жыл бұрын
I had been wondering if there was a more efficient way of editing objects in code without that 'wall of text' that you end up getting. Usually I just stick it in a method and hide it away at the bottom of my code! This is a much better way to do it, good effort!
@kenclemerbaltar5329 жыл бұрын
as always thanks for the tutorial :)
@baherwahby22 Жыл бұрын
Good work
@1jeffr7 жыл бұрын
Thanks for your tutorials, always informative. How would you modify this code to be used with a Custom Control? The problem that I have run across is that not all of the control's properties are available, since the control "c" is cast as a generic control. So properties such as Backcolor, Text, Enabled and other common properties are available, but custom properties and methods are not. To access those Properties, the control needs to be cast into its specific control type. example: directcast(c, cc_TextBox). StoreValue() (cc_Textbox is my custom control and StoredValue is my custom method) But I'm having trouble modifying the code to accomplish this.
@jherkhristnioda21529 жыл бұрын
are all your videos complete for vb.net and thats all vb.net can do ? btw thank you for making this tutorial
@samuelholmes12285 жыл бұрын
In the ControleType how would you make it any control that has a specific property rather then typing the line of code for each control type?
@terrybottorff99218 жыл бұрын
I am trying to use your code in VS2013 and the statement if Parent.GetType().GetProperty("Controls") is Nothing Then Exit Sub Keeps giving me an error: Conversion from string "Controls" to type 'Integer' is not valid. I have tried correcting this but have not been able to find the correct Syntax. Could you please help. The same error happens here if I just comment out the above statement: If c.GetType().GetProperties(ControlProperty) IsNot Nothing Then TIA. It is exactly the code I need.
@TheVideoVolcano7 жыл бұрын
Great tutorials but why are you checking booleans like a noob?