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

Windows Forms FAQ

12. Windows Forms from MFC

12.1 As a VC++ programmer, what should I look out for when using C#?
12.2 Where can I find a succinct discussion of Windows Forms?
12.3 When I add a destructor to a class, why isn't it hit when my instantiated object goes out of scope?
12.4 How do I convert a string to a double or int? What plays the role of atof and atoi in C#?
12.5 What class or method do I use to retrieve system metrics like the width of a scrollbar?
12.6 In C++, the code "MyClass ht;" creates an object ht on the stack frame. But in C#, this same code compiles, but gives a runtime error. Why?
12.7 I need to encode the LParam argument of a mouse message. How do I do MakeLong , HiWord and LoWord type conversions?
12.8 How do you clear the contents of a list box?

 

Windows forms FAQ