This question is locked. New answers and comments are not allowed.
The online dragdrop vb.net example is not working, missing this part from the c# example:
new ApplicationInfo()
{
Name = "Large Collider",
Author = "C.E.R.N.",
IconPath = @"/DragAndDrop/Images/LargeIcons/Atom.png"
},
new ApplicationInfo()
{
Name = "Paintbrush",
Author = "Imagine Inc.",
IconPath = @"/DragAndDrop/Images/LargeIcons/Brush.png"
},
new ApplicationInfo()
.... can you recommend how to put that in Vb.NET, your code convertor does not do it
new ApplicationInfo()
{
Name = "Large Collider",
Author = "C.E.R.N.",
IconPath = @"/DragAndDrop/Images/LargeIcons/Atom.png"
},
new ApplicationInfo()
{
Name = "Paintbrush",
Author = "Imagine Inc.",
IconPath = @"/DragAndDrop/Images/LargeIcons/Brush.png"
},
new ApplicationInfo()
.... can you recommend how to put that in Vb.NET, your code convertor does not do it