by Dmitry [dimaka] Pavlov
11. April 2011 00:28
Вы наверное замечали, что когда Вы сохраняете документы Word или Excel в виде HTML, то в них очень много всяких стилей, которые отвечают за внешний вид текста, таблиц и т.п. Например, вот так выглядит предыдущий абзац в HTML: <p style='line-height:12.75pt;background:white'><span lang=RU ...
[More]
by Dmitry [dimaka] Pavlov
10. April 2011 03:11
Частенько я сталкивался с проблемой из-за использовании кириллицы в именах файлов. При использовании, например, программной обработки путей (скажм для архивации данных и т.п.), или передаче файлов, названных по-русски, черт-е-знает-куда-и-как… В общем, видывал я и ‘вопросиков’ и прочих знаков, уныло...
[More]
by Dmitry [dimaka] Pavlov
13. November 2010 05:20
Working on new Neutron installer (which is not MSI based due to some troubles related to Vista UAC system) I had to install the assembly into the GAC without using gacutil.exe. I mean programmatically.
I googled some blog posts on this subject. The first article proposed to use Windows Installer. F...
[More]
by Dmitry [dimaka] Pavlov
12. October 2010 17:22
Problem: I have faced with the problem yesterday. In the ASP.NET project I participate we use Microsoft SQL Server Reporting Services to display reports to the application user. We use ReportViewer control placed on the ASP.NET page. Our ASP.NET application and Reporting Services are hosted on 2 co...
[More]
by Dmitry [dimaka] Pavlov
1. September 2010 17:52
I am often getting the questions about how to install the Custom Tool for Visual Studio let say you created for your colleagues in your team. Custom Tool – is a code generator installed to your IDE that generates code based on other file. You will see such generator for typed datasets, web services,...
[More]
by Dmitry [dimaka] Pavlov
22. July 2010 22:43
В посте о программировании MapServer средствами .NET (C#) я упоминал .NET обертку (скачать ZIP) над библиотекой shapelib, которую я использовал для чтения и записи атрибутивной информации шейпфайла (SHP) и координат, хранящихся в файле DBF.
Приведенный ниже код для считывания атрибутов и координат ...
[More]
by Dmitry [dimaka] Pavlov
21. July 2010 06:13
Сергей Звездин опубликовал результаты brainstorm-а, устроенного им в твиттере на тему того, какие расширения можно сделать для Visual Studio 2010. Читать результаты.
Теперь внимание – цитирую:
“Кроме того, я готов подарить еще одну Visual Studio 2010 Ultimate с подпиской MSDN за саму...
[More]
by Dmitry [dimaka] Pavlov
21. July 2010 03:12
Описание задачи
Я работаю над проектом, часть которого заключается в обеспечении взаимодействия между ГИС (ГеоИнформационная Система) приложением ArcView 3.2 и .NET приложением (WinForms, C#). Необходимо иметь возможность получать сведения о состоянии проекта ArcView (например, «ловить»...
[More]
by Dmitry [dimaka] Pavlov
2. July 2010 18:46
I’m getting a lot of emails from Visual Studio Extensibility developers to help them with implementing custom property pages (like tabs you see on Project Properties) for custom projects systems in MPF packages they develop. A few year ago I’ve posted the good sample of that on MSDN Forums (Visual ...
[More]
by Dmitry [dimaka] Pavlov
1. July 2010 18:03
Read a new Feng Chen’s blog post about issues related to WPF Binding support in DSL tools 2010 and how to work around them:
http://fengchen.wordpress.com.cn/2010/07/01/several-issues-about-wpf-binding-support-in-dsl-tools-2010-and-a-workaround/
Have a nice Visual Studio eXtending!