Henry手记-VB.net WinForm中的FORM初探(三)[5]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 latitude 的 blog

        dim itemcount as integer

        for itemcount = 1 to c.count

       判断f是否在forms中,如果在则删除掉

            if f.name = ctype(c.item(itemcount), form).name then

                c.remove(itemcount)

                exit for

            end if

        next

    end sub

 

本文关键:vb.net Form
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top