|
-
Jul 10th, 2017, 10:23 AM
#11
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by Schmidt
Problem 1: DataChanged-Property
One can fix that easily (making it behaving identically to the intrinsic VB.TextBox),
by setting a Boolean m_DataChanged to True, in a Code-line before the Changed-Event is raised.
This Property (in the original VB.TextBox) can be reset at any time per: TextBox.DataChanged = False
Will follow soon.
 Originally Posted by Schmidt
Problem 2: Cursor-Movement per Arrow-Keys
The ScreenShot-LabelTexts below explain the Problem.
Here's a Download-Link for a small Project which demonstrates the Problem
(the Problem shows itself only in the Executable, not in the IDE):
http://vbRichClient.com/Downloads/CC...ve_Problem.zip
In IDE you are using the .OCX version which has no problem with embedding into another UserControl.
However at run-time you are switching to the Std-EXE version and for this to properly work embedded into another UserControl there needs to be some code added.
The details are described at Post #597.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|