Лучший отвечающий
В C# Помогите!

Вопрос
-
У меня в visual studio 2013 ultimate нет компонента scintilla и в visual studio 2010 C# express тоже нету. scrintilla это как textbox ток с подсветкой синтаксиса. Я разрабатываю небольшое простенькое приложение и мне требуется компонент scrintilla, а у меня нет( я скачал но не понимаю как устанавливать22 февраля 2014 г. 19:14
Ответы
-
Adding to the Visual Studio Toolbox
Adding the ScintillaNET control to the Visual Studio (or Visual C# Express Edition) toolbox makes adding it to one of your forms as easy as dragging and dropping.
- With the Windows Forms designer open in Visual Studio, right-click on the ToolBox window and selectChoose Items... from the context menu.
- From the Choose Toolbox Items dialog, select the .NET Framework Components tab and then click theBrowse... button.
- Navigate to the location of the ScintillaNET.dll file on your system ("C:\ScintillaNET\ScintillaNET.dll" in our example) and after selecting the file, click the Open button.
- When the Open dialog closes, one or more ScintillaNET components will have been added to the list.
-
Ensure that the entry named "Scintilla" is checked and then click the OK button.
- The Scintilla control should now be listed in the Toolbox. Simply drag it onto a form in the designer to begin using it.
- Предложено в качестве ответа Maxim Shusharin 23 февраля 2014 г. 5:09
- Изменено Maxim Shusharin 23 февраля 2014 г. 5:10
- Помечено в качестве ответа fluyyeeyef 23 февраля 2014 г. 8:34
23 февраля 2014 г. 5:08
Все ответы
-
Adding to the Visual Studio Toolbox
Adding the ScintillaNET control to the Visual Studio (or Visual C# Express Edition) toolbox makes adding it to one of your forms as easy as dragging and dropping.
- With the Windows Forms designer open in Visual Studio, right-click on the ToolBox window and selectChoose Items... from the context menu.
- From the Choose Toolbox Items dialog, select the .NET Framework Components tab and then click theBrowse... button.
- Navigate to the location of the ScintillaNET.dll file on your system ("C:\ScintillaNET\ScintillaNET.dll" in our example) and after selecting the file, click the Open button.
- When the Open dialog closes, one or more ScintillaNET components will have been added to the list.
-
Ensure that the entry named "Scintilla" is checked and then click the OK button.
- The Scintilla control should now be listed in the Toolbox. Simply drag it onto a form in the designer to begin using it.
- Предложено в качестве ответа Maxim Shusharin 23 февраля 2014 г. 5:09
- Изменено Maxim Shusharin 23 февраля 2014 г. 5:10
- Помечено в качестве ответа fluyyeeyef 23 февраля 2014 г. 8:34
23 февраля 2014 г. 5:08 -
Большое Спасибо. Выручил. Всё получилось23 февраля 2014 г. 8:34