remove a button from application at runtime
Now I need to remove these button(s) at runtime by only using the x/y coordinates.
How 开发者_StackOverflow社区do I accomplish this??
take care
tonynot the best and fastest way to do it, but iterate over the parent view's control list, find out their relative x/y coordinates and remove them from the parent view
精彩评论