To find size in KB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pldeepthireddy
    New Member
    • Aug 2007
    • 1

    To find size in KB

    Hi,
    I have a windows application in which i have a form and there is some functionality.O n the click of a button ,i need to get a message saying "The size of the form is "XX" Kb ".HOw i do i get the size?
  • SammyB
    Recognized Expert Contributor
    • Mar 2007
    • 807

    #2
    Originally posted by pldeepthireddy
    Hi,
    I have a windows application in which i have a form and there is some functionality.O n the click of a button ,i need to get a message saying "The size of the form is "XX" Kb ".HOw i do i get the size?
    Size is a property of a form, but it gives the size as heighth & width in pixels. What do you mean by size in Kb? What is Kb?

    Comment

    Working...