If you want use CheckListBox ActiveX on a MDI child, you must place a panel on the child form, and then place ActiveX control on the panel. Not only our control, but several ActiveX controls have such problem.
Visual Studio 2005 MDI Sample is attached.
[ add comment ] | [ 0 trackbacks ] | permalink | related link |




( 3 / 2113 )One customer asked, "I am using your listcheckbox and want the most recent added item to remain visible, in other words I want the scroll bar to scroll down one automatically. How can I do This?"
To programmatically scroll your CheckListBox, you can use the TopIndex property. This property determines which entry is the first visible entry in the CheckListBox.
To make the first entry visible at the top of the ListBox, use
CheckListBox1.TopIndex = 0
You can show the last entry. Using code like this
CheckListBox1.TopIndex = CheckListBox1.ListCount - 1
will make the last entry visible, but it will be at the bottom of the ListBox, not the top.
[ add comment ] | [ 0 trackbacks ] | permalink | related link |




( 3 / 1416 )A maintenance version of CheckListBox, Version 2.6 Service Pack 5, is released.
CheckListBox ActiveX Control provides support for listbox containing checkboxes, which is like the control that is built into Microsoft Word and Excel. In this control, each item's font, color, enabled and checked state can be individually modified. The control also supports 3D look, picture items and custom check mark. This package includes samples written in Visual Basic, Visual Basic .NET, Visual C#, Visual C++, Microsoft Access and Internet Explorer. CheckListBox is also called Check List.
In this version, WordWrap property is implemented. If WordWrap property is set to True, the control will automatically wraps words to the beginning of the next line when necessary. Following is snapshot of WordWrap sample.

FindString and FindStringExact methods are added, so you can easily search items in the listbox.
We also tested Visual Basic .NET, Visual C# and Visual C++ samples in Visual Studio 2005 Beta 2, and modified Prop sample and Color sample to make them compatible with this beta version.
Two small bugs are fixed:
Please download full-feature evaluation version from http://www.zealsoftstudio.com/checklistbox/.
Registered user can download the upgrade version from http://www.zealsoft.com/upgrade/.
[ add comment ] | [ 0 trackbacks ] | permalink | related link |




( 3 / 1389 )We confirm there is a bug that the CheckListBox control appears to no border when Appearance property is set to claFlat. This bug was introduced in the last service pack. Registered users can request the hotfix via emails.
A supported fix is now available from Zeal SoftStudio, but it is only intended to correct the problem described in this article. Only apply it to systems that are experiencing this specific problem. This fix may receive additional testing to further ensure product quality. Therefore, if you are not severely affected by this problem, Zeal SoftStudio recommends that you wait for the next service pack that contains this fix.
[ add comment ] ( 2 views ) | [ 0 trackbacks ] | permalink | related link |




( 3 / 1370 )A maintenance version of CheckListBox, Version 2.6 Service Pack 4, is released.
CheckListBox ActiveX Control provides support for listbox containing checkboxes, which is like the control that is built into Microsoft Word and Excel. In this control, each item's font, color, enabled and checked state can be individually modified. The control also supports 3D look, picture items and custom checkmark. This package includes samples written in Visual Basic, Visual Basic.NET, Visual C#, Visual C++, Microsoft Access and Internet Explorer. CheckListBox is also called Check List.
In this version, two small bugs are fixed.
Please download full-feature evaluation version from http://www.zealsoftstudio.com/checklistbox/.
Registered user can download the upgrade version from http://www.zealsoft.com/upgrade/ .
[ add comment ] | [ 0 trackbacks ] | permalink | related link |




( 3 / 1240 )REAL Software will offer "stranded" Visual Basic (VB) users free upgrades to REALbasic through March 31. I download REALBasic 5.5.5 and got a license key yesterday. I also found a good tutorial. I tested it with CheckListBox activex and Color ComboBox activex control.
The converter provided by REALBasic can convert most Visual Basic code into REALBasic, but if failed to convert activex control. It simply replaced the activex control wtih a canvas control. I still need to manually modify some code just like using VB.NET upgrade wizard. But the REALBasic's syntax is remarkably different with Vsiual Basic's, especially on ActiveX controls, so I need more time to learn it.
With my primary test, CheckListBox can be used at design time, but when my program was going to run, the control disappeared without any errors. Color ComboBox seemed all right with REALBasic. I'll test REALBasic later to know why.
[ add comment ] | [ 0 trackbacks ] | permalink | related link |




( 3 / 1435 )A maintenance version of CheckListBox, Version 2.6 Service Pack 3, is released.
CheckListBox ActiveX Control provides support for listbox containing checkboxes, which is like the control that is built into Microsoft Word and Excel. In this control, each item's font, color, enabled and checked state can be individually modified. The control also supports 3D look, picture items and custom checkmark. This package includes samples written in Visual Basic, Visual Basic.NET, Visual C#, Visual C++, Microsoft Access and Internet Explorer. CheckListBox is also called Check List.
In this version, Microsoft Access samples are added. We test our product with Access 97, Access 2000, Access XP(2002) and Access 2003.
We also add three Visual Basic & Visual Basic.NET samples:
All samples are required by our value customers.
We fix a bug that list items can't be sorted when Sorted is True and SortMode is clsStringAscending(#10021).
Please download full-feature evaluation version from http://www.zealsoftstudio.com/checklistbox/.
Registered user can download the upgrade version from http://www.zealsoft.com/upgrade/.
[ add comment ] ( 1 view ) | [ 0 trackbacks ] | permalink | related link |




( 3 / 1252 )Back

Calendar



