I am new to .Net and am trying to upgrade a project of mine to it. The wizard was not able to upgrade it completely with out problems. One issue I have is a few api declarations with "As Any" in it. .Net says that it does not support "As Any" for declarations. What should I do to fix this?
Also what is the .Net equivalent for "Forms" which is some sort of array that includes all forms in a project.
One more thing. I have an image that I want to be the icon of a from. This code no longer works in .net
It says that an image cannot be converted into an iconVB Code:
frmMenu.DefInstance.Icon = defaultICO.Image


Reply With Quote