Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ

66. Framework Tips General IO

66.1 How do you persist any object in the registry?
66.2 How can I listen to changes in a file/directory in the windows file system?
66.3 How can I convert a long path to a short path?
66.4 I want to iterate through both files and folders in a given folder. Is this possible?
66.5 My application requires a simple ini file. Is there a easy way to implement this without using any parsing?
66.6 How can I access a webpage from a windows form?
66.7 I just want to read a text file into a string. Is there some simple code for this?
66.8 I just want to write a simple text file. Is there some simple code for this?
66.9 While deserializing how do I check whether a name is available in the deserialized info?
66.10 How come some of the objects are not initialized during deserialization?

 

Windows forms FAQ