Posts Tagged ‘How-to’

Using embedded resource files in visual studio 2008

Why embed files ?
Many of my projects use a lot of secondary files. It can be images, icons, xml-files, text, sound, whatever…. These files pose a couple of problems for me:

They clutter the program folder.
The user may accidentally delete or change them.
They expose your graphics/sound files to stealing and copying.
They expose program-sensitive information that a [...]

Social Icons Digg this page! Add this page to del.icio.us Bookmark this page on Google Bookmark this page on Google

Leave a Comment

Scrolling a C# RichTextbox when adding text

The need for an autoscroll property…
Tons of applications are using the .NET RichTextBox for outputting status information. You have a RichTextBox that you just keep on adding text to. This is all very simple, but when the box is completely filled with text, further text added will no longer be visible, since the RichTextBox does [...]

Social Icons Digg this page! Add this page to del.icio.us Bookmark this page on Google Bookmark this page on Google

Comments (3)