I’m currently tidying up some converted VB6->VB.Net code at work, but I’m trying to find the .Net equivalent of the Support.TabLayout Method without much luck:
Debug.Print(VB6.TabLayout(intPages, lngColumn, .ColPageBreak, .Text))
Does anyone know of the equivalent or alternative to this method?
It is an untrivial method to replace, nothing close in the regular framework. Avoid burning too much effort on a debugging aid. A simple direct translation could be: