User Interface
C#
3
Posts
3
Posters
25
Views
1
Watching
-
Can I create custom user interface in C#, for instance like MS Office2000, similarly as in Visual C++. Mike
Mike, C# is a language, so it really doesn't define what you can and can't do as far as interface design. Microsoft with the .Net runtime has made all programming languages equally powerful, so anything you can accomplish in one language, you can reasonably expect to accomplish in any other .Net compatible language. Microsoft is pretty hard-core about C#, so to answer your question, yes, you can make sophisticated UIs like you find in Office in C#. You can also make those UIs in VB, in Cobol, in Eiffel, etc.
-
Can I create custom user interface in C#, for instance like MS Office2000, similarly as in Visual C++. Mike