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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C1TrueDBGrid control for .NET Windows

Status
Not open for further replies.

Takis

Instructor
Oct 12, 2001
57
GR
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top