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

WinControls -> properties and methods

Status
Not open for further replies.

LastCyborg

Programmer
Joined
Feb 7, 2003
Messages
256
Location
MX
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top