I don't know what the value it get when happening...
How to prevent unnecessary property to store??
Something like
Code:If control= "Textbox" Then If property <> "Text" Then store to binary... End if Else If control = "Label" Then If property <> "Text" Then store to binary... End If Else if control = "ListView" Then If property <> "Item" or property <> "Column" Then store to binary... End If Else if control = "Checkbox" Then If property <> "Checked" Then store to binary... End If End if




Reply With Quote