Visual Basic 2008/2010: How to make your very own .dll file!

Поділитися
Вставка
  • Опубліковано 27 сер 2024
  • In this video I will be teaching you how to create your own dynamic link library (.dll) file. It's actually pretty simply.
    Thanks for watching!
    brandonsoft.com
    CODE : pastebin.com/9b...

КОМЕНТАРІ • 65

  • @john03063
    @john03063 3 роки тому

    Great video. It's nice to know that even the professionals sometimes have to step their way through bugs and errors...

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

    Thanks!!! I wanted to create an advanced download manager in my web browser and there was a lot of errors in it but with your video, you learned to me how to correct the bug. Thanks a lot!!!!

  • @kcastillo0319
    @kcastillo0319 11 років тому +1

    In the debug toolbar, in VS 2010, there is a drop down box - you can select Release from there, and then build to get the release version. I had to figure that out. Hope that helps.

  • @timgerard262
    @timgerard262 3 роки тому

    So basically what he's saying is, "I'm actually glad it didn't work, because that proves that it's working!"

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

    Hello, how can i create Activex control in VB.net (VS2010). I just want to create simple speedometer in VB.net
    I want to create callable wrapper class. I want to use that objects in My scada projects.

  • @ILOKATsomuch
    @ILOKATsomuch 13 років тому

    what does byval stand for, and byref? and all that other stuff?

  • @baronsc
    @baronsc 13 років тому

    HELP! When I Saved It I click Save All And It Dosen't Make a .dll And i go to the right folder please help!

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

    When I do add reference, I can see my youtube.dll, but when I try to do "Import youtube.class1" it fails to recognise the youtube dll I did? Why is that?

  • @ILOKATsomuch
    @ILOKATsomuch 13 років тому

    @BrandonioProductions
    But is it then also possible for instance:
    in the class:
    ... Class1
    dim a as string
    sub yeah (byval whatever as string)
    end sub
    and then in the actual program can you then still use "a" without any interference from the class part?

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

    Can a .dll open a JAR file? Like... Within a program of VB?

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

    i have nothing in bin. what can i do?

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

    Hi can you tell me how create .tlb file for a dll .. thanks

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

    what is that screen recorder?

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

    were can you use dll for...

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

    I too use same recorder ...... is't that BB flash back pro

  • @ILOKATsomuch
    @ILOKATsomuch 13 років тому

    @BrandonioProductions
    So it actually is just like dim ... as string???

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

    @BrandonioProductions I have a question, i wanna make a program that uses the " if " command to search for the files that are checked in checkboxes and if you check like .zip all the zip files come up in 1 form or something, liket this: if .zip = checked / true then search for zip in C:\ or something like that can you help me? :)

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

    can i use it on a machine that not has .net installed?

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

    It's not the same
    type process.start("help") //process.start is run.exe of windows
    and on an other program
    shell("help") // Shell() is cmd.exe of windows
    and see what it does

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

    is not work none for my folder

  • @_-_-_-_-_-_-_-
    @_-_-_-_-_-_-_- 13 років тому

    @PBAProductions91 I know that but in this case its the same thing

  • @gollum096
    @gollum096 13 років тому

    @baronsc go to
    start- documents-visual studio 2010(2008)-project-yourprojectname-bin-debug-yourproject.dll

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

    if i give u a code can u hlp me put it together?

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

    How about making a dll for a windows application, how is that made?

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

    If i type "public varname as MyDllName.Myclass" i cant use the subs... i always have to type MyDllName.Myclass.Mysub

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

      Try to use Public Shared Sub. If that doesnt work do this. Imports DLL and below that one Imports DLL.SUB.

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

    he left out the part where you go up to debug and click build (name of your aplication) so if you save it without doing this step your .dll file will not be there at least it wasnt for me

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

    why you make a tutorial that doesnt work..... only tyou made a DLL, but the downloader you made fails......................

  • @AViONCreativeLab
    @AViONCreativeLab 13 років тому

    .dll library? Dynamic Link Library
    so you mean Dynamic Link Library Library?

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

    i have errors when i do
    download.downloadfile

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

    I have errors in cods

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

    i like how u did that but how can u make a program to download any video?

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

    It says it does not accept URI format pliz halp I am a beginner

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

    Hey what is the link to Visual Basic?

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

    Cool video. Can you make another one about how to make a UA-cam app on vb

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

    can i make with vs2012???

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

    thanks I learned from this

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

    Me: title: How to use make your own dll (with dll)

  • @kinanjano
    @kinanjano 11 років тому +1

    Your Video is so helpfull
    Thank you man !
    its working :D
    like + Scribte !

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

    good video i learned alot and i subscribed u

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

    can someone give me vb 2010 highly compressed? Speed Slow

  • @dadnaya
    @dadnaya 13 років тому

    lol?
    its writes internet is not declerted

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

    u gotta do: "fileice.com"
    type the ""

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

    works for me :)

  • @_-_-_-_-_-_-_-
    @_-_-_-_-_-_-_- 13 років тому

    @spudsmanager They do the same thing Wow..
    >.>

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

    Wow. this guy is a funny programmer. :-)

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

    lol MSGBOX ("Subscribe!") just like in vb

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

    Hey romeo make the dll file that gets pass robloxs patch i will pay u 100,000,000 dollars :3

  • @tacticsgaming3457
    @tacticsgaming3457 9 років тому +5

    UGh, these tutorials make me sick...

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

    i hate this "very own"

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

    You mean CORRECT, not CORRUPT! LOL

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

      No

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

      Lol, you're wrong!
      The download corrupted the download did not "correct" (No grammar)

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

      Lol i have misunderstood ahah sorry guys

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

    same xD

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

    nonsense its mean i just waste my life 14 minutes uselessly >.

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

    you don't prepare very good .......well you are a good but weird and interesting programmer.....maybe.
    (please be top comment!)

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

    Just here for roblox :3

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

    and can i create hacked dll for game??