I m trying to use "C1TrueDBGrid control for .NET Windows Forms (VS 2002)" along with a class called DataGridComboBoxColumn class
I have imported a class named DataGridComboBox to my project as a namespace,
with
"Imports WindowsApplication4.DataGridCombobox"
at the beginning of my main module
The DataGridComboBoxColumn.vb class & namespace exists in the list of my project items.
Until here no problem with the use of DataGridCombobox in my code but I ve noticed that when I m trying to do the same with a .NET control called
"Imports C1.win.C1TrueDBGrid"
I get an error message
" 'Win' is not a member of 'System.Windows.Forms.DataGridTextBoxColumn'." that points into a line of the "region" of my main form that says:
<< Me.C1TrueDBGrid1.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder >>
I noticed also that when a new solution begins i have no problem with the .NET control "C1TrueDBGrid", I can use its properties very well.
Where is my mistake?
Thank you
I have imported a class named DataGridComboBox to my project as a namespace,
with
"Imports WindowsApplication4.DataGridCombobox"
at the beginning of my main module
The DataGridComboBoxColumn.vb class & namespace exists in the list of my project items.
Until here no problem with the use of DataGridCombobox in my code but I ve noticed that when I m trying to do the same with a .NET control called
"Imports C1.win.C1TrueDBGrid"
I get an error message
" 'Win' is not a member of 'System.Windows.Forms.DataGridTextBoxColumn'." that points into a line of the "region" of my main form that says:
<< Me.C1TrueDBGrid1.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder >>
I noticed also that when a new solution begins i have no problem with the .NET control "C1TrueDBGrid", I can use its properties very well.
Where is my mistake?
Thank you