Click here to Skip to main content
15,881,839 members

Articles by Dima Popov (Article: 1, Tip/Trick: 1)

Article: 1, Tip/Trick: 1

RSS Feed

Average article rating: 4.95

Programming Languages
C#
30 Jul 2010   Updated: 16 Aug 2010   Rating: 4.95/5    Votes: 57   Popularity: 8.65
Licence: CPOL    Views: 212,271     Bookmarked: 106   Downloaded: 5,166
Please Sign up or sign in to vote.
Create Rich Text Format documents programatically.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 5.00

Desktop Programming
Windows Forms
13 Jul 2010   Updated: 13 Jul 2010   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 6,130     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
A slightly different solution.using System.Runtime.InteropServices;private const int WM_NCLBUTTONDOWN = 0xA1;private const int HTCAPTION = 0x2;[DllImport("User32.dll")]private static extern bool ReleaseCapture();[DllImport("User32.dll")]private static extern int...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer Energoservice
Russian Federation Russian Federation
Dmitry lives in Arkhangelsk, Russia. He has developed C# applications since 2007.