what is the code i need to use to tell a streamreader to read wether or not a button is visible
Dim sr as new stream reader
button1.visible=sr.read<------but this doesnt work
Dim sw as new streamwriter
sw.write(button1.visible)<------but this doesnt work
any suggestions?
