Krool, can you help on the following???

To update you,
Explored for more replacement control for Toolbar, ListView, CommonDialog as some events/methods/properties are not supported by “VBCCR” (VB Common Control Replacement). Below are the few links we explored. Lately we found one “ctoolbar” control (screenshot A) but it too had 2 events viz.DragDrop and DragOver similar to “VBCCR” control toolbar.

http://www.vbaccelerator.com/home/VB...ete_Source.asp
http://btmtz.mvps.org/listview/
http://www.freevbcode.com/ShowCode.asp?ID=5716
https://groups.google.com/forum/#!to...pi/4zsGrOEDdgg

Currently controls with below events/methods/properties are required in the “QMCAPFTProgram”.
• VBCCR Toolbar has only DragDrop, DragOver but application needs Toolbar button click event.
• VBCCR ListView has only DragDrop, DragOver, GotFocus, LostFocus but application needs Listview item click event.
• VBCCR CommonDialog doesn’t support below property.
o NumCopies = CommonDialog1.Copies
o CommonDialog1.FontBold = txtFontType(Index).FontBold
o CommonDialog1.FontItalic = txtFontType(Index).FontItalic
o CommonDialog1.FontName = txtFontType(Index).FontName
o CommonDialog1.FontSize = txtFontType(Index).FontSize

In the absence of replacement controls fulfilling the above requirements please let us know how you want us to proceed.


Thanks, Paul