Visual Basic
소스로 컨트롤 삭제 하기
행복하면
2010. 2. 3. 18:13
on error resume next
me.controls.remove 컨트롤명
unload 컨트롤명
on error goto 0
이렇게 삭제를 하면 됩니다.