المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to display text with table in C# forms application?



C# Programming
04-06-2012, 02:31 AM
My task is to convert an existing PHP application into a C# windows forms application. The PHP application displays report based on several criteria. This report is a mix of some text and some tables all stacked and centered in the form.
Please suggest how I can do this in a C# desktop application.