Hello my fellow Daniwebaholics!
I know it is kindof off the wall, but I need help converting a piece of C# code to VB.net.
I know a little C#, but not enough to be able to convert complex syntax from one to the other.
Here is the code in C#:
p.Location = new System.Drawing.Point(((Panel)PanelContainer[PanelContainer.Count - 1]).Left, ((Panel)PanelContainer[PanelContainer.Count - 1]).Bottom + 5);
Where PanelContainer is an arrayList.
Any help would be GREATLY appreciated.
Thank you,
BegginnerDev