C Sharp: Diferență între versiuni
Sari la navigare
Sari la căutare
Fără descriere a modificării |
Fără descriere a modificării |
||
| Linia 6: | Linia 6: | ||
* [http://csharphelper.com/blog/2014/10/let-the-user-draw-polygons-move-them-and-add-points-to-them-in-c/ Let the user draw polygons, move them, and add points to them in C#] | * [http://csharphelper.com/blog/2014/10/let-the-user-draw-polygons-move-them-and-add-points-to-them-in-c/ Let the user draw polygons, move them, and add points to them in C#] | ||
* [http://csharphelper.com/blog/2014/10/let-the-user-draw-and-move-polygons-in-c/ Let the user draw and move polygons in C#] | * [http://csharphelper.com/blog/2014/10/let-the-user-draw-and-move-polygons-in-c/ Let the user draw and move polygons in C#] | ||
===TreeView Control=== | |||
* [https://www.c-sharpcorner.com/article/treeview-control-in-C-Sharp/ TreeView Control in C#] – Un articol scurt cu noțiuni de bază despre utilizarea unui control de tip '''TreeView''': cum se adaugă dinamic un control '''TreeNode''' la un TreeView, cum se implementează suport pentru căutare, evidențierea rezultatului căutării (highlight), etc. | |||
Versiunea de la data 29 martie 2020 13:33
Titlul corect al acestei pagini este C# (limbaj de programare). Înlocuirea caracterului # se datorează unor constrângeri tehnice.
Link-uri externe
- Let the user draw and move line segments snapping their positions to a snap grid in C#
- Draw and move polygons snapping them to a grid in C#
- Let the user draw polygons, move them, and add points to them in C#
- Let the user draw and move polygons in C#
TreeView Control
- TreeView Control in C# – Un articol scurt cu noțiuni de bază despre utilizarea unui control de tip TreeView: cum se adaugă dinamic un control TreeNode la un TreeView, cum se implementează suport pentru căutare, evidențierea rezultatului căutării (highlight), etc.