VB.NET Tutorial - Create a DLL / Class Library (Visual Basic .NET)

preview_player
Показать описание
In this Visual Basic .NET tutorial I will be showing you how to create and use your own DLL (Dynamic Link Library) in your VB.NET projects.

We will create a DLL file for managing form graphics and use that DLL to draw images to forms and form controls.

TUTORIAL FEATURES:
DLL - Library, Namespace, Class
Graphics - System.Drawing, Image
Form Controls - Button, PictureBox
Class - Image Manager
Рекомендации по теме
Комментарии
Автор

Thank you for this nice and basic tutorial on Visual Basic.NET dll files.

meisamrasouli
Автор

Beautiful tutorial. It helps me understand a lot about DLL. Thanks.

henryphan
Автор

This is a very interesting tutorial. It helps a lot for a beginner like me. Thank you for uploading tutorials like this.

mykeruiz
Автор

Totally love you, apart from the coding stuff. Keep it up, you're one of the rare, good guys on YouTube.

aequabit
Автор

31:33 LOOOL Where is that came from? I love your tuts!! No1 on my list

Fehera
Автор

5:00 Reference is not being added to it. So I'm unable to do System. Drawing < please assist.>

sushobhansardar
Автор

This is the best project for me thz VB Toolbox

lywatanak
Автор

I'm a newbie and would like to know if you have an example using the windows OpenFile Dialog to be able to choose any image from the directory. This have been a very interesting tutorial especially for a beginner like me. Thanks.

hectorsantini
Автор

might be a stupid question, however... is it possible to export a dll from visual basic and use it in c#? since both languages are .NET?
for example i like the easy md5 function from visual basic and want to use it in c#.

HazardEdit
Автор

Hello, how can i create Activex control in VB.net (VS2010). I just want to create simple speedometer in VB.net

vishayinternet
Автор

C# and Java got a lot of similarities :O
At least in the coding language.

Emag-dp
Автор

Very nice tutorial. Can you organize the functions in modules to keep the length of the DLL manageable? I am thinking of something like having each class being a module. Like have a class of constants, a class of orbit parameters, and a class of antenna parameter functions, and class of plots. It would look better I think if all the functions for one class was in its own module. Otherwise I see a dll being thousand of lines long.

josephwarner
Автор

First o all great job! I hope you're still making videos like this. You're doing humanity a great service! Thank you sir! :D

The Image in the PictureBox doesn't load a second time after I've loaded and then deleted it once. Why is that? Shouldn't it appear/reappear and disappear every time i click on the Draw and Delete buttons? If not, how do I make it work like that? Thanks!

iordanchis
Автор

I made a .dll file with an XNA base.  So all I would need to do is move that ".dll" file into any project that I could use those same boilerplate classes?

devindwight
Автор

how or where i could find or create the comwrap.dll and toolkitpro1201vc90.dll file missing from my computer

graphexx
Автор

What we have to do for importing xls, csv and xlsx file
thank you

sachinmalla
Автор

I always use Option Strict On and the line Dim G as Graphics = Surface.CreateGraphics gives a late binding error.  How can I get rid of this error (any ideas)?

douglasteachout
Автор

plz give me the code for a sample program to create a user defined DLL

MonikaSingh-joux
Автор

FromFile brings an exception error it does not belong to System.Drawing

amoseder
Автор

it's not working for me, I follow your every step and all that i am getting is a BIG "X" in my form.
give me some hint,

georgegallimore