Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nbjrbr

    Multicolored text using MSFlexGrid

    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
  2. nbjrbr

    ToolTipText inside of ActiveX

    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...
  3. nbjrbr

    How create a property as Array in a User Control (Visual Basic)

    Ok, the difference between types was a transcription problem :-). Thanks a lot for the answer, now its working !!! Regards Nilson
  4. nbjrbr

    How create a property as Array in a User Control (Visual Basic)

    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 =...
  5. nbjrbr

    How create a property as Array in a User Control (Visual Basic)

    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...

Part and Inventory Search

Back
Top