vb6 - Remove Control Array Designation At Design Time -


during design time when creating form, accidentally created control array. control copied , pasted several other controls. possible remove control array designation without deleting , re-creating controls?

this @ design time.

if have ended creating text3 control array 5 elements, easiest way correct hand rename elements 1 one unique names , clear index property of each one.

if cautious and know doing can faster edit .frm or .ctl file in notepad.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -