After minimizing my testprogram and restoring it, both scrollbars are black. After a resize they are back to normal.
Any guess why?
BTW, Can you make methods of the Document virtual, like LoadFile ?
Martin
==============
Vista Business 32 bits
VS 2008
Build 277
using a inherited control:
Any guess why?
BTW, Can you make methods of the Document virtual, like LoadFile ?
Martin
==============
Vista Business 32 bits
VS 2008
Build 277
using a inherited control:
public partial class TextEditorControl : ActiproSoftware.SyntaxEditor.SyntaxEditor
{
public TextEditorControl() {
InitializeComponent();
}