10-01-2007 02:17 AM
10-01-2007 09:16 AM
>> Is it possible to make string control flat like text message control?It is possible using classic-style control: you can paint the control frame in transparent color and the final effect is a flat string control. This is not possible with lab-style controls (the standard starting from CVI 7) since their frame cannot be painted other than in the panel background color.>> Is cursor display In text message control possible?Unfortunately not, as far as I know.