Hi All,
I'm writing an ActiveX Control as a Grid, using MSFlexGrid, and I need to show some status character in different color beside the value in the same cell, for example
Cell1: M 250
Cell2: 250 L
Anyone know how can I do that ???
Thanks
Nilson
Hi All,
I've created an ActiveX with a MSFlexGrid inside. I would like to transfer the value in the property ToolTipText (from the control, putted there as default for Visual Basic 6), to the MSFlexGrid ToolTipText property.
I've tried to do like the code below, but doesn't work. How can...
Thanks for the help until now, but I still have a problem using the class.
I've created a class module like this
Private v_Name As String
Private V_Order As Integer
Public Property Get Name() As Integer
Name = v_Name
End Property
Public Property Let Name(New_Value As Integer)
v_Name =...
Hi,
I'm trying to develop an ActiveX control (As a Grid) and I need to access the properties of Columns in Run-time mode. Inside of the control, I have an array of a user-defined type.
Type XYZ
Name As String
Order As Integer
End Type
Dim StoreVar(10) As XYZ 'Data from 10 Columns...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.