LastCyborg
Programmer
I'm moving from Borland C++ Builder to VS.NET (C#). I have not had problems with sintax neither the IDE, my problems are the name of the Win Controls.
Do you know a place where I can Download a good tutorial?
Where can I get a sample of using of every control in the ToolBox? Like DataSets, ListViews, etc.
Another little question. I haven't found a component similar to StringGrids (in Delphi or BCB) is there any similar to this? or is the DataSet the equivalent to it? if yes , then how can I insert Data to it?
In BCB I used to do the following:
StringGrid->Cells[Column][Row] = "Any Text";
where Column and Row were Int types.
Do you know a place where I can Download a good tutorial?
Where can I get a sample of using of every control in the ToolBox? Like DataSets, ListViews, etc.
Another little question. I haven't found a component similar to StringGrids (in Delphi or BCB) is there any similar to this? or is the DataSet the equivalent to it? if yes , then how can I insert Data to it?
In BCB I used to do the following:
StringGrid->Cells[Column][Row] = "Any Text";
where Column and Row were Int types.