Question: Why can't the editor directly enter Chinese characters when entering the content? You must enter a non-Chinese character before entering Chinese characters. I use sogou's input method, is it about input methods?
Recently, we are studying devexpress's winform control, starting from xtrabars. ribbon starts here (because ribbon-style forms are used in recent projects, of course. NET 2.0 has built-in ribbon control, but I don't know VC, so I can only learn devexpress ).
I am not talking about it. I have served it!
First, download the devexpress winform control installation package (of course the trial version),: http://www.devexpress.com/Downloads/NET/index.xml
After installation, you can create a ribbon form in either of the following ways:
(1) create a winform project, right-click the project and choose "New item"> "devexpress ribbon form v9.2" to create it directly, for example:
Note: You must select "Visual C # item" for the category on the left. Otherwise, the dev template on the right is invisible.
(2) first create a winform file and then add devexpress. reference data, utils, xtraeditors, and xtrabars. Add the ribboncontrol and ribbonstatusbar controls to the winform In the toolbar, and set the base class of winform to devexpress. xtrabars. ribbon. ribbonform.
After compilation, run:
So far, ribbonform has been created