-
Mar 20th, 2021, 11:42 PM
#81
New Member
Re: [VB6] ActiveX CommonControls (Replacement of the MS common controls)
Krool, thanks for the great work!
I tried to place the "[VB6] ActiveX CommonControls" in the MS VFP's IDE:
LabelW's OK!
CommandButtonW's OK!
CheckBoxW's OK!
RichTextBox's OK!
TreeView's OK!
But unfortunately "TextBoxW" CRASHED while I just placed it into the Form in DesignMode! I've download the "UniText"(https://www.vbforums.com/showthread....ase-2008-06-19) before, it's OK. I think maybe there's something wrong with TextBoxW during UserControl_Initialize() while TextBoxDesignMode's True.
-
Mar 21st, 2021, 03:55 AM
#82
Re: [VB6] ActiveX CommonControls (Replacement of the MS common controls)
 Originally Posted by myfav
Krool, thanks for the great work!
I tried to place the "[VB6] ActiveX CommonControls" in the MS VFP's IDE:
LabelW's OK!
CommandButtonW's OK!
CheckBoxW's OK!
RichTextBox's OK!
TreeView's OK!
But unfortunately "TextBoxW" CRASHED while I just placed it into the Form in DesignMode! I've download the "UniText"( https://www.vbforums.com/showthread....ase-2008-06-19) before, it's OK. I think maybe there's something wrong with TextBoxW during UserControl_Initialize() while TextBoxDesignMode's True.
Hmm. I don't know. Why does the more complex RichTextBox work but not the TextBox?
IMO UserControl_Initialize is not the cause as TextBoxDesignMode's not True there yet.
Can you compile the OCX again for testing and put off Call CreateTextBox in sub _InitProperties and _ ReadProperties?
So we pinpoint if it has something todo with the UserControl or the API window.
-
Mar 29th, 2021, 04:17 AM
#83
Addicted Member
Re: [VB6] ActiveX CommonControls (Replacement of the MS common controls)
Version 3 of the Documentation and Compile Utility for Krool's controls has been released here.
MountainMan
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
|