VB.NET: Creating Your Own Versions of Controls

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 49

  • @tomdempsey6207
    @tomdempsey6207 7 місяців тому

    Thank You so much for this lesson at 81 years old I have learned something I wish I knew
    20 years ago when i first started using Visual Basic. I just made an animated picturebox control
    which saves me a lot of writing code in my games I create.

  • @seba.d
    @seba.d 8 років тому

    at last some great tutorial that actually shows something. i'm fed up with guys showing how to add button on a form.
    big like from me.

  • @dejan011
    @dejan011 9 років тому

    Haven't seen recently so simple, but good tutorial. Thanks for posting :)

  • @Ramog1000
    @Ramog1000 8 років тому

    can I somehow add custom values to the property screen? So for expample that I can change the tick value from the stopwatch without acessing the script.

  • @DamianChambers
    @DamianChambers 11 років тому

    Great tutorial. It adds to my knowledge base of VB

  • @buddyroach
    @buddyroach 6 років тому +1

    thanks. great tutorial. I made a custom control. But how do I export it to where I can import it into future projects and use it?

    • @michelmoes1322
      @michelmoes1322 2 роки тому

      That is exectly the point where I also have problems with my user controls in other projects.
      If I add them I have to correct the new projects designer code, altough MS says one should not do that.

    • @buddyroach
      @buddyroach 2 роки тому +2

      @@michelmoes1322 I found a better way but it works only in VS 2019. Just add a new file to your project in the solution explorer and add a user control class. Make your control and you can reference it in your main form and control it via that. Check my video I did on Musica pro. Its one of the more recent videos. Thats a custom control. I did that so I can have multiple instances of it with all of its complexity. Also in my other app colorpen I made a custom control too and I was even able to use it again in another project.

    • @michelmoes1322
      @michelmoes1322 2 роки тому

      @@buddyroach Wow, I did not expect to have an answer because I was 3 years late.
      As VS 2022 is for free in the community edition and the included VB is fully compatibe with older versions, I'll check your approach.
      Greetings and thks, Michel

  • @IvanVinski2009
    @IvanVinski2009 12 років тому

    As I said on the forums, thank you for this tutorial!

  • @santiagoarce5672
    @santiagoarce5672 4 роки тому

    This is so useful. Thank you so much.

  • @ItzScorchMark
    @ItzScorchMark 10 років тому +1

    Hi, I don't mean to bother you and I know this tutorial is pretty old, but how could I do this with a textbox? I want my textbox to look pretty, so I have an image for it, but I have no clue how to add the picture to the textbox ;/

    • @buddyroach
      @buddyroach 6 років тому

      You can't really add a picturebox to a textbox but what you could do however, is maybe have your control be a panel with a textbox and picturebox on it and arrange them how you would like such as the picturebox next to the textbox or something?

  • @NikhilKomirisetti
    @NikhilKomirisetti 11 років тому

    Hey man, great video. But jw, but how did you create those buttons and that form?
    Is there a seperate video for that, or is it just something I can download?

  • @ing.nicola1706
    @ing.nicola1706 6 років тому

    Beautiful tutorial! useful! excellent also simple English, understandable (I'm Italian) and well-marked

  • @cakdham4607
    @cakdham4607 8 років тому +2

    thanks bro.. really appreciate for what you've done

  • @3DSBRAIN
    @3DSBRAIN 12 років тому

    What screen recorder do uuse is it free?

  • @xman993
    @xman993 10 років тому

    Can u make a custom track bar ? with image now colors? please

  • @jtlunsford780
    @jtlunsford780 2 роки тому

    Loved it, but more stuff I don't fully understand yet, but I can see the application will be useful. Everything legible, verbiage understandable and not too fast........thanks..JT

  • @kcvinu
    @kcvinu 10 років тому +2

    Thanks, nice tutorial, also great presentation.

    • @BrandonioProductions
      @BrandonioProductions  10 років тому

      vinod kc Thank you very much! I appreciate your comments and thanks for watching!

  • @spups1000
    @spups1000 6 років тому +1

    can you show a tutorial of making a custom calendar. also able to add events and show them on the calender. would be appreciated.

  • @BirkanMehmetUlusoy
    @BirkanMehmetUlusoy 11 років тому

    you are the best man

  • @AlexisLestrange
    @AlexisLestrange 9 років тому

    thanks a lot for the tutorial, now my program looks prettier :D

    • @BrandonioProductions
      @BrandonioProductions  9 років тому

      You're very welcome. I'm glad you've found it helpful! And in the end, what matters more than looks, right? ;)

    • @AlexisLestrange
      @AlexisLestrange 9 років тому +1

      only when it comes to programs, nothing. ;)

  • @annasahar6356
    @annasahar6356 11 років тому

    Nice Tutorial!!!!
    I'm Lovin it!!!

  • @buddyroach
    @buddyroach 4 роки тому

    How to create properties?

  • @MegaMinecraft11
    @MegaMinecraft11 10 років тому

    How can i use these components in my other Projects?

    • @BrandonioProductions
      @BrandonioProductions  10 років тому

      If you build the project, you will get a .dll file that you can add as a reference to any other project!

    • @MegaMinecraft11
      @MegaMinecraft11 10 років тому

      Can i make so it imports automaticly?

    • @BrandonioProductions
      @BrandonioProductions  10 років тому

      I do not believe so!

    • @MegaMinecraft11
      @MegaMinecraft11 10 років тому

      Okay.. I can't really figure out how to import yhe component i made, can u help me out?:)

    • @BrandonioProductions
      @BrandonioProductions  10 років тому

      Well, once you build your component, you can add it to the project you're currently working on by finding it in the toolbox. You can add it to other projects by pressing Project>Add Reference and then browsing for your .DLL file.

  • @henriklauridsen9686
    @henriklauridsen9686 10 років тому

    This is very good. Thank you

    • @BrandonioProductions
      @BrandonioProductions  10 років тому

      Henrik Lauridsen I am very glad that you think so! Thanks for watching!

  • @arteinsectoDIY
    @arteinsectoDIY 7 років тому +1

    Excelente !!!!

    • @vanessagarzon4481
      @vanessagarzon4481 7 років тому

      Mamio _ hhdhdhdhzzbxxbbxchjnnxnzzxvdbvTDdgzggs
      😄😄😃😃😃😃😃😃😃tehshddddhsgszg,c,,b,vxvdhvhdg
      Vvhbjxhf

  • @aller66
    @aller66 12 років тому

    a very interesting tutorial

  • @ViaKnyazev
    @ViaKnyazev 12 років тому

    plz make some tuts o0n C++

  • @Crossfire690
    @Crossfire690 12 років тому

    Thanks For This

  • @TheMessi324
    @TheMessi324 8 років тому

    thank a lot

  • @edwardesmalin8784
    @edwardesmalin8784 11 років тому

    thank you

  • @i7arithran
    @i7arithran 12 років тому

    n1